summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: don't check nonnull attributes for NULL [-Wnonnull-compare]Karel Zak2016-06-141-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-12/+12
* libmount: don't support /etc/mtab by defaultKarel Zak2016-04-141-4/+9
* tests: fix compiler warnings [-Wmissing-prototypes]Ruediger Meier2016-02-231-4/+4
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-2/+2
* libmount: cleanup assert() usageKarel Zak2015-08-041-14/+0Star
* libmount: do not call umount helper on --fakeKarel Zak2015-06-031-3/+3
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-52/+3Star
* libmount: improve remount logicKarel Zak2015-02-161-2/+5
* libmount: add --enable-libmount-force-mountinfoKarel Zak2015-02-161-0/+4
* Revert "libmount: MNT_OMODE_FORCE usage"Karel Zak2015-02-101-3/+2Star
* libmount: MNT_OMODE_FORCE usageFridolin Pokorny2015-02-101-2/+3
* libmount: fix type pointer usageKarel Zak2015-02-031-2/+2
* libmount: fix mem leak in do_mount_by_types() [coverity scan]Karel Zak2015-01-291-4/+5
* libmount: revert "read mtab on remount" ideaKarel Zak2015-01-161-6/+1Star
* libmount: allow unspecified source on remountKarel Zak2014-12-181-1/+9
* libmount: fix utab entry on remountKarel Zak2014-11-191-0/+3
* libmount: add private mnt_context_get_mtab_for_target()Karel Zak2014-11-191-5/+60
* libmount: hide details about failed search in fstab/mtabKarel Zak2014-09-161-2/+8
* libmount: special treatment for auto in fstype patternKarel Zak2014-06-231-25/+39
* libmount: don't touch mtab when mount -n specifiedKarel Zak2014-06-171-11/+63
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-091-0/+1
* mount: apply "nofail" to MNT_ERR_NOSOURCE libmount errorKarel Zak2014-04-071-0/+5
* libmount: use new debug functionsKarel Zak2014-03-211-49/+49
* umount: don't use mountinfo if possibleKarel Zak2014-03-031-3/+12
* libmount: update utab after successful extern helper mountKarel Zak2013-11-041-10/+20
* libmount: fix mnt_context_is_child() commentKarel Zak2013-10-111-1/+4
* libmount: Fix typo in commentNamhyung Kim2013-10-111-2/+2
* 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