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/mount: fail early if directory cannot be created
Yu Watanabe
2022-02-02
1
-1
/
+3
*
Merge pull request #20598 from tomty89/order_noauto
Zbigniew Jędrzejewski-Szmek
2021-12-11
1
-9
/
+1
|
\
|
*
core/mount: also add default before dependency for automount mount units
Tom Yan
2021-09-01
1
-9
/
+1
*
|
tree-wide: check for NULLs in more places
Frantisek Sumsal
2021-12-06
1
-0
/
+6
*
|
unit: add jobs that were skipped because of ratelimit back to run_queue
Michal Sekletar
2021-11-29
1
-0
/
+9
*
|
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
|
pid1: add a manager_trigger_run_queue() helper
Lennart Poettering
2021-11-12
1
-6
/
+3
*
|
mount: retrigger run queue after ratelimit expired to run delayed mount start...
Michal Sekletar
2021-11-11
1
-0
/
+21
*
|
mount: make mount units start jobs not runnable if /p/s/mountinfo ratelimit i...
Michal Sekletar
2021-11-11
1
-0
/
+3
*
|
core: rename/generalize UNIT(u)->test_start_limit() hook
Michal Sekletar
2021-11-11
1
-3
/
+3
*
|
tree-wide: port various places to use TAKE_PID()
Lennart Poettering
2021-11-03
1
-2
/
+1
*
|
core/mount: add implicit unit dependencies even if when mount unit is generat...
Yu Watanabe
2021-09-29
1
-0
/
+4
|
/
*
core: Check unit start rate limiting earlier
Daan De Meyer
2021-08-25
1
-6
/
+17
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-4
/
+4
*
core: align string tables
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-8
/
+8
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-2
/
+1
*
Merge pull request #20030 from keszybz/exec_fd-event-source
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-4
/
+4
|
\
|
*
core: disable event sources before unreffing them
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-4
/
+4
*
|
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
|
core: do not serialize mounts and automounts for switch-root
Zbigniew Jędrzejewski-Szmek
2021-06-08
1
-0
/
+1
*
|
mount: be more descriptive when logging about overly long mount point paths
Lennart Poettering
2021-06-01
1
-1
/
+8
*
|
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-1
/
+1
*
|
core: use StopPropagatedFrom= as default for .mount → .device unit dependen...
Lennart Poettering
2021-05-25
1
-24
/
+47
|
/
*
shared/fstab-util: teach fstab_filter_options() a mode where all values are r...
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-1
/
+1
*
tree-wide: propagate error in xxx_from-string()
Yu Watanabe
2021-02-11
1
-8
/
+10
*
Avoid error when bind mount source already exists
Stefan Agner
2021-01-25
1
-1
/
+3
*
core: prevent excessive /proc/self/mountinfo parsing
Michal Sekletár
2020-12-01
1
-0
/
+6
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-12
/
+6
*
core/mount: mount command may fail after adding the corresponding proc mounti...
Yu Watanabe
2020-11-25
1
-0
/
+9
*
core/mount: mount_start() may be called during the state is MOUNT_MOUNTING_DONE
Yu Watanabe
2020-11-20
1
-1
/
+1
*
Merge pull request #16603 from benzea/benzea/special-app-slice
Lennart Poettering
2020-11-11
1
-7
/
+6
|
\
|
*
pid1: expose "extrinsic" status of swaps and mounts
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-7
/
+6
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
core: add credentials logic
Lennart Poettering
2020-08-25
1
-1
/
+1
*
add error message when bind mount src missing
Alan Perry
2020-07-07
1
-2
/
+5
*
Merge pull request #15911 from poettering/unit-name-tighten
Yu Watanabe
2020-05-29
1
-3
/
+24
|
\
|
*
core: improve log messages when we cannot process a mount point
Lennart Poettering
2020-05-26
1
-3
/
+24
*
|
core: also log about left-over processes during unit stop
Lennart Poettering
2020-05-26
1
-1
/
+3
|
/
*
Merge pull request #15661 from hundeboll/mount-read-write-only
Zbigniew Jędrzejewski-Szmek
2020-05-20
1
-0
/
+6
|
\
|
*
mount: add ReadWriteOnly property to fail on read-only mounts
Martin Hundebøll
2020-05-01
1
-0
/
+6
*
|
Merge pull request #15265 from fbuihuu/mount-fixes
Lennart Poettering
2020-05-15
1
-56
/
+84
|
\
\
|
*
|
mount: introduce mount_is_nofail() helper
Franck Bui
2020-04-09
1
-4
/
+10
|
*
|
mount: default startup dependencies and default network ones are orthogonal
Franck Bui
2020-04-09
1
-21
/
+21
|
*
|
mount: introduce mount_add_default_ordering_dependencies()
Franck Bui
2020-04-09
1
-18
/
+33
|
*
|
mount: let pid1 alone handle the default dependencies for mount units
Franck Bui
2020-04-09
1
-5
/
+16
|
*
|
mount: mount unit activated by automount unit should be only ordered against ...
Franck Bui
2020-04-02
1
-1
/
+9
|
*
|
fstab-util: introduce fstab_is_extrinsic()
Franck Bui
2020-04-01
1
-19
/
+7
|
|
/
*
|
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-2
/
+2
*
|
pid1: convert to the new scheme
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-1
/
+0
|
/
[next]