summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mount: update info about check= mount optionKarel Zak2012-01-101-2/+4
* losetup: add --partscan optionKarel Zak2012-01-093-3/+11
* loopdev: improve debug messagesKarel Zak2012-01-091-2/+10
* loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2)Karel Zak2012-01-093-23/+72
* sfdisk: use is_blkdevDavidlohr Bueso2012-01-051-10/+3Star
* blockdev: make functions staticWanlong Gao2012-01-051-8/+8
* lscpu: fix compiler warningsDavidlohr Bueso2012-01-051-2/+2
* blkdev: add is_blkdev functionDavidlohr Bueso2012-01-052-0/+9
* fdisk: remove PACKED macroKarel Zak2012-01-051-7/+1Star
* sfdisk: remove PACKED macroKarel Zak2012-01-051-17/+3Star
* sfdisk: remove do_warnDavidlohr Bueso2012-01-051-47/+36Star
* sfdisk: remove fatalDavidlohr Bueso2012-01-041-39/+26Star
* column: don't check result from xmalloc()Karel Zak2012-01-041-2/+0Star
* build-sys: add checkxalloc to toplevel MakefileKarel Zak2012-01-042-0/+12
* column: use xalloc libsDave Reisner2012-01-041-1/+1
* lscpu: use xalloc libsDave Reisner2012-01-041-2/+2
* tools: add new code checking scriptDave Reisner2012-01-041-0/+13
* libmount: fixed a small typos.p@orbitalfox.com2012-01-041-1/+1
* fdisk: fix incorrect position of is_ide_cdrom_or_tape() callFrancesco Cosoleto2012-01-041-3/+3
* libmount: fix typo in function nameDave Reisner2012-01-021-1/+1
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-029-29/+57
* mount: don't canonicalize the source of a pseudofsDave Reisner2012-01-021-2/+3
* libmount: avoid resolving pseudofs source on updateDave Reisner2012-01-021-1/+1
* libmount; fix possible mem-leakKarel Zak2012-01-022-9/+20
* libmount: always trust the source of a pseudofsDave Reisner2012-01-021-0/+2
* fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso2012-01-024-56/+38Star
* mount: append inverting options for mount.<type>Karel Zak2012-01-021-7/+24
* lib,tt: don't trim last line charKarel Zak2011-12-221-0/+1
* losetup: cleanup headers, cmdline checksKarel Zak2011-12-221-11/+4Star
* losetup: cleanup man pageKarel Zak2011-12-221-57/+37Star
* losetup: cleanup usage()Karel Zak2011-12-221-31/+46
* losetup: check to control debug outputKarel Zak2011-12-221-4/+4
* losetup: print info about one deviceKarel Zak2011-12-221-0/+13
* losetup: rewrite loop setupKarel Zak2011-12-223-833/+104Star
* losetup: rewrite -fKarel Zak2011-12-221-0/+7
* losetup: rewrite -d and -DKarel Zak2011-12-221-79/+50Star
* losetup: rewrite -cKarel Zak2011-12-221-38/+29Star
* losetup: rewrite -jKarel Zak2011-12-221-61/+36Star
* losetup: rewrite -aKarel Zak2011-12-222-18/+121
* lib,loopdev: add missing functionsKarel Zak2011-12-222-41/+178
* libblkid; fix memory leak in blkid_probe_get_wholedisk_probe()Karel Zak2011-12-211-0/+3
* prlimit: use xalloc libsDavidlohr Bueso2011-12-201-1/+1
* losetup: move to sys-utils directoryKarel Zak2011-12-207-14/+29
* losetup: remove mount-specific headersKarel Zak2011-12-202-28/+27Star
* losetup: remove unnecessary header filesKarel Zak2011-12-203-77/+7Star
* losetup: remove 32-bit ioctlsKarel Zak2011-12-202-96/+4Star
* losetup: remove #ifdef LOOP_SET_FD nonsenseKarel Zak2011-12-201-52/+0Star
* losetup: remove obsolete #ifdef MAINKarel Zak2011-12-202-12/+2Star
* libmount: don't use "new" in header fileKarel Zak2011-12-191-2/+2
* tests: update fdisk testsFrancesco Cosoleto2011-12-166-31/+30Star