summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfdisk: make non-interactive output more readableKarel Zak2016-08-311-14/+26
* fdisk: use PAGER for 'l' command.Karel Zak2016-08-261-0/+6
* include/closestream: define exit codesKarel Zak2016-08-162-2/+7
* sfdisk: add show-pt-geometry to usage() and sfdisk.8Karel Zak2016-08-082-2/+5
* sfdisk: Add --show-pt-geometry compatibility codeStanislav Brabec2016-08-081-1/+4
* misc: simplify if clauses [oclint]Sami Kerola2016-07-215-42/+30Star
* Revert "sfdisk: exit with error if rereading partition table fails"Karel Zak2016-07-201-1/+1
* fdisk: make -l <dev ...> behaves like fdisk -lThierry Vignaud2016-07-141-1/+6
* cfisk: add /dev/vda as another default diskKarel Zak2016-07-071-13/+23
* cfdisk: use libsmartcols ASCII for non-widechar environmentKarel Zak2016-06-031-0/+4
* fsck.minix: fix endless loop and out of stackKarel Zak2016-06-011-0/+16
* fdisk: Fix typo RequiredPartiton -> RequiredPartitionSebastian Rasmussen2016-05-311-2/+2
* misc: Fix various typosSebastian Rasmussen2016-05-319-21/+21
* docs: Fix various typosSebastian Rasmussen2016-05-313-4/+4
* fsck.minix: Verify more fields in super-block.Tobias Stoeckmann2016-05-311-0/+4
* man pages: fix spacing between man page name & section numberMike Frysinger2016-05-202-3/+3
* fdisk: Add support for altering GPT sizeSassan Panahinejad2016-05-181-0/+8
* sfdisk: exit with error if rereading partition table failsVictor Dodon2016-05-051-1/+1
* build-sys: remove obsolete [cs]fdisk LDADDsKarel Zak2016-05-042-29/+0Star
* sfdisk: add --wipe-partitions=auto|never|defaultKarel Zak2016-05-043-38/+85
* fdisk: add --wipe-partitions=auto|never|defaultKarel Zak2016-05-044-2/+61