index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...
Yu Watanabe
2023-09-06
1
-0
/
+32
*
core/mount: disable timer event source when USEC_INFINITY
Yu Watanabe
2023-08-17
1
-3
/
+3
*
Revert "mount: check right before invoking /bin/umount if it makes sense"
Yu Watanabe
2023-08-14
1
-40
/
+2
*
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
1
-3
/
+3
*
Merge pull request #27867 from keszybz/vconsole-reload-again
Luca Boccassi
2023-07-15
1
-1
/
+1
|
\
|
*
Revert "pid1: order units using TTYVHangup= after vconsole setup"
Zbigniew Jędrzejewski-Szmek
2023-07-12
1
-1
/
+1
*
|
fstab-util: add fstab_is_bind
Mike Yuan
2023-07-13
1
-8
/
+1
|
/
*
mount: make unit_start() mount ratelimiting check generic
Lennart Poettering
2023-06-30
1
-0
/
+10
*
pid1: also encode whether to send plymouth notifications in UnitVTable
Lennart Poettering
2023-06-30
1
-0
/
+2
*
hibernate-resume: rework to follow the logic of sleep.c and use
Mike Yuan
2023-06-23
1
-1
/
+1
*
Merge pull request #26959 from poettering/creds-mount-dep-fix
Lennart Poettering
2023-05-25
1
-42
/
+109
|
\
|
*
mount: check right before invoking /bin/umount if it makes sense
Lennart Poettering
2023-05-24
1
-9
/
+44
|
*
core: split out default network dep generation into own function
Lennart Poettering
2023-05-24
1
-21
/
+28
|
*
core: suppress various defaults deps for credentials mounts
Lennart Poettering
2023-05-24
1
-13
/
+38
*
|
core: drop UnitNotifyFlags
Mike Yuan
2023-05-24
1
-2
/
+1
|
/
*
pid1: order units using TTYVHangup= after vconsole setup
Zbigniew Jędrzejewski-Szmek
2023-05-19
1
-1
/
+1
*
Revert "core/mount: replace invalid UTF-8 code points in "what" and "options""
Yu Watanabe
2023-05-11
1
-29
/
+6
*
core/mount: replace invalid UTF-8 code points in "what" and "options"
Michal Sekletar
2023-05-10
1
-6
/
+29
*
core: minor coding style modernization in mount.c
Lennart Poettering
2023-05-03
1
-4
/
+3
*
core: Move DynamicCreds into ExecRuntime
Daan De Meyer
2023-03-27
1
-9
/
+1
*
core: Introduce unit private exec runtime
Daan De Meyer
2023-03-27
1
-2
/
+2
*
execute: Do not pass destroy as a boolean argument to unref()
Daan De Meyer
2023-03-27
1
-2
/
+2
*
execute: Rename ExecRuntime to ExecSharedRuntime
Daan De Meyer
2023-03-27
1
-2
/
+2
*
mount: Include After=local-fs-pre.target by default in initrd
Will Fancher
2023-03-10
1
-8
/
+9
*
pid1: add unit file settings to control memory pressure logic
Lennart Poettering
2023-03-01
1
-0
/
+1
*
pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...
Lennart Poettering
2023-02-17
1
-2
/
+2
*
core/mount: fix default target for /sysusr/usr and its child
Yu Watanabe
2023-02-16
1
-0
/
+4
*
mount: handle bind mount of file with non-existing target
David Tardon
2023-01-16
1
-3
/
+18
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
pid1: add env var to override default mount rate limit burst
Luca Boccassi
2022-12-05
1
-1
/
+10
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
basic/mountpoint-util: skip dependency on quota services for some filesystems
Thomas Blume
2022-10-14
1
-3
/
+1
*
mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTIN...
Franck Bui
2022-10-05
1
-23
/
+23
*
mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_...
Franck Bui
2022-10-05
1
-5
/
+4
*
mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies()
Franck Bui
2022-10-05
1
-5
/
+4
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-5
/
+2
*
core/mount: voidify unit_acquire_invocation_id()
Yu Watanabe
2022-08-25
1
-1
/
+1
*
tree-wide: port things dirname_malloc() → path_extract_directory()
Lennart Poettering
2022-08-23
1
-3
/
+3
*
Merge pull request #23893 from yuwata/core-mount-re-read-mountinfo
Luca Boccassi
2022-08-23
1
-10
/
+45
|
\
|
*
core/mount: adjust deserialized state based on /proc/self/mountinfo
Yu Watanabe
2022-07-20
1
-10
/
+45
*
|
core/mount: make device deps from /proc/self/mountinfo and .mount unit file e...
Yu Watanabe
2022-08-04
1
-25
/
+32
*
|
core/mount: also remove default deps from /proc/self/mountinfo when it is upd...
Yu Watanabe
2022-08-04
1
-2
/
+2
*
|
core/mount: set Mount.from_proc_self_mountinfo flag before adding default dep...
Yu Watanabe
2022-08-04
1
-4
/
+4
*
|
core: unit_name_from_path() does not return -ENAMETOOLONG anymore
Yu Watanabe
2022-08-04
1
-27
/
+4
*
|
core/mount: use set_put_strdup_full()
Yu Watanabe
2022-08-04
1
-11
/
+5
*
|
core/mount: downgrade log level about several mkdir failures
Yu Watanabe
2022-07-26
1
-2
/
+6
*
|
Revert "core/mount: fail early if directory cannot be created"
Yu Watanabe
2022-07-26
1
-3
/
+1
|
/
*
core: wrap some long comments
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-7
/
+7
*
Merge pull request #23558 from msekletar/issue-20329-followup
Yu Watanabe
2022-05-31
1
-3
/
+0
|
\
|
*
unit: check for mount rate limiting before checking active state
Michal Sekletar
2022-05-30
1
-3
/
+0
[next]