summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blockdev: remove non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* libmount: fix bugs detected by [smatch scan]Karel Zak2012-01-172-2/+2
* build-sys: use $(MAKE) for checksmatchKarel Zak2012-01-171-1/+1
* losetup: make xgetpass more robustKarel Zak2012-01-172-2/+3
* dmesg: fix non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* line: fix compiler warnings [-Wunused-parameter]Karel Zak2012-01-171-1/+1
* mount: fix __attribute__ keywordKarel Zak2012-01-171-11/+11
* mount: fix compiler warnings [-Wunused-parameter -Wunused-variable]Karel Zak2012-01-171-2/+2
* losetup: fix compiler warnings [-Wpointer-sign -Wformat]Karel Zak2012-01-171-3/+3
* libmount: fix compiler warnings [-Wuninitialized -Wformat]Karel Zak2012-01-172-2/+2
* libmount: fix compiler warnings [-Wsign-compare]Karel Zak2012-01-171-2/+2
* sfdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* 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