summaryrefslogtreecommitdiff
path: root/src/core/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "core/mount: replace invalid UTF-8 code points in "what" and "options""Yu Watanabe2023-05-111-29/+6
* core/mount: replace invalid UTF-8 code points in "what" and "options"Michal Sekletar2023-05-101-6/+29
* core: minor coding style modernization in mount.cLennart Poettering2023-05-031-4/+3
* core: Move DynamicCreds into ExecRuntimeDaan De Meyer2023-03-271-9/+1
* core: Introduce unit private exec runtimeDaan De Meyer2023-03-271-2/+2
* execute: Do not pass destroy as a boolean argument to unref()Daan De Meyer2023-03-271-2/+2
* execute: Rename ExecRuntime to ExecSharedRuntimeDaan De Meyer2023-03-271-2/+2
* mount: Include After=local-fs-pre.target by default in initrdWill Fancher2023-03-111-8/+9
* pid1: add unit file settings to control memory pressure logicLennart Poettering2023-03-011-0/+1
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-2/+2
* core/mount: fix default target for /sysusr/usr and its childYu Watanabe2023-02-161-0/+4
* mount: handle bind mount of file with non-existing targetDavid Tardon2023-01-161-3/+18
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-4/+4
* pid1: add env var to override default mount rate limit burstLuca Boccassi2022-12-051-1/+10
* 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
|/