summaryrefslogtreecommitdiff
path: root/src/core/umount.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-26unmount: Pass in mount options when remounting read-onlyJan Janssen
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-06-12core: fix CID 996302Susant Sahani
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-23core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-06-24use more _cleanup_ macroRonny Chevalier
2014-06-05umount: modernizationsLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-02-17core: more exact test on the procfs special string "(deleted)"Jan Engelhardt
2013-12-18core,logind: libudev usage modernizationsLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek
2013-01-20shutdown: loop - convert to enumerate matchKay Sievers
2013-01-16shutdown: ignore loop devices without a backing fileKay Sievers
2013-01-16shutdown: in the final umount loop don't use MNT_FORCELennart Poettering
2012-12-07shutdown, umount: use verbs consistentlyMichal Schmidt
2012-12-07shutdown, umount: logging improvementsMichal Schmidt
2012-12-07umount: fix check for DM changedMichal Schmidt
2012-11-28shutdown: fix typoHermann Gausterer
2012-11-28shutdown: don't consider umounting of / and /usr failedTom Gundersen
2012-11-16umount: always remount read-only before unmounting in final shutdown loopLennart Poettering
2012-09-03shutdown: don't attempt read-only mounts in a containerLennart Poettering
2012-08-13umount: MS_MGC_VAL is so 90sLennart Poettering
2012-05-30shutdown: Don't skip bind mounts on shutdownDaniel Drake
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12shutdown: move shutdown to core since it replaces PID 1Lennart Poettering