summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* swaplabel: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-11/+15
* fsck.minix: fix printf format warningSami Kerola2012-03-301-1/+1
* fsck.minix: clean up coding styleSami Kerola2012-03-301-360/+342Star
* fsck.minix: align with howto-usage-function.txtSami Kerola2012-03-301-10/+16
* fsck.minix: use rpmatch() for yes/no questionSami Kerola2012-03-301-21/+23
* fsck.minix: use symbolic exit codesSami Kerola2012-03-301-4/+5
* fsck.cramfs: add long optionsSami Kerola2012-03-301-12/+20
* raw: clean up coding styleSami Kerola2012-03-301-44/+29Star
* raw: check numeric user inputsSami Kerola2012-03-301-2/+29
* raw: use pathnames.h for file locationsSami Kerola2012-03-301-14/+14
* raw: use libc error printing facilitiesSami Kerola2012-03-301-61/+37Star
* raw: use symbolic exit numbersSami Kerola2012-03-301-16/+18
* raw: add long options and version printingSami Kerola2012-03-301-7/+18
* raw: align with howto-usage-function.txtSami Kerola2012-03-301-8/+15
* fsck: tiny coding style fixKarel Zak2012-03-201-2/+2
* fsck: use gettimeofday() for real elapsed time statisticKarel Zak2012-03-202-11/+14
* fsck: Add a -r option to report memory and runtime statisticsFrank Mayhar2012-03-202-2/+52
* fsck: move to disk-utils directoryKarel Zak2012-03-204-2/+1977
* include/exitcodes: clean up names, add _EX_ suffixKarel Zak2012-03-203-104/+104
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* docs: add deprecation commentsSami Kerola2012-03-181-0/+9
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-12/+42
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-243-11/+9Star
* mkfs.bfs: add setlocaleDavidlohr Bueso2012-02-221-0/+4
* raw: remove unnecessary return [cppcheck]Sami Kerola2012-02-081-2/+0Star
* mkfs.cramfs: check blocksize user input [cppcheck]Sami Kerola2012-02-081-3/+8
* mkfs.cramfs: close open file after usage [cppcheck]Sami Kerola2012-02-081-0/+1
* blockdev: make the code more readable for static analysersKarel Zak2012-02-021-7/+7
* fsck.cramfs: mark usage() as noreturnKarel Zak2012-01-311-1/+2
* mkswap: check blkid_probe_lookup_values() return [coverity scan]Karel Zak2012-01-311-4/+4
* blockdev: remove non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* test: refresh build-sys testsKarel Zak2012-01-171-1/+2
* blockdev: make functions staticWanlong Gao2012-01-051-8/+8
* Merge branch 'master' of https://github.com/maurizio-lombardi/util-linuxKarel Zak2011-11-281-19/+34
|\
| * mkfs.minix: The total number of zones is limited to 65536 only on V1 filesystemsMaurizio Lombardi2011-11-211-3/+2Star
| * mkfs.minix: Some bug fixes:Maurizio Lombardi2011-11-211-5/+6
| * mkfs.minix: The s_blocksize field of the MinixV3 superblock must beMaurizio Lombardi2011-11-211-1/+1
| * mkfs.minix: inode numbers are 32-bit wide in V3 filesystemsMaurizio Lombardi2011-11-211-8/+19
| * mkfs.minix: In Minix V3 filesystems the maximum filename lenght is 60Maurizio Lombardi2011-11-211-0/+2
| * mkfs.minix: Fix super_set_nzones()Maurizio Lombardi2011-11-211-0/+4
| * mkfs.minix: remove redundant codeMaurizio Lombardi2011-11-211-2/+0Star
* | small bug in mkfs.cramfs + patchArnaud Mouiche2011-11-231-3/+3
|/
* mkswap: wipe all old signaturesKarel Zak2011-11-111-20/+47
* fsck.minix: fix zone_map memory allocation failure checkFrancesco Cosoleto2011-11-101-1/+1
* fsck.minix: remove unnecessary memset callsFrancesco Cosoleto2011-11-091-4/+2Star
* build-sys: cleanup BUILD_CRAMFSKarel Zak2011-11-031-1/+2
* build-sys: cleanup BUILD_RAWKarel Zak2011-11-031-2/+0Star
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-272-9/+7Star
* fdformat: fix uninitialized variableFrancesco Cosoleto2011-09-121-1/+1
* raw: fix shadowing of minor functionmaximilian attems2011-08-301-8/+8