summaryrefslogtreecommitdiff
path: root/src/shared/mount-util.h
Commit message (Expand)AuthorAgeFilesLines
* mount-util: add umount_and_free() helperLennart Poettering2023-05-161-0/+8
* mount-util: simplify mount_switch_root() a bitLennart Poettering2023-05-031-1/+4
* mount-util: split remount_idmap() in twoLennart Poettering2023-04-251-0/+2
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+1
* mount-util: introduce remount_sysfs()Yu Watanabe2023-02-231-0/+8
* mount-util: make mount_switch_root() take a mount propagation flagYu Watanabe2022-12-151-14/+1
* mount-util: mount flag is unsigned longYu Watanabe2022-12-151-1/+0
* shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-141-33/+0
* nspawn: support pivot_root()Christian Brauner2022-12-051-2/+15
* shared: use move_pivot_root() for servicesChristian Brauner2022-11-241-0/+1
* nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-051-1/+5
* nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-051-4/+7
* Drop the limit on number of inodes for /devFranck Bui2022-08-191-3/+9
* nspawn: make sure host root can write to the uidmapped mounts we prepare for ...Lennart Poettering2022-03-171-1/+12
* tree-wide: move `unsigned` to the start of type declarationFrantisek Sumsal2022-02-101-1/+1
* Bump the max number of inodes for /dev to a millionZbigniew Jędrzejewski-Szmek2021-12-091-2/+2
* Bump the max number of inodes for /dev to 128kFranck Bui2021-12-031-2/+2
* mount-util: move opening of /proc/self/mountinfo into bind_remount_one_with_m...Lennart Poettering2021-10-251-1/+5
* basic,shared: move make_mount_point_inode_*() to shared/Zbigniew Jędrzejewski-Szmek2021-06-231-0/+5
* test-mount-util: add output test for mount_flags_to_string()Zbigniew Jędrzejewski-Szmek2021-06-221-0/+1
* mount-util: add a helper that can add an idmap to an existing mountLennart Poettering2021-05-071-0/+2
* mount-util: add helper that ensures something is a mount pointLennart Poettering2021-05-071-0/+2
* mount-util: make umount_and_rmdir_and_freep() cleanup handler deal with NULLLennart Poettering2021-04-201-2/+4
* tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* mount-util: add helper to mount image inside live namespaceLuca Boccassi2021-01-211-0/+2
* machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi2021-01-181-0/+2
* mount-util: fix typoYu Watanabe2020-12-091-1/+1
* mount-util: use mfree()Yu Watanabe2020-11-271-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test: add heavy load loopback block device testLennart Poettering2020-10-221-1/+2
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-1/+4
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-2/+24
* mount-util: add helpers for mount() without following symlinksLennart Poettering2020-09-231-0/+3
* pid1: stop limiting size of /dev/shmZbigniew Jędrzejewski-Szmek2020-07-301-5/+3
* Bump /tmp size back to 50% of RAMZbigniew Jędrzejewski-Szmek2020-07-291-6/+12
* mount-util: add destructor helper that umounts + rmdirs a pathLennart Poettering2020-07-071-0/+11
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-2/+2
* Increase size of /run to 20%Topi Miettinen2020-05-151-1/+4
* tree-wide: add size limits for tmpfs mountsTopi Miettinen2020-05-131-0/+17
* core: make sure we use the correct mount flag when re-mounting bind mountsLennart Poettering2020-01-091-0/+1
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-1/+1
* mount-util: beef up bind_remount_recursive() to be able to toggle more than M...Lennart Poettering2019-03-251-2/+2
* Move mount-util.c to shared/Zbigniew Jędrzejewski-Szmek2018-11-291-0/+34