summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* mount: fix recursively propagation mountingDong Hao2012-03-211-2/+3
* libmount: improve mnt_tables_is_mountedKarel Zak2012-03-201-1/+1
* libmount: add configfs to pseudofs listKarel Zak2012-03-201-0/+1
* libmount: fix "already mounted" detection on systems with mtabKarel Zak2012-03-091-17/+49
* libmount: avoid infinite loop in child fs iterationDave Reisner2012-03-081-0/+5
* libmount: cleanup flags usageKarel Zak2012-03-076-54/+120
* libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*Karel Zak2012-03-027-33/+64
* libmount: add mnt_fs_streq_srcpath()Karel Zak2012-03-024-32/+35
* libmount: cosmetic changes around "none"Karel Zak2012-03-022-3/+10
* libmount: don't treat "none" differentlyDave Reisner2012-03-023-15/+6Star
* 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