summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_umount.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix memory leak on error [coverity scan]Karel Zak2019-05-151-2/+3
* libmount: (fuse) follow only user_id= on umountKarel Zak2018-11-301-27/+8Star
* libmount: Support unmount FUSE mountsRian Hunter2018-11-301-1/+81
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: cleanup const in umount codeKarel Zak2018-07-201-4/+4
* libmount: switch namespace when appropriateVaclav Dolezal2018-06-111-1/+48
* libmount: support for namespaces for helpersVaclav Dolezal2018-06-111-2/+18
* libmount: added error MNT_ERR_NAMESPACEVaclav Dolezal2018-06-111-0/+8
* libmount: don't use MS_MGC_VAL magic in mount(2) syscallKarel Zak2018-06-011-1/+1
* bugfix: fix possible segfault during umount -aRichard Fuchs2018-04-171-1/+2
* libmount: Allow MNT_FORCE and MNT_DETACH at umountJoshua Watt2017-11-081-1/+1
* libmount: check waitpid() return codeKarel Zak2017-11-061-5/+11
* libmount: Use waitpid() when waiting for mount helper child processVratislav Podzimek2017-11-061-2/+4
* libmount: export locking errors as MNT_EX_FILEIOKarel Zak2017-09-151-1/+10
* libmount: use _exit() in <type> handlersKarel Zak2017-06-291-3/+3
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* libmount: (umount) use mount table filter on -c onlyKarel Zak2017-06-071-2/+9
* libmount: use mount table filter on --no-canonicalizeKarel Zak2017-06-071-8/+12
* umount: never 'stat' the path when "-c" is given.NeilBrown2017-06-061-0/+2
* libmount: fix memory leak [coverity scan]Karel Zak2017-05-171-1/+5
* libmount: add mnt_context_get_excode()Karel Zak2017-04-271-0/+80
* Add sizelimit to internal APIStanislav Brabec2016-08-031-1/+1
* libmount, look: remove dead code [oclint]Sami Kerola2016-07-211-1/+0Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* libmount: fix mnt_table_parse_mtab() logicKarel Zak2016-04-151-3/+3
* libmount: add 'force-mountinfo' to features list, improve debugKarel Zak2016-02-011-7/+4Star
* libmount: add comment, remove TODO itemKarel Zak2015-12-101-0/+4
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-2/+2
* libmount: cleanup assert() usageKarel Zak2015-08-041-8/+3Star
* libmount: do not call umount helper on --fakeKarel Zak2015-06-031-0/+6
* libmount: fix possible mem leak in has_utab_entry() [coverity scan]Karel Zak2015-01-291-3/+10
* libmount: add private mnt_context_get_mtab_for_target()Karel Zak2014-11-191-35/+6Star
* umount: read mountinfo if --detach-loop givenRobert Schiele2014-09-221-1/+3
* libmount: use -t for type.subtype in helpers APIKarel Zak2014-08-211-2/+4
* libmount: don't touch mtab when mount -n specifiedKarel Zak2014-06-171-4/+4
* libmount: use new debug functionsKarel Zak2014-03-211-39/+37Star
* umount: don't use mountinfo if possibleKarel Zak2014-03-031-2/+83
* libmount: small cleanup in umount codeKarel Zak2013-09-271-2/+5
* libmount: free username after checkDave Reisner2013-09-201-0/+2
* libmount: be robust when work with loopdev backing file pathsKarel Zak2013-08-051-5/+5
* libmount: canonicalize for conversion from loopdev backing fileKarel Zak2013-08-051-1/+6
* libmount: fix typosOndrej Oprala2013-08-051-16/+16
* libmount: be robust for empty target/source stringsKarel Zak2013-06-171-2/+11
* libmount: don't ignore root fs on umount -aKarel Zak2013-05-141-4/+1Star
* libmount, col: remove redundant null checks [smatch scan]Sami Kerola2013-04-091-4/+2Star
* libmount: umount crashes when trying to umount a non-mountpointKarel Zak2013-03-251-2/+2
* libmount: export umount mountpoint look up codeKarel Zak2013-02-261-25/+57
* libmount: don't try to play with loopdevs if umount argument is really mountp...Karel Zak2012-11-151-3/+6
* libmount: don't use umount optimization for -l or -fKarel Zak2012-10-151-1/+3