summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-14/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-52/+26Star
* build-sys: move partx to disk-utils/Karel Zak2012-06-268-0/+1330
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-262-114/+128
* swaplabel: check blkid_probe_lookup_value() result [coverity scan]Karel Zak2012-06-211-2/+3
* mkfs.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
* fsck.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
* docs: fix all man page groff warningsSami Kerola2012-06-021-2/+2
* mkfs.cramfs: remove unused 'MIN' macro definitionPetr Uzel2012-05-231-4/+0Star
* disk-utils: cleanup strtoxx_or_err()Karel Zak2012-05-153-30/+17Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-154-4/+4
* mkswap: improve diagnostics message if the device is mountedPetr Uzel2012-05-151-4/+5
* mkswap: allow creating swap on /dev/hd[ab]Petr Uzel2012-05-151-5/+0Star
* mkswap: use is_mounted() instead of check_mount()Petr Uzel2012-05-152-24/+3Star
* fsck.minix.c: fix compiler warnings [-Wunused-result]Petr Uzel2012-04-271-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-1114-0/+28
|\
| * disk-utils: verify writing to streams was successfulSami Kerola2012-04-0414-0/+28
* | fsck: don't free fstab table on parse failureDave Reisner2012-04-101-1/+0Star
|/
* 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