summaryrefslogtreecommitdiff
path: root/src/core/umount.c
AgeCommit message (Expand)Author
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek
2018-03-29tree-wide: remove unused variables (#8612)Yu Watanabe
2018-03-16core/umount: use libmount to enumerate /proc/swapsZbigniew Jędrzejewski-Szmek
2018-03-16test-umount: add a simple test for swap_list_get()Zbigniew Jędrzejewski-Szmek
2018-03-16core/umount: use _cleanup_Zbigniew Jędrzejewski-Szmek
2018-03-16tests: add a simple test for the mountinfo parsing logicZbigniew Jędrzejewski-Szmek
2018-03-16shutdown: use libmount to enumerate /proc/self/mountinfoZbigniew Jędrzejewski-Szmek
2018-03-14core/umount: fix unitialized fields in MountPoint in dm_list_get()Zbigniew Jędrzejewski-Szmek
2018-03-12shutdown: Reduce log level of unmountsJan Janssen
2018-03-12umount: Don't bother remounting api and ro filesystems read-onlyJan Janssen
2018-03-12umount: Try unmounting even if remounting read-only failedJan Janssen
2018-03-12umount: Provide the same mount flags too when remounting read-onlyJan Janssen
2018-03-12umount: Decide whether to remount read-only earlierJan Janssen
2018-03-12umount: Add more asserts and remove some unused argumentsJan Janssen
2018-03-12umount: Fix memory leakJan Janssen
2018-02-22tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering
2018-02-21umount: beef up logging when umount/remount child processes failLennart Poettering
2018-01-11log: minimize includes in log.hLennart Poettering
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering
2017-12-25basic: split out blockdev-util.[ch] from util.hLennart Poettering
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering
2017-12-14core: Implement timeout based umount/remount limitKyle Walker
2017-11-28core/umount: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek
2017-11-08umount: always use MNT_FORCE in umount_all() (#7213)NeilBrown
2017-10-24core: systemd-shutdown: avoid confusingly redundant messagesAlan Jenkins
2017-10-19core: systemd-shutdown: add missing check for umount_changedAlan Jenkins
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek
2017-09-13shutdown: don't be fooled when detaching DM devices with BTRFSFranck Bui
2017-09-13shutdown: fix incorrect fscanf() result check (#6806)Lennart Poettering
2017-08-30shutdown: don't remount,ro network filesystems. (#6588)NeilBrown
2017-05-11pid1: improve logging when failing to remount / ro (#5940)Zbigniew Jędrzejewski-Szmek
2017-03-02Avoid strict DM interface version dependencies (#5519)Michael Biebl
2016-12-07minor code beautificationsLennart Poettering
2016-10-05Fix typoGiuseppe Scrivano
2016-03-04core/mount: Don't unmount initramfs mountsJoel Holdsworth
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
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