summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsck: fix racing between unlock/unlink and openYuriy M. Kaminskiy2016-04-221-1/+0Star
* mkswap: tolerate ENOTSUP when failing to relabelLubomir Rintel2016-04-181-1/+1
* fdisk: remove dead assignment [clang analyze]Karel Zak2016-03-291-1/+0Star
* partx: fix --nr usageKarel Zak2016-03-222-15/+46
* docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2016-03-171-4/+4
* fdisk: fix the grammar of an option descriptionBenno Schulenberg2016-03-171-1/+1
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-161-1/+1
* fdisk, cfdisk, sfdisk: improve the grammar of three messagesBenno Schulenberg2016-03-163-5/+5
* sfdisk: improve the wording of seven error messagesBenno Schulenberg2016-03-161-7/+7
* Merge branch 'travis-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-141-2/+2
|\
| * misc: fix icc/clang compiler warningsRuediger Meier2016-03-131-2/+2
* | isosize: stop unmeaningful printing errno messageSami Kerola2016-03-141-1/+1
|/
* misc: remove duplicate includesKarel Zak2016-03-101-1/+0Star
* sfdisk, fdisk: add fflush()Karel Zak2016-03-102-0/+4
* Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-091-1/+1
|\
| * fdisk: fix warning, uninitialized variableRuediger Meier2016-03-081-1/+1
* | include: move sys/sysmacros.h to c.hKarel Zak2016-03-082-7/+1Star