summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libmount: redundant null check on calling free() [smatch scan]Karel Zak2011-09-121-2/+1Star
* lib: [loopdev.c] correct trivial typoDavidlohr Bueso2011-08-081-1/+1
* libmount: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-021-4/+7
* libmount: improve apply_fstab debuggingKarel Zak2011-07-251-4/+17
* libmount: remove unnecessary includes, mask API as stableKarel Zak2011-07-251-9/+0Star
* libmount: clean up docsKarel Zak2011-07-251-4/+5
* libmount: cleanup docsKarel Zak2011-07-231-5/+5
* libmount: add support for mount -aKarel Zak2011-06-231-9/+87
* libmount: add generic function to read table for contextKarel Zak2011-06-221-1/+51
* libmount: allow to set parser callback to contextKarel Zak2011-06-211-0/+28
* libmount: add mount support for loopdevsKarel Zak2011-06-101-21/+15Star
* build-sys: use top-level directory for libmount rather than shlibs/mountKarel Zak2011-06-091-0/+1741