summaryrefslogtreecommitdiff
path: root/src/shared/mount-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount-util: generate failure if bind_remount_one_with_mountinfo() is called o...Lennart Poettering2021-03-261-1/+5
* mount-util: handle remount failures gracefully if flags already matchLennart Poettering2021-03-261-2/+10
* mount-util: fold what we need from get_mount_flags() bind_remount_one_with_mo...Lennart Poettering2021-03-261-66/+14
* mount-util: store mount flags in "todo" list in + handle submounts gracefullyLennart Poettering2021-03-261-42/+69
* mount-util: extend comment a bit, mention that we aren't atomic in behaviourLennart Poettering2021-03-261-1/+3
* mount-util: shortcut things after generating top-level bind mountLennart Poettering2021-03-261-20/+11
* mount-util: reorder a few thingsLennart Poettering2021-03-261-21/+22
* path: drop simplification of path in bind_remount_recursive_with_mountinfo()Lennart Poettering2021-03-261-20/+13
* mount-until: make sure we'll exit bind_remount_recursive_with_mountinfo() loo...Lennart Poettering2021-03-261-0/+4
* mountpoint-util: rebreak some commentsLennart Poettering2021-03-261-3/+2
* Add ExtensionImages directive to form overlaysLuca Boccassi2021-02-231-1/+1
* New directives NoExecPaths= ExecPaths=Topi Miettinen2021-01-291-7/+8
* mount-util: add helper to mount image inside live namespaceLuca Boccassi2021-01-211-10/+50
* machine: use file descriptor when chasing bind mount sourcesLuca Boccassi2021-01-181-8/+9
* machine: enter target PID namespace when adding a live mountLuca Boccassi2021-01-181-3/+3
* shared/mount-util: use namespace_fork utilsLuca Boccassi2021-01-181-16/+24
* machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi2021-01-181-0/+217
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* mount-util: show mount source in mount_verbose_full() debug outputLennart Poettering2020-09-251-2/+2
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-3/+12
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-12/+22
* mount-util: make sure get_mount_flags() ever follows symlinksLennart Poettering2020-09-231-3/+11
* mount-util: add helpers for mount() without following symlinksLennart Poettering2020-09-231-0/+50
* tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering2020-09-221-3/+4
* mount-util: tweak how we find inaccessible device nodesLennart Poettering2020-08-201-4/+18
* mount-util: use UMOUNT_NOFOLLOW in recursive umounterLennart Poettering2020-07-071-3/+2
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-11/+11
* inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...Lennart Poettering2020-06-091-38/+40
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-2/+2
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* core: make sure we use the correct mount flag when re-mounting bind mountsLennart Poettering2020-01-091-0/+32
* mount-util: line break overly long function prototypesLennart Poettering2020-01-091-1/+7
* mount-util: clean up get_mount_flags()Lennart Poettering2020-01-091-13/+35
* mount-util: don't mask away MS_RDONLY twiceLennart Poettering2020-01-091-2/+0
* mount-util: rename cleaned → simplified, because that's what we actually di...Lennart Poettering2020-01-091-17/+17
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-12/+46
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-1/+1
* mount-util: bind_remount: avoid calling statvfsJakob Unterwurzacher2019-07-171-4/+27