summaryrefslogtreecommitdiff
path: root/src/core/mount.c
Commit message (Expand)AuthorAgeFilesLines
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* basic/mountpoint-util: skip dependency on quota services for some filesystemsThomas Blume2022-10-141-3/+1
* mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTIN...Franck Bui2022-10-051-23/+23
* mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_...Franck Bui2022-10-051-5/+4
* mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies()Franck Bui2022-10-051-5/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-5/+2
* core/mount: voidify unit_acquire_invocation_id()Yu Watanabe2022-08-251-1/+1
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-3/+3
* Merge pull request #23893 from yuwata/core-mount-re-read-mountinfoLuca Boccassi2022-08-231-10/+45
|\
| * core/mount: adjust deserialized state based on /proc/self/mountinfoYu Watanabe2022-07-201-10/+45
* | core/mount: make device deps from /proc/self/mountinfo and .mount unit file e...Yu Watanabe2022-08-051-25/+32
* | core/mount: also remove default deps from /proc/self/mountinfo when it is upd...Yu Watanabe2022-08-051-2/+2
* | core/mount: set Mount.from_proc_self_mountinfo flag before adding default dep...Yu Watanabe2022-08-051-4/+4
* | core: unit_name_from_path() does not return -ENAMETOOLONG anymoreYu Watanabe2022-08-051-27/+4
* | core/mount: use set_put_strdup_full()Yu Watanabe2022-08-051-11/+5
* | core/mount: downgrade log level about several mkdir failuresYu Watanabe2022-07-271-2/+6
* | Revert "core/mount: fail early if directory cannot be created"Yu Watanabe2022-07-271-3/+1
|/
* core: wrap some long commentsZbigniew Jędrzejewski-Szmek2022-06-071-7/+7
* Merge pull request #23558 from msekletar/issue-20329-followupYu Watanabe2022-05-311-3/+0
|\
| * unit: check for mount rate limiting before checking active stateMichal Sekletar2022-05-301-3/+0
* | core: Add trace logging to mount_add_device_dependencies()Daan De Meyer2022-05-121-7/+31
|/
* core/device: Use DEVICE_NOT_FOUND instead of 0.Daan De Meyer2022-05-071-1/+1
* core: shorten long unit names that are based on paths and append path hash at...Michal Sekletar2022-04-081-0/+3
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* core/mount: fail early if directory cannot be createdYu Watanabe2022-02-021-1/+3
* Merge pull request #20598 from tomty89/order_noautoZbigniew Jędrzejewski-Szmek2021-12-111-9/+1
|\
| * core/mount: also add default before dependency for automount mount unitsTom Yan2021-09-021-9/+1
* | tree-wide: check for NULLs in more placesFrantisek Sumsal2021-12-061-0/+6
* | unit: add jobs that were skipped because of ratelimit back to run_queueMichal Sekletar2021-11-301-0/+9
* | shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* | pid1: add a manager_trigger_run_queue() helperLennart Poettering2021-11-121-6/+3
* | mount: retrigger run queue after ratelimit expired to run delayed mount start...Michal Sekletar2021-11-111-0/+21
* | mount: make mount units start jobs not runnable if /p/s/mountinfo ratelimit i...Michal Sekletar2021-11-111-0/+3
* | core: rename/generalize UNIT(u)->test_start_limit() hookMichal Sekletar2021-11-111-3/+3
* | tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-031-2/+1
* | core/mount: add implicit unit dependencies even if when mount unit is generat...Yu Watanabe2021-09-291-0/+4
|/
* core: Check unit start rate limiting earlierDaan De Meyer2021-08-251-6/+17
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-4/+4
* core: align string tablesZbigniew Jędrzejewski-Szmek2021-07-191-8/+8
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* Merge pull request #20030 from keszybz/exec_fd-event-sourceZbigniew Jędrzejewski-Szmek2021-07-011-4/+4
|\
| * core: disable event sources before unreffing themZbigniew Jędrzejewski-Szmek2021-05-121-4/+4
* | tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* | core: do not serialize mounts and automounts for switch-rootZbigniew Jędrzejewski-Szmek2021-06-081-0/+1
* | mount: be more descriptive when logging about overly long mount point pathsLennart Poettering2021-06-011-1/+8
* | tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* | core: use StopPropagatedFrom= as default for .mount → .device unit dependen...Lennart Poettering2021-05-251-24/+47
|/
* shared/fstab-util: teach fstab_filter_options() a mode where all values are r...Zbigniew Jędrzejewski-Szmek2021-03-111-1/+1
* tree-wide: propagate error in xxx_from-string()Yu Watanabe2021-02-121-8/+10
* Avoid error when bind mount source already existsStefan Agner2021-01-251-1/+3