summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* fsck.cramfs: add LC_CTYPEKarel Zak2013-10-181-0/+1
* raw: use LC_ALLKarel Zak2013-10-181-1/+1
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-156-7/+7
* textual: equalize four error messages with already existing onesBenno Schulenberg2013-10-141-1/+1
* blockdev: add note about --setbsz usabilityKarel Zak2013-10-112-2/+4
* Revert "blockdev: Remove the --setbsz (set blocksize) option which has never ...Karel Zak2013-10-112-0/+9
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-092-8/+8
* blockdev: Remove the --setbsz (set blocksize) option which has never worked.Richard W.M. Jones2013-10-082-9/+0Star
* partx: correct three messagesBenno Schulenberg2013-10-081-4/+4
* partx: pluralize one messageBenno Schulenberg2013-10-081-1/+3
* mkfs.minix: properly pluralize four messagesBenno Schulenberg2013-10-081-10/+6Star
* fsck: don't print warning if there is no /etc/fstab at allKarel Zak2013-10-011-4/+8
* partx: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-15/+7Star
* misc: use libmnt_table reference counterKarel Zak2013-08-211-2/+2
* misc: use libmnt_cache reference countingKarel Zak2013-08-211-1/+1
* fsck: use libmount fs reference counterKarel Zak2013-08-211-4/+8
* build-sys: remove deprecated elvtune commandKarel Zak2013-08-133-249/+0Star
* mkswap: add note about swap header limit to the man pageKarel Zak2013-08-011-0/+3
* mkfs.cramfs: argument to free() is a constant address [clang-analyzer]Sami Kerola2013-07-091-1/+0Star
* mkfs.bfs: fix 64-Bit and endian problemsihno2013-06-131-33/+37
* textual: improve clarity of some error messagesBenno Schulenberg2013-06-072-4/+4
* mkfs.cramfs: use standard error messageKarel Zak2013-05-141-1/+1
* standard SEE ALSO section of man pagesMike Frysinger2013-05-131-1/+1
* swaplabel: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+4
* mkswap: unify write check to a file descriptorSami Kerola2013-04-261-9/+7Star
* mkfs.minix: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+2
* mkfs.cramfs: unify write check to a file descriptorSami Kerola2013-04-261-3/+2Star
* mkfs.bfs: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+1
* fsck.minix: check writing to a file descriptor was successfulSami Kerola2013-04-261-0/+2
* fsck.cramfs: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+2
* resizepart: check writing to a file descriptor was successfulSami Kerola2013-04-261-0/+5
* partx: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+3
* fdformat: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+2
* build-sys: add --disable-fdformatKarel Zak2013-04-101-6/+6
* build-sys: add --disable-bfsKarel Zak2013-04-101-0/+2
* docs: add fsck.cramfs manual pageSami Kerola2013-04-092-0/+58
* docs: add mkfs.cramfs manual pageSami Kerola2013-04-092-0/+91
* docs: remove repeated words [checkmans.sh]Sami Kerola2013-04-091-1/+1
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-1/+2
* partx: remove deprecated option from usage()Sami Kerola2013-04-051-1/+0Star
* docs: remove repeated wordsKarel Zak2013-04-051-1/+0Star
* fsck: cleanup usage()Karel Zak2013-04-051-26/+29
* raw: add long options to man pageKarel Zak2013-04-051-4/+8
* mkfs.cramfs: fix resource leak [coverity scan]Karel Zak2013-03-271-1/+3
* mkfs.cramfs: fix memory leak [coverity scan]Karel Zak2013-03-271-7/+12
* fsck.cramfs: check returns [coverity scan]Karel Zak2013-03-271-4/+8
* raw: fix "Error setting raw device: Success"Karel Zak2013-03-211-1/+1
* docs: add AVAILABILITY section to isosize man page, and tweak wordingBenno Schulenberg2013-03-201-4/+8
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-9/+9
* fsck.cramfs: fix compiler warningsKarel Zak2013-03-151-4/+9