summaryrefslogtreecommitdiff
path: root/src/core/umount.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+3
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-5/+6
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* core: fix CID 996302Susant Sahani2015-06-121-1/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-18/+20
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering2015-01-231-2/+8
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* use more _cleanup_ macroRonny Chevalier2014-06-241-12/+4
* umount: modernizationsLennart Poettering2014-06-051-38/+27
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+4
* core: more exact test on the procfs special string "(deleted)"Jan Engelhardt2014-02-171-1/+1
* core,logind: libudev usage modernizationsLennart Poettering2013-12-181-14/+28
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-10/+10
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-94/+49
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-151-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-9/+7
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-4/+4
* shutdown: loop - convert to enumerate matchKay Sievers2013-01-201-8/+2
* shutdown: ignore loop devices without a backing fileKay Sievers2013-01-161-0/+7
* shutdown: in the final umount loop don't use MNT_FORCELennart Poettering2013-01-161-2/+4
* shutdown, umount: use verbs consistentlyMichal Schmidt2012-12-071-5/+5
* shutdown, umount: logging improvementsMichal Schmidt2012-12-071-6/+9
* umount: fix check for DM changedMichal Schmidt2012-12-071-1/+1
* shutdown: fix typoHermann Gausterer2012-11-281-2/+2
* shutdown: don't consider umounting of / and /usr failedTom Gundersen2012-11-281-4/+3
* umount: always remount read-only before unmounting in final shutdown loopLennart Poettering2012-11-161-30/+27
* shutdown: don't attempt read-only mounts in a containerLennart Poettering2012-09-031-3/+7
* umount: MS_MGC_VAL is so 90sLennart Poettering2012-08-131-1/+1
* shutdown: Don't skip bind mounts on shutdownDaniel Drake2012-05-301-17/+2
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* shutdown: move shutdown to core since it replaces PID 1Lennart Poettering2012-04-121-0/+649