summaryrefslogtreecommitdiffstats
path: root/disk-utils
Commit message (Expand)AuthorAgeFilesLines
* mkfs.minix: fix compiler warning [-Wformat]Karel Zak2013-01-091-1/+1
* mkfs.minix: fsck:minix: fix compiler warningsKarel Zak2012-12-202-6/+6
* mkswap: fix compiler warningsKarel Zak2012-12-201-1/+7
* lib/ismounted: basic support for loop devicesKarel Zak2012-12-191-2/+1Star
* docs: add missing exit value to fsck.minix(8)Sami Kerola2012-12-191-4/+2Star
* minix: replace magic constants with macro namesSami Kerola2012-12-192-9/+9
* minix: use off_t, size_t, etc appropriate typesSami Kerola2012-12-192-10/+10
* minix: change types in header fileSami Kerola2012-12-191-20/+20
* isosize: inform if file does not look like iso file systemSami Kerola2012-12-191-0/+10
* isosize: fix usage() -h option print outSami Kerola2012-12-191-10/+11
* partx: add update commandPhillip Susi2012-12-192-5/+113
* partx: don't care about xasprintf() return codeKarel Zak2012-12-121-12/+8Star
* fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make checkKarel Zak2012-10-221-0/+5
* mkfs.minix: check numeric user inputsSami Kerola2012-10-151-11/+6Star
* fix bold style of man page referencesMike Frysinger2012-10-091-1/+1
* mkswap: wipe old signature if there is no part table by defaultMilan Broz2012-09-212-30/+22Star
* libmount: document LIBMOUNT_DEBUG usersDavidlohr Bueso2012-09-041-0/+3
* blkid: document LIBBLKID_DEBUG usersDavidlohr Bueso2012-09-044-0/+12
* fsck.cramfs: fix compiler warning [-Wpointer-arith]Karel Zak2012-09-041-2/+2
* fsck: use less aggressive method to detect mounted devicesKarel Zak2012-08-241-7/+24
* resizepart: remove debug messageKarel Zak2012-08-141-3/+0Star
* resizepart: add new commandKarel Zak2012-08-134-2/+185
* partx: support -o +<attr> for adding attribute to output fieldsMilan Broz2012-07-261-5/+7
* mkswap: fix shadow declarationSami Kerola2012-07-261-2/+2
* partx: use err_exclusive_options()Karel Zak2012-07-261-7/+15
* mkfs.cramfs: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* fsck.cramfs: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* raw: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* translation: unify file open error messagesSami Kerola2012-07-1611-13/+13
* translation: unify stat error messagesSami Kerola2012-07-166-7/+7
* fix buffer overrun in some calls to sscanfKarel Zak2012-07-091-1/+1
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-14/+14
* build-sys: fix swaplabelKarel Zak2012-06-261-1/+1
* 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
|\