index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
umount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/umount: use structured initializers
Yu Watanabe
2018-09-10
1
-16
/
+22
*
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
1
-11
/
+3
*
core/umount: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-48
/
+34
*
umount: Don't use options from fstab on remount
aszlig
2018-08-21
1
-2
/
+19
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-6
/
+6
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: remove unused variables (#8612)
Yu Watanabe
2018-03-29
1
-1
/
+1
*
core/umount: use libmount to enumerate /proc/swaps
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-27
/
+23
*
test-umount: add a simple test for swap_list_get()
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-3
/
+3
*
core/umount: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-52
/
+26
*
tests: add a simple test for the mountinfo parsing logic
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-16
/
+6
*
shutdown: use libmount to enumerate /proc/self/mountinfo
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-52
/
+61
*
core/umount: fix unitialized fields in MountPoint in dm_list_get()
Zbigniew Jędrzejewski-Szmek
2018-03-14
1
-1
/
+1
*
shutdown: Reduce log level of unmounts
Jan Janssen
2018-03-12
1
-21
/
+21
*
umount: Don't bother remounting api and ro filesystems read-only
Jan Janssen
2018-03-12
1
-0
/
+2
*
umount: Try unmounting even if remounting read-only failed
Jan Janssen
2018-03-12
1
-4
/
+7
*
umount: Provide the same mount flags too when remounting read-only
Jan Janssen
2018-03-12
1
-22
/
+35
*
umount: Decide whether to remount read-only earlier
Jan Janssen
2018-03-12
1
-31
/
+21
*
umount: Add more asserts and remove some unused arguments
Jan Janssen
2018-03-12
1
-20
/
+34
*
umount: Fix memory leak
Jan Janssen
2018-03-12
1
-0
/
+2
*
tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS children
Lennart Poettering
2018-02-22
1
-2
/
+2
*
umount: beef up logging when umount/remount child processes fail
Lennart Poettering
2018-02-21
1
-6
/
+10
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-4
/
+4
*
basic: split out blockdev-util.[ch] from util.h
Lennart Poettering
2017-12-25
1
-1
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-10
/
+8
*
core: Implement timeout based umount/remount limit
Kyle Walker
2017-12-14
1
-28
/
+96
*
core/umount: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-10
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
umount: always use MNT_FORCE in umount_all() (#7213)
NeilBrown
2017-11-08
1
-5
/
+11
*
core: systemd-shutdown: avoid confusingly redundant messages
Alan Jenkins
2017-10-24
1
-13
/
+25
*
core: systemd-shutdown: add missing check for umount_changed
Alan Jenkins
2017-10-19
1
-0
/
+2
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
shutdown: don't be fooled when detaching DM devices with BTRFS
Franck Bui
2017-09-13
1
-10
/
+10
*
shutdown: fix incorrect fscanf() result check (#6806)
Lennart Poettering
2017-09-13
1
-1
/
+1
*
shutdown: don't remount,ro network filesystems. (#6588)
NeilBrown
2017-08-30
1
-5
/
+13
*
pid1: improve logging when failing to remount / ro (#5940)
Zbigniew Jędrzejewski-Szmek
2017-05-11
1
-13
/
+20
*
Avoid strict DM interface version dependencies (#5519)
Michael Biebl
2017-03-02
1
-1
/
+1
*
minor code beautifications
Lennart Poettering
2016-12-07
1
-7
/
+12
*
Fix typo
Giuseppe Scrivano
2016-10-05
1
-1
/
+1
*
core/mount: Don't unmount initramfs mounts
Joel Holdsworth
2016-03-04
1
-0
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
unmount: Pass in mount options when remounting read-only
Jan Janssen
2015-10-26
1
-6
/
+20
[next]