summaryrefslogtreecommitdiffstats
path: root/src/core/umount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/umount: use structured initializersYu Watanabe2018-09-101-16/+22
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-11/+3
* core/umount: replace udev_device by sd_deviceYu Watanabe2018-08-221-48/+34
* umount: Don't use options from fstab on remountaszlig2018-08-211-2/+19
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-6/+6
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: remove unused variables (#8612)Yu Watanabe2018-03-291-1/+1
* core/umount: use libmount to enumerate /proc/swapsZbigniew Jędrzejewski-Szmek2018-03-161-27/+23
* test-umount: add a simple test for swap_list_get()Zbigniew Jędrzejewski-Szmek2018-03-161-3/+3
* core/umount: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-03-161-52/+26
* tests: add a simple test for the mountinfo parsing logicZbigniew Jędrzejewski-Szmek2018-03-161-16/+6
* shutdown: use libmount to enumerate /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2018-03-161-52/+61
* core/umount: fix unitialized fields in MountPoint in dm_list_get()Zbigniew Jędrzejewski-Szmek2018-03-141-1/+1
* shutdown: Reduce log level of unmountsJan Janssen2018-03-121-21/+21
* umount: Don't bother remounting api and ro filesystems read-onlyJan Janssen2018-03-121-0/+2
* umount: Try unmounting even if remounting read-only failedJan Janssen2018-03-121-4/+7
* umount: Provide the same mount flags too when remounting read-onlyJan Janssen2018-03-121-22/+35
* umount: Decide whether to remount read-only earlierJan Janssen2018-03-121-31/+21
* umount: Add more asserts and remove some unused argumentsJan Janssen2018-03-121-20/+34
* umount: Fix memory leakJan Janssen2018-03-121-0/+2
* tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering2018-02-221-2/+2
* umount: beef up logging when umount/remount child processes failLennart Poettering2018-02-211-6/+10
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+4
* basic: split out blockdev-util.[ch] from util.hLennart Poettering2017-12-251-1/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-10/+8
* core: Implement timeout based umount/remount limitKyle Walker2017-12-141-28/+96
* core/umount: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2017-11-281-10/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* umount: always use MNT_FORCE in umount_all() (#7213)NeilBrown2017-11-081-5/+11
* core: systemd-shutdown: avoid confusingly redundant messagesAlan Jenkins2017-10-241-13/+25
* core: systemd-shutdown: add missing check for umount_changedAlan Jenkins2017-10-191-0/+2
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* shutdown: don't be fooled when detaching DM devices with BTRFSFranck Bui2017-09-131-10/+10
* shutdown: fix incorrect fscanf() result check (#6806)Lennart Poettering2017-09-131-1/+1
* shutdown: don't remount,ro network filesystems. (#6588)NeilBrown2017-08-301-5/+13
* pid1: improve logging when failing to remount / ro (#5940)Zbigniew Jędrzejewski-Szmek2017-05-111-13/+20
* Avoid strict DM interface version dependencies (#5519)Michael Biebl2017-03-021-1/+1
* minor code beautificationsLennart Poettering2016-12-071-7/+12
* Fix typoGiuseppe Scrivano2016-10-051-1/+1
* core/mount: Don't unmount initramfs mountsJoel Holdsworth2016-03-041-0/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* unmount: Pass in mount options when remounting read-onlyJan Janssen2015-10-261-6/+20