summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* mount: remove duplicate includesKarel Zak2012-01-171-2/+0Star
* lib,loopdev: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* sfdisk: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* libmount: ignore "defaults" mount optionKarel Zak2012-01-171-1/+3
* sfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* cfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* test: refresh build-sys testsKarel Zak2012-01-1716-39/+157
* mount: avoid canonicalizing pseudofs pathsDave Reisner2012-01-171-3/+4
* fdisk: fix last sector dialog bug after an incorrect input with suffixFrancesco Cosoleto2012-01-161-5/+8
* fdisk: rename read_int_sx() and some related variablesFrancesco Cosoleto2012-01-161-21/+21
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-163-10/+50
* lsblk: add UUID to --fs outputKarel Zak2012-01-161-0/+1
* libmount: cleanup post-umount operationsKarel Zak2012-01-161-32/+30Star
* libmount: fix MS_BIND|MS_REC usage, improve some bitwise operationsKarel Zak2012-01-162-5/+5
* libmount: add post-mount checks to detect ro/rwKarel Zak2012-01-164-8/+72
* libmount: avoid duplicate loopdevsKarel Zak2012-01-163-3/+77
* mount: (new) print error messagesKarel Zak2012-01-131-6/+274
* libmount: allow to toggle ro/rw and mount againKarel Zak2012-01-134-2/+17
* libmount: allow to use UUID and LABEL for owner/group mount options in fstabKarel Zak2012-01-132-6/+26
* libmount: add functions to export syscall/helpers statusKarel Zak2012-01-134-10/+110
* tests: fix mount/special to be compatible with libmountKarel Zak2012-01-122-18/+2Star
* libmount: fix auto-loopdevKarel Zak2012-01-121-7/+14
* libmount: support umount /path/file.imgKarel Zak2012-01-122-14/+43
* tests: add exceptions for libmountKarel Zak2012-01-124-2/+7
* libmount: make options in fstab optionalKarel Zak2012-01-121-8/+15
* tests: update tests with fdisk outputKarel Zak2012-01-123-9/+9
* tests: remove unssuported losetup -sKarel Zak2012-01-121-1/+1
* tests: remove unexpected set -xKarel Zak2012-01-121-2/+0Star
* tests: cleanup pathsKarel Zak2012-01-121-7/+12
* build-sys: suport static build for new [u]mountKarel Zak2012-01-111-2/+21
* build-sys: add --enable-new-mountKarel Zak2012-01-119-19/+53
* libmount: add --pass-fd to samples/mountKarel Zak2012-01-112-5/+45
* libmount: add support for encrypted loopdevsKarel Zak2012-01-116-2/+54
* losetup: add note about non-root users to losetup.8Karel Zak2012-01-111-1/+2
* losetup: move xgetpass() to lib/xgetpass.cKarel Zak2012-01-115-39/+55
* build-sys: move swapon from mount/ to sys-utils/Karel Zak2012-01-118-12/+32
* swapon: merge swap_constants.h into swapon.cKarel Zak2012-01-112-16/+12Star
* docs: add info about virt-what to TODOKarel Zak2012-01-101-0/+5
* mount: add hint that context= has to be quotedKarel Zak2012-01-101-1/+16
* 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