summaryrefslogtreecommitdiff
path: root/src/core/umount.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10core/umount: use structured initializersYu Watanabe1-16/+22
2018-09-10tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe1-11/+3
2018-08-23core/umount: replace udev_device by sd_deviceYu Watanabe1-48/+34
2018-08-21umount: Don't use options from fstab on remountaszlig1-2/+19
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-6/+6
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-29tree-wide: remove unused variables (#8612)Yu Watanabe1-1/+1
2018-03-16core/umount: use libmount to enumerate /proc/swapsZbigniew Jędrzejewski-Szmek1-27/+23
2018-03-16test-umount: add a simple test for swap_list_get()Zbigniew Jędrzejewski-Szmek1-3/+3
2018-03-16core/umount: use _cleanup_Zbigniew Jędrzejewski-Szmek1-52/+26
2018-03-16tests: add a simple test for the mountinfo parsing logicZbigniew Jędrzejewski-Szmek1-16/+6
2018-03-16shutdown: use libmount to enumerate /proc/self/mountinfoZbigniew Jędrzejewski-Szmek1-52/+61
2018-03-14core/umount: fix unitialized fields in MountPoint in dm_list_get()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-03-12shutdown: Reduce log level of unmountsJan Janssen1-21/+21
2018-03-12umount: Don't bother remounting api and ro filesystems read-onlyJan Janssen1-0/+2
2018-03-12umount: Try unmounting even if remounting read-only failedJan Janssen1-4/+7
2018-03-12umount: Provide the same mount flags too when remounting read-onlyJan Janssen1-22/+35
2018-03-12umount: Decide whether to remount read-only earlierJan Janssen1-31/+21
2018-03-12umount: Add more asserts and remove some unused argumentsJan Janssen1-20/+34
2018-03-12umount: Fix memory leakJan Janssen1-0/+2
2018-02-22tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering1-2/+2
2018-02-21umount: beef up logging when umount/remount child processes failLennart Poettering1-6/+10
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+4
2017-12-25basic: split out blockdev-util.[ch] from util.hLennart Poettering1-1/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-10/+8
2017-12-14core: Implement timeout based umount/remount limitKyle Walker1-28/+96
2017-11-28core/umount: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek1-10/+4
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-08umount: always use MNT_FORCE in umount_all() (#7213)NeilBrown1-5/+11
2017-10-24core: systemd-shutdown: avoid confusingly redundant messagesAlan Jenkins1-13/+25
2017-10-19core: systemd-shutdown: add missing check for umount_changedAlan Jenkins1-0/+2
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-09-13shutdown: don't be fooled when detaching DM devices with BTRFSFranck Bui1-10/+10
2017-09-13shutdown: fix incorrect fscanf() result check (#6806)Lennart Poettering1-1/+1
2017-08-30shutdown: don't remount,ro network filesystems. (#6588)NeilBrown1-5/+13
2017-05-11pid1: improve logging when failing to remount / ro (#5940)Zbigniew Jędrzejewski-Szmek1-13/+20
2017-03-02Avoid strict DM interface version dependencies (#5519)Michael Biebl1-1/+1
2016-12-07minor code beautificationsLennart Poettering1-7/+12
2016-10-05Fix typoGiuseppe Scrivano1-1/+1
2016-03-04core/mount: Don't unmount initramfs mountsJoel Holdsworth1-0/+1
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen1-1/+2
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-26unmount: Pass in mount options when remounting read-onlyJan Janssen1-6/+20