summaryrefslogtreecommitdiffstats
path: root/src/core/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...Yu Watanabe2023-09-061-0/+32
* core/mount: disable timer event source when USEC_INFINITYYu Watanabe2023-08-171-3/+3
* Revert "mount: check right before invoking /bin/umount if it makes sense"Yu Watanabe2023-08-141-40/+2
* tree-wide: drop _pure_ + _const_ from local, static functionsLennart Poettering2023-08-091-3/+3
* Merge pull request #27867 from keszybz/vconsole-reload-againLuca Boccassi2023-07-151-1/+1
|\
| * Revert "pid1: order units using TTYVHangup= after vconsole setup"Zbigniew Jędrzejewski-Szmek2023-07-121-1/+1
* | fstab-util: add fstab_is_bindMike Yuan2023-07-131-8/+1
|/
* mount: make unit_start() mount ratelimiting check genericLennart Poettering2023-06-301-0/+10
* pid1: also encode whether to send plymouth notifications in UnitVTableLennart Poettering2023-06-301-0/+2
* hibernate-resume: rework to follow the logic of sleep.c and useMike Yuan2023-06-231-1/+1
* Merge pull request #26959 from poettering/creds-mount-dep-fixLennart Poettering2023-05-251-42/+109
|\
| * mount: check right before invoking /bin/umount if it makes senseLennart Poettering2023-05-241-9/+44
| * core: split out default network dep generation into own functionLennart Poettering2023-05-241-21/+28
| * core: suppress various defaults deps for credentials mountsLennart Poettering2023-05-241-13/+38
* | core: drop UnitNotifyFlagsMike Yuan2023-05-241-2/+1
|/
* pid1: order units using TTYVHangup= after vconsole setupZbigniew Jędrzejewski-Szmek2023-05-191-1/+1
* 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-101-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-041-25/+32
* | core/mount: also remove default deps from /proc/self/mountinfo when it is upd...Yu Watanabe2022-08-041-2/+2
* | core/mount: set Mount.from_proc_self_mountinfo flag before adding default dep...Yu Watanabe2022-08-041-4/+4
* | core: unit_name_from_path() does not return -ENAMETOOLONG anymoreYu Watanabe2022-08-041-27/+4
* | core/mount: use set_put_strdup_full()Yu Watanabe2022-08-041-11/+5
* | core/mount: downgrade log level about several mkdir failuresYu Watanabe2022-07-261-2/+6
* | Revert "core/mount: fail early if directory cannot be created"Yu Watanabe2022-07-261-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