summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-26/+52
* libmount: allow empty source for mount(2) syscallKarel Zak2012-02-281-1/+3
* libmount: use mount.<type> -s for NFS onlyKarel Zak2012-02-271-1/+6
* libmount: canonicalize targets from fstab on mount -aKarel Zak2012-02-241-4/+6
* libmount: optimize for paths with tailing slashKarel Zak2012-02-241-1/+1
* libmount: canonicalize all paths from (fs)tabKarel Zak2012-02-241-1/+1
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* mount: distinguish between MS_COMMENT flags (netdev, nofail, ...)Karel Zak2012-02-231-0/+4
* libmount: clean up context docsKarel Zak2012-02-231-0/+6
* docs: update copyright yearsKarel Zak2012-02-221-1/+1
* libmount: cleanup docsKarel Zak2012-02-228-32/+55
* libmount: remove teaser proto for mnt_table_get_nameDave Reisner2012-02-223-3/+0Star
* libmount: use #ifdef fr selinux specific variablesKarel Zak2012-02-031-2/+4
* libmount: don't ignore chmod/own errorsKarel Zak2012-02-021-1/+3
* libmount: remove dead assigmentKarel Zak2012-02-022-2/+0Star
* libmount: consolidate sysconf() usageKarel Zak2012-01-311-16/+13Star
* libmount: make iter reset more robust [coverity scan]Karel Zak2012-01-301-1/+1
* libmount: fix resource leak [coverity scan]Karel Zak2012-01-301-2/+4
* libmount: fix resource leak [coverity scan]Karel Zak2012-01-301-3/+5
* libmount: fix possible null dereferencing [coverity scan]Karel Zak2012-01-301-1/+3
* libmount: fix negative returns [coverity scan]Karel Zak2012-01-301-6/+8
* libmount: fix checked-return [coverity scan]Karel Zak2012-01-301-1/+4
* 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