summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* fdisk: fix type dialogKarel Zak2017-05-111-2/+2
* fdisk: inform on 'p' about wiped partitionsKarel Zak2017-05-091-0/+7
* fdisk: add to the man page missing optionKarel Zak2017-05-091-0/+11
* partx: add --list-types optionSami Kerola2017-05-032-15/+19
* docs: try to convince open(2) O_DIRECT rather than using raw deviceSami Kerola2017-05-031-0/+4
* bash-completion: update disk-utilsSami Kerola2017-04-171-1/+2
* Fix menu spelling in cfdisk debug messagesKarel Zak2017-03-221-2/+2
* fdisk, sfdisk: avoid non-ANSI function declarations [smatch scan]Sami Kerola2017-03-142-0/+2
* misc: stop mixing declarations and codeSami Kerola2017-03-132-2/+4
* sfdisk: note about small partition in man pageKarel Zak2017-03-021-2/+3
* sfdisk: add note about alignment to man pageKarel Zak2017-03-021-3/+14
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-208-22/+22
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-2012-59/+59
* cfdisk: avoid use of VLA in combination with sizeof() [smatch scan]Sami Kerola2017-02-201-2/+5
* cfdisk: use buffer editor for ui_get_string()Karel Zak2017-02-161-53/+46Star
* fdisk: improve --wipe functionalityKarel Zak2017-02-144-44/+47
* sfdisk: improve --wipe functionalityKarel Zak2017-02-142-22/+40
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* sfdisk: --quiet fixesKarel Zak2017-02-101-4/+6
* cfdisk: add copyright to helpKarel Zak2017-02-021-1/+4
* cfdisk: support UI refresh on ^LKarel Zak2017-02-011-2/+14
* partx: add --sector-size optionKarel Zak2017-01-132-2/+15
* man: fix couple tools/checkmans.sh warningsSami Kerola2017-01-102-2/+2
* sfdisk: unused parameter 'sf' [-Wunused-parameter]Karel Zak2017-01-051-2/+7
* disk-utils/mkfs.minix: Set ninodes after checking maxNate Clark2017-01-041-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-1917-18/+18
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-1920-20/+20
* fdisk: don't be silent when list non-existing deviceKarel Zak2016-12-131-2/+6
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-092-7/+7
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* sfdisk: support empty label use-caseKarel Zak2016-11-304-9/+50
* sfdisk: cleanup --dump error messagesKarel Zak2016-11-301-1/+4
* sfdisk: don't be silent when list non-existing deviceKarel Zak2016-11-291-6/+10
* Fix formatting errors in page cross referencesMichael Kerrisk (man-pages)2016-11-291-1/+1
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-298-15/+15
* fdisk: fix memleak in list_disk_geometry()Ruediger Meier2016-10-271-1/+3
* fdisk: fix compiler warningKarel Zak2016-10-261-2/+2
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-2/+2
* cramfs: revert crc32 changesKarel Zak2016-10-192-11/+21
* cramfs: add missing includesKarel Zak2016-10-192-0/+2
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-192-9/+9
* isosize: fix read() result checkKarel Zak2016-10-041-1/+1
* sfdisk: cleanup before going out of scope [coverity scan]Karel Zak2016-10-041-5/+12
* sfdisk: free before going out of scope [coverity scan]Karel Zak2016-10-041-0/+2
* isosize: don't ignore read() result [coverity scan]Karel Zak2016-10-041-1/+1
* fsck.cramfs: don't ignore read() result [coverity scan]Karel Zak2016-10-041-1/+1
* cfdisk: fix mountpoint detectionKarel Zak2016-10-041-21/+26
* libsmartcols: support LIBSMARTCOLS_DEBUG_PADDING=onKarel Zak2016-09-072-0/+4
* fsck: remove fs-specific options from man pageKarel Zak2016-09-061-65/+12Star
* sfdisk: add --no-tell-kernelKarel Zak2016-09-022-3/+17