summaryrefslogtreecommitdiff
path: root/src/shared/mount-util.c
Commit message (Expand)AuthorAgeFilesLines
* mount-util: simplify mount_switch_root() a bitLennart Poettering2023-05-031-36/+33
* mount-util: split remount_idmap() in twoLennart Poettering2023-04-251-15/+18
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-4/+6
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* mount-util: introduce remount_sysfs()Yu Watanabe2023-02-231-0/+185
* shared: port various shared helpers basename() → path_extract_filename()Lennart Poettering2022-12-231-3/+14
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-1/+1
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* mount-util: make mount_switch_root() take a mount propagation flagYu Watanabe2022-12-151-30/+8
* mount-util: mount flag is unsigned longYu Watanabe2022-12-151-3/+3
* mount-util: drop unnecessary inline attributesYu Watanabe2022-12-151-2/+2
* tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-141-2/+2
* shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-141-46/+0
* nspawn: support pivot_root()Christian Brauner2022-12-051-28/+69
* shared: use move_pivot_root() for servicesChristian Brauner2022-11-241-0/+47
* shared/mount-util: fix commentZbigniew Jędrzejewski-Szmek2022-11-091-7/+5
* mount-util: do not pass 'x-*' options to mount syscallLuca Boccassi2022-10-121-1/+3
* mount-util: use in_same_namespace()Christian Brauner2022-10-041-12/+5
* nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-051-19/+31
* nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-051-4/+4
* mount-util: fix error codeYu Watanabe2022-09-051-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-2/+2
* glibc: Remove #include <linux/fs.h> to resolve fsconfig_command/mount_attr co...Rudi Heitbaum2022-07-241-0/+2
* tree-wide: allow ASCII fallback for → in logsDavid Tardon2022-06-281-2/+3
* core: fix dm-verity auto-discovery in MountImageUnit()Luca Boccassi2022-04-071-2/+4
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* nspawn: make sure host root can write to the uidmapped mounts we prepare for ...Lennart Poettering2022-03-171-5/+23
* tree-wide: port various places over to new stat_inode_same() helperLennart Poettering2022-02-141-1/+1
* tree-wide: move `unsigned` to the start of type declarationFrantisek Sumsal2022-02-101-2/+2
* extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...Lennart Poettering2021-11-231-1/+1
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-5/+2
* mount-util: move opening of /proc/self/mountinfo into bind_remount_one_with_m...Lennart Poettering2021-10-251-17/+9
* mount-util: port over bind_remount_recursive_with_mountinfo() to mount_setattr()Lennart Poettering2021-10-251-0/+24
* mount-util: use modern mount_setattr() syscall for bind_remount_one_with_moun...Lennart Poettering2021-10-251-0/+42
* namespace-util: introduce userns_acquire() as helper for allocating new unbou...Lennart Poettering2021-10-221-23/+4
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-12/+6
* Move freeze() into shared/Zbigniew Jędrzejewski-Szmek2021-07-231-3/+2
* core: when recursively bind-remounting nested mounts, use options from top oneLuca Boccassi2021-06-301-1/+7
* basic,shared: move make_mount_point_inode_*() to shared/Zbigniew Jędrzejewski-Szmek2021-06-231-0/+23
* test-mount-util: add output test for mount_flags_to_string()Zbigniew Jędrzejewski-Szmek2021-06-221-1/+1
* mount-util: add one more assertionYu Watanabe2021-06-221-0/+2
* mount-util: use EXTRACT_KEEP_QUOTE to handle mount optionsYu Watanabe2021-06-211-1/+1
* mount-util: reduce scope of variableYu Watanabe2021-06-211-3/+1
* mount-util: make mount_flags_to_string() show flag name instead of numberYu Watanabe2021-06-211-66/+48
* mount-util: add a helper that can add an idmap to an existing mountLennart Poettering2021-05-071-1/+84
* mount-util: add helper that ensures something is a mount pointLennart Poettering2021-05-071-0/+20