summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix context test logicKarel Zak2012-01-261-1/+3
* libmount: fix leak in tabdiff testKarel Zak2012-01-261-0/+1
* libmount: fix leak in tab parsing error codeKarel Zak2012-01-261-3/+19
* libmount: fix leak in tab_update.c testKarel Zak2012-01-261-0/+1
* libmount: fix buffer overflow and leaks in testsKarel Zak2012-01-261-1/+4
* libmount: don't pass comments=/x-* to mount.<type> helpersKarel Zak2012-01-253-15/+38
* blkid: move cache to /run on new systemsKarel Zak2012-01-251-1/+1
* libmount: remove fstab.d supportKarel Zak2012-01-242-5/+1Star
* libmount: support dirs for mnt_table_parse_fstab(), add mnt_table_parse_dir()Karel Zak2012-01-233-26/+40
* libmount: fix a potential memory leak at mnt_table_parse_dirMasatake YAMATO2012-01-231-4/+7
* libmount: Use filter arg of scandir* to pickup /etc/fstab.d/*.fstab filesMasatake YAMATO2012-01-231-36/+27Star
* libmount: scandirat based mnt_table_parse_dir implementationMasatake YAMATO2012-01-231-2/+63
* libmount: export info about library featuresKarel Zak2012-01-233-1/+43
* libmount: fix bugs detected by [smatch scan]Karel Zak2012-01-172-2/+2
* 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