summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix compiler warnings [-Wuninitialized -Wformat]Karel Zak2012-01-172-2/+2
* libmount: fix compiler warnings [-Wsign-compare]Karel Zak2012-01-171-2/+2
* libmount: ignore "defaults" mount optionKarel Zak2012-01-171-1/+3
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-162-9/+40
* 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-161-0/+67
* 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
* libmount: fix auto-loopdevKarel Zak2012-01-121-7/+14
* libmount: support umount /path/file.imgKarel Zak2012-01-122-14/+43
* libmount: make options in fstab optionalKarel Zak2012-01-121-8/+15
* build-sys: add --enable-new-mountKarel Zak2012-01-115-846/+1Star
* libmount: add --pass-fd to samples/mountKarel Zak2012-01-112-5/+45
* libmount: add support for encrypted loopdevsKarel Zak2012-01-116-2/+54
* libmount: fixed a small typos.p@orbitalfox.com2012-01-041-1/+1
* libmount: fix typo in function nameDave Reisner2012-01-021-1/+1
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-029-29/+57
* 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
* libmount: don't use "new" in header fileKarel Zak2011-12-191-2/+2
* libmount: add support for mount -a --forkKarel Zak2011-12-026-28/+217
* libmount: add "+" prefix for options pattern (e.g findmnt -O)Karel Zak2011-12-011-1/+14
* libmount: add -a to umount(8) sampleKarel Zak2011-12-012-3/+37
* libmount: add mnt_context_umount_next()Karel Zak2011-12-014-21/+126
* libmount: improve verbose messageKarel Zak2011-12-011-5/+5
* libmount: add new exprimental umount(8)Karel Zak2011-11-292-1/+255
* include,optutils: add option_to_longopt()Karel Zak2011-11-291-12/+3Star
* libmount: use USAGE_* from mount(8) sampleKarel Zak2011-11-291-3/+8
* libmount: add sanitize_env() to mount(8) sampleKarel Zak2011-11-292-0/+4
* libmount: remove magic constatnt from mount(8)Karel Zak2011-11-291-16/+27
* libmount: fix compiler warning [-Wimplicit-function-declaration]Karel Zak2011-11-281-0/+1
* lib,match: split match_fstype() from libmountKarel Zak2011-11-152-29/+2Star
* libmount: fix trivial typos in debugging outputPetr Uzel2011-11-096-7/+7
* libmount: fix chdir to parent for restricted (user) umountsKarel Zak2011-11-081-16/+25
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-083-9/+24
* libmount: unable to umount nfs shares using the force optionKarel Zak2011-10-171-1/+1
* build-sys: check scanf %ms modifierKarel Zak2011-10-101-11/+12
* libmount: support -o loop=<devname>Karel Zak2011-09-301-3/+8
* libmount: use loopdev debug facilityKarel Zak2011-09-292-4/+14
* libmount: support {offset,sizelimit}= foor loopdevsKarel Zak2011-09-291-18/+51
* libmount: add function to parse offsets/sizesKarel Zak2011-09-293-11/+25
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-1/+1
* libmount: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-272-2/+2
* libmount: previously assumed null pointer [smatch scan]Karel Zak2011-09-121-4/+4
* libmount: variable dereferenced before check [smatch scan]Karel Zak2011-09-121-1/+1
* libmount: redundant null check on calling free() [smatch scan]Karel Zak2011-09-121-2/+1Star