summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: trim leading commas from each options stringDave Reisner2012-06-051-0/+5
* Fix typos in comments and wall's man pageBernhard Voelker2012-06-051-1/+1
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-284-2/+12
* libmount: add MNT_ERR_LOOPDEVKarel Zak2012-05-282-0/+2
* libmount: use stderr for initial debug messageKarel Zak2012-05-231-1/+1
* libmount: Use binary search to compare pseudofsDave Reisner2012-05-231-25/+44
* libmount: don't canonicalize targetKarel Zak2012-05-173-7/+11
* libmount: close device fd (to avoid mount(2) EBUSY)Karel Zak2012-04-271-53/+17Star
* libmount: expose mnt_get_mountpoint as external APIDave Reisner2012-04-264-1/+11
* libmount: add mnt_table_find_devno()Karel Zak2012-04-254-0/+38
* libmount: fix mnt_context_guess_fstype()Karel Zak2012-04-251-3/+2Star
* libmount: add special MNT_ERR_ codesKarel Zak2012-04-242-10/+22
* libmount: fix mount by patternKarel Zak2012-04-241-1/+4
* Fix typos found by misspellingsBernhard Voelker2012-04-233-5/+5
* libmount: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-2/+6
* libmount: add mnt_context_get_options()Karel Zak2012-04-184-2/+24
* libmount: add mnt_context_fstab_applied()Karel Zak2012-04-174-1/+16
* libmount: add support to parse /proc/swapsKarel Zak2012-04-037-4/+213
* libmount: clean up MNT_FMT_* usage in parserKarel Zak2012-04-031-15/+16
* 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