summaryrefslogtreecommitdiff
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* linfdisk: cleanup fsync usageKarel Zak2014-10-241-4/+5
* libfdisk: make yes/no dialogs more robustKarel Zak2014-10-241-1/+1
* libfdisk: fix add_logical() assertKarel Zak2014-10-241-1/+0
* libfdisk: (dos) fix logical partitions add/delete codeKarel Zak2014-08-271-45/+82
* libfdisk: (gpt) allow to specify attr bit by APIKarel Zak2014-08-272-1/+32
* fdisk: always print warning for mis-aligned partitionsKarel Zak2014-08-271-1/+1
* libfdisk: (gpt) add Microsoft Storage Spaces GUIDSergei Antonov2014-08-271-0/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-08-273-5/+5
* libfdisk: make disk sync() optionalKarel Zak2014-07-152-8/+13
* Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-07-142-2/+2
|\
| * libfdisk: do not do the same thing twice in single if statementSami Kerola2014-07-131-1/+1
| * textual: fix some typosSami Kerola2014-07-131-1/+1
* | libfdisk: make first sector buffer usage more robustKarel Zak2014-07-148-20/+53
|/
* libfdisk: fix possible memory leak [clang-analyze]Karel Zak2014-07-011-0/+2
* libfdisk: (dos) count fisrt usable LBA to total number of used sectorsKarel Zak2014-06-241-0/+3
* libfdisk: (dos) use check() for dos-comaptible mode onlyKarel Zak2014-06-241-0/+3
* libfdisk: (dos) calculation of total size based on CHS in check functionThorsten Wilmer2014-06-241-1/+1
* libfdisk: fix fdisk_context_assign_device() commentKarel Zak2014-06-091-4/+0
* libfdisk: fix bsd_translate_fstype() for alphaRuediger Meier2014-06-091-0/+2
* libfdisk: (gpt) fix last LBA code for S_ISREGKarel Zak2014-05-301-6/+9
* libfdisk: fix %ju -> %zuKarel Zak2014-05-131-1/+1
* libfdisk: (dos) improve logical partition reorder commandKarel Zak2014-04-221-32/+37
* libfdisk: (mbr) fix logical chain terminationKarel Zak2014-04-221-7/+13
* libfdisk: (gpt) implement 'fix order' commnadKarel Zak2014-04-181-0/+43
* libfdisk: add partitions reorder operation to label APIKarel Zak2014-04-184-3/+25
* libfdisk: fix logical partition reorder commandKarel Zak2014-04-181-54/+95
* libfdisk: add generic function to check partitions orderKarel Zak2014-04-162-0/+24
* libfdisk: (dos) make EBR parser more robustKarel Zak2014-04-081-5/+16
* libfdisk: make qsort_r() optionalKarel Zak2014-04-041-3/+8
* libsmartcols: clean up flags usageKarel Zak2014-04-031-1/+1
* libfdisk: fix freesapce detection for nested partitionsKarel Zak2014-04-031-7/+9
* cfdisk: clean up scols usageKarel Zak2014-04-031-2/+5
* libfdisk: clean up scols usageKarel Zak2014-04-031-1/+1
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-038-54/+73
* libfdisk: remove fdisk_colon()Karel Zak2014-04-016-43/+29
* libfdisk: properly implement read-only modeKarel Zak2014-03-214-8/+14
* libfdisk: clean up debug outputKarel Zak2014-03-219-88/+93
* libfdisk: use new debug functionsKarel Zak2014-03-2113-169/+137
* Merge branch 'common_debug' of https://github.com/ooprala/util-linuxKarel Zak2014-03-212-35/+11
|\
| * clean up redundant macros and definesOndrej Oprala2014-03-132-11/+1
| * libfdisk: use include/debug.hOndrej Oprala2014-03-132-27/+13
* | libfdisk: (gpt) use entry attributes as bitmapKarel Zak2014-03-131-86/+113
|/
* libfdisk: update GPT partition typesKarel Zak2014-03-121-7/+11
* libfdisk: avoid two compiler warnings about wrong print formatsBenno Schulenberg2014-03-122-2/+2
* libfdisk: (bsd) fix outputKarel Zak2014-03-111-1/+3
* libfdisk: follow requested size rather than use all available spaceKarel Zak2014-03-111-2/+7
* libfdisk: (sun) add info about whole-disk partitionKarel Zak2014-03-111-0/+2
* libfdisk: (sgi) cleanup, add infor about whole-disk partitionKarel Zak2014-03-111-43/+3
* libfdisk: don't count special whole-disk partitionsKarel Zak2014-03-112-1/+2
* cfdisk: add create lebel UIKarel Zak2014-03-112-0/+6