summaryrefslogtreecommitdiff
path: root/src/core/umount.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-12core: fix CID 996302Susant Sahani1-1/+1
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-18/+20
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-01-23core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering1-2/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-06-24use more _cleanup_ macroRonny Chevalier1-12/+4
2014-06-05umount: modernizationsLennart Poettering1-38/+27
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-4/+4
2014-02-17core: more exact test on the procfs special string "(deleted)"Jan Engelhardt1-1/+1
2013-12-18core,logind: libudev usage modernizationsLennart Poettering1-14/+28
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-10/+10
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek1-94/+49
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-9/+7
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek1-4/+4
2013-01-20shutdown: loop - convert to enumerate matchKay Sievers1-8/+2
2013-01-16shutdown: ignore loop devices without a backing fileKay Sievers1-0/+7
2013-01-16shutdown: in the final umount loop don't use MNT_FORCELennart Poettering1-2/+4
2012-12-07shutdown, umount: use verbs consistentlyMichal Schmidt1-5/+5
2012-12-07shutdown, umount: logging improvementsMichal Schmidt1-6/+9
2012-12-07umount: fix check for DM changedMichal Schmidt1-1/+1
2012-11-28shutdown: fix typoHermann Gausterer1-2/+2
2012-11-28shutdown: don't consider umounting of / and /usr failedTom Gundersen1-4/+3
2012-11-16umount: always remount read-only before unmounting in final shutdown loopLennart Poettering1-30/+27
2012-09-03shutdown: don't attempt read-only mounts in a containerLennart Poettering1-3/+7
2012-08-13umount: MS_MGC_VAL is so 90sLennart Poettering1-1/+1
2012-05-30shutdown: Don't skip bind mounts on shutdownDaniel Drake1-17/+2
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+1
2012-04-12shutdown: move shutdown to core since it replaces PID 1Lennart Poettering1-0/+649