summaryrefslogtreecommitdiff
path: root/disk-utils
AgeCommit message (Expand)AuthorFilesLines
2014-02-16Some utils are linux onlyIgor Pashev1-1/+6
2014-02-10fix mkfs --verbose and man pagePhillip Susi2-6/+2
2014-02-06fsck: don't return error if fsck.<type> does not existKarel Zak1-32/+42
2014-01-17mkswap: fix compiler warning [-Wunused-variable]Karel Zak1-1/+2
2014-01-15partx: use blkid_partlist_get_partition_by_partno()Karel Zak1-32/+1
2014-01-14partx: fix --update ranges and out of order tablesScott Moser1-25/+50
2013-11-19fsck: add ext4 to list of filesystems with progress bars in fsck man pagePhillip Susi1-1/+1
2013-11-18mkfs.minix: fix fscanf() format string [coverity scan]Karel Zak1-1/+1
2013-11-14mkswap: remove cruft from the man pagePhillip Susi1-9/+1
2013-11-04blockdev: don't use HDIO_GETGEOPhillip Susi1-5/+15
2013-10-18fsck.cramfs: add LC_CTYPEKarel Zak1-0/+1
2013-10-18raw: use LC_ALLKarel Zak1-1/+1
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg6-7/+7
2013-10-14textual: equalize four error messages with already existing onesBenno Schulenberg1-1/+1
2013-10-11blockdev: add note about --setbsz usabilityKarel Zak2-2/+4
2013-10-11Revert "blockdev: Remove the --setbsz (set blocksize) option which has never ...Karel Zak2-0/+9
2013-10-09textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2-8/+8
2013-10-08blockdev: Remove the --setbsz (set blocksize) option which has never worked.Richard W.M. Jones2-9/+0
2013-10-08partx: correct three messagesBenno Schulenberg1-4/+4
2013-10-08partx: pluralize one messageBenno Schulenberg1-1/+3
2013-10-08mkfs.minix: properly pluralize four messagesBenno Schulenberg1-10/+6
2013-10-01fsck: don't print warning if there is no /etc/fstab at allKarel Zak1-4/+8
2013-09-16partx: use TT_FL_FREEDATA for tt tableKarel Zak1-15/+7
2013-08-21misc: use libmnt_table reference counterKarel Zak1-2/+2
2013-08-21misc: use libmnt_cache reference countingKarel Zak1-1/+1
2013-08-21fsck: use libmount fs reference counterKarel Zak1-4/+8
2013-08-13build-sys: remove deprecated elvtune commandKarel Zak3-249/+0
2013-08-01mkswap: add note about swap header limit to the man pageKarel Zak1-0/+3
2013-07-09mkfs.cramfs: argument to free() is a constant address [clang-analyzer]Sami Kerola1-1/+0
2013-06-13mkfs.bfs: fix 64-Bit and endian problemsihno1-33/+37
2013-06-07textual: improve clarity of some error messagesBenno Schulenberg2-4/+4
2013-05-14mkfs.cramfs: use standard error messageKarel Zak1-1/+1
2013-05-13standard SEE ALSO section of man pagesMike Frysinger1-1/+1
2013-04-26swaplabel: check writing to a file descriptor was successfulSami Kerola1-1/+4
2013-04-26mkswap: unify write check to a file descriptorSami Kerola1-9/+7
2013-04-26mkfs.minix: check writing to a file descriptor was successfulSami Kerola1-1/+2
2013-04-26mkfs.cramfs: unify write check to a file descriptorSami Kerola1-3/+2
2013-04-26mkfs.bfs: check writing to a file descriptor was successfulSami Kerola1-1/+1
2013-04-26fsck.minix: check writing to a file descriptor was successfulSami Kerola1-0/+2
2013-04-26fsck.cramfs: check writing to a file descriptor was successfulSami Kerola1-1/+2
2013-04-26resizepart: check writing to a file descriptor was successfulSami Kerola1-0/+5
2013-04-26partx: check writing to a file descriptor was successfulSami Kerola1-1/+3
2013-04-26fdformat: check writing to a file descriptor was successfulSami Kerola1-1/+2
2013-04-10build-sys: add --disable-fdformatKarel Zak1-6/+6
2013-04-10build-sys: add --disable-bfsKarel Zak1-0/+2
2013-04-09docs: add fsck.cramfs manual pageSami Kerola2-0/+58
2013-04-09docs: add mkfs.cramfs manual pageSami Kerola2-0/+91
2013-04-09docs: remove repeated words [checkmans.sh]Sami Kerola1-1/+1
2013-04-09various: fix variable and function declarations [smatch scan]Sami Kerola1-1/+2
2013-04-05partx: remove deprecated option from usage()Sami Kerola1-1/+0