summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
Commit message (Expand)AuthorAgeFilesLines
...
* libmount: compose mount.<type> helpers paths more carefullyKarel Zak2013-09-261-0/+1
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-211-23/+30
* libmount: add reference counting to libmnt_cacheKarel Zak2013-08-211-23/+13Star
* libmount: add reference counting to libmount_fsKarel Zak2013-08-211-12/+8Star
* libmount: add function for context userdataKarel Zak2013-08-211-0/+36
* libmount: fix typosOndrej Oprala2013-08-051-56/+56
* libmount: use err.h in testKarel Zak2013-05-141-1/+1
* Fix various typosYuri Chornoivan2013-04-261-1/+1
* libmount: add debug message to guess FS functionKarel Zak2013-04-121-0/+1
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-121-6/+49
* libmount: don't prepare update for empty mtab/utab on umountKarel Zak2013-02-261-3/+10
* libmount: correctly propagate ambivalent blkid probing resultsKarel Zak2013-02-131-3/+6
* libmount: keep MS_PROPAGATION flags in mnt_context_set_mflags() resultKarel Zak2013-01-151-0/+10
* libmount: allow to use propagation flags in fstabKarel Zak2013-01-151-6/+41
* libmount: fix regression test helperOndrej Oprala2013-01-101-2/+2
* mount: add support for x-mount.mkdir[=<mode>] optionOndrej Oprala2013-01-091-0/+52
* libmount: clean nonnull attribute usageKarel Zak2012-12-041-14/+14
* libmount: add function attributes to private APIOndrej Oprala2012-11-301-2/+3
* libmount: fix support of comma-separated fs types listsGleb Fotengauer-Malinovskiy2012-11-161-4/+6
* libmount: don't reset NOSWAPMATCH context flagKarel Zak2012-11-151-0/+1
* libmount: more robust tab filter usageKarel Zak2012-11-151-0/+5
* libmount: don't setup new loopdev on remount with regular mtabKarel Zak2012-09-261-2/+2
* libmount: optimize mtab and utab parsing in umountKarel Zak2012-09-251-0/+26
* libmount: rewrite mnt_table_is_fs_mounted() to be less aggressiveKarel Zak2012-08-241-0/+2
* libmount: allow to disable swap between source and targetKarel Zak2012-07-171-2/+28
* libmount: rename mnt_context_fstab_applied to mnt_context_tab_appliedKarel Zak2012-07-121-3/+3
* docs: fix typos found by misspellingsBernhard Voelker2012-07-091-1/+1
* libmount: fix mnt_context_guess_fstype()Karel Zak2012-04-251-3/+2Star
* libmount: add special MNT_ERR_ codesKarel Zak2012-04-241-10/+10
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* libmount: add mnt_context_get_options()Karel Zak2012-04-181-1/+19
* libmount: add mnt_context_fstab_applied()Karel Zak2012-04-171-1/+12
* libmount: cleanup flags usageKarel Zak2012-03-071-29/+84
* libmount: cosmetic changes around "none"Karel Zak2012-03-021-1/+5
* libmount: clean up context docsKarel Zak2012-02-231-0/+6
* libmount: cleanup docsKarel Zak2012-02-221-4/+6
* libmount: fix possible null dereferencing [coverity scan]Karel Zak2012-01-301-1/+3
* libmount: fix context test logicKarel Zak2012-01-261-1/+3
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-161-8/+36
* libmount: allow to toggle ro/rw and mount againKarel Zak2012-01-131-0/+11
* libmount: allow to use UUID and LABEL for owner/group mount options in fstabKarel Zak2012-01-131-1/+7
* libmount: add functions to export syscall/helpers statusKarel Zak2012-01-131-10/+84
* libmount: support umount /path/file.imgKarel Zak2012-01-121-1/+1
* libmount: add support for encrypted loopdevsKarel Zak2012-01-111-0/+20
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-021-4/+4
* libmount: avoid resolving pseudofs source on updateDave Reisner2012-01-021-1/+1
* libmount: add support for mount -a --forkKarel Zak2011-12-021-2/+135
* libmount: add mnt_context_umount_next()Karel Zak2011-12-011-1/+1
* libmount: fix trivial typos in debugging outputPetr Uzel2011-11-091-1/+1
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-1/+1