summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
Commit message (Expand)AuthorAgeFilesLines
* Move mount-util.c to shared/Zbigniew Jędrzejewski-Szmek2018-11-291-570/+0
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-427/+1
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* mount-util: FOREACH_LINE() excorcismLennart Poettering2018-10-181-2/+10
* mount-util: show mount source in failure log message (#10312)Lennart Poettering2018-10-081-2/+2
* basic/mount-util: reword debug messageZbigniew Jędrzejewski-Szmek2018-09-241-1/+1
* libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.cYu Watanabe2018-09-111-0/+36
* util: improve comments why we ignore EACCES and EPERMYu Watanabe2018-08-201-1/+8
* util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...Yu Watanabe2018-08-101-1/+6
* tree-wide: port various bits over to open_parent()Lennart Poettering2018-07-231-6/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* mount-setup: add a comment that the character/block device nodes are "optiona...Lennart Poettering2018-05-031-3/+12
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-261-1/+1
|\
| * fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-6/+3
|/
* mount-util: call mount_option_mangle() in mount_verbose()Yu Watanabe2018-02-211-12/+20
* mount-util: add mount_option_mangle()Yu Watanabe2018-02-211-0/+74
* tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+2
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* basic: turn off stdio locking for a couple of helper callsLennart Poettering2017-12-141-0/+5
* mount-util: shorten the loop a bit (#7545)Lennart Poettering2017-12-061-13/+8
* nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering2017-12-051-0/+16
* mount-util: do not use the official MAX_HANDLE_SZ (#7523)Lennart Poettering2017-12-031-1/+9
* Merge pull request #7237 from keszybz/growfsLennart Poettering2017-12-011-1/+2
|\
| * util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek2017-11-301-1/+2
* | mount-util: tape over name_to_handle_at() flakiness (#7517)Lennart Poettering2017-12-011-3/+4
|/
* mount-util: fix bad indentingLennart Poettering2017-11-231-1/+1
* mount-util: EOVERFLOW might have other causes than buffer size issuesLennart Poettering2017-11-231-4/+5
* mount-util: fix error propagation in fd_fdinfo_mnt_id()Lennart Poettering2017-11-231-1/+1
* mount-util: drop exponential buffer growing in name_to_handle_at_loop()Lennart Poettering2017-11-231-10/+11
* mount-util: add new path_get_mnt_id() call that queries the mnt ID of a pathLennart Poettering2017-11-211-0/+10
* mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()Lennart Poettering2017-11-211-35/+96
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* udevadm,basic: replace nulstr_contains with STR_IN_SET (#6965)Zbigniew Jędrzejewski-Szmek2017-10-041-60/+45
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
* mount-util: add fusectl to list of API VFSLennart Poettering2017-09-291-0/+1
* dissect: split list of discard-supporting fs out into mount-util.cLennart Poettering2017-09-291-0/+12
* dissect: automatically mark partitions read-only that have a read-only file s...Lennart Poettering2017-09-291-0/+13
* systemd-mount: allow to specify an arbitrary string for arg_mount_what when v...Yu Watanabe2017-09-041-0/+26
* core: open /proc/self/mountinfo early to allow mounts over /proc (#5985)Timothée Ravier2017-05-191-5/+17
* mount-util: accept that name_to_handle_at() might fail with EPERM (#5499)Lennart Poettering2017-03-011-4/+5
* util-lib: make verbose_mount() grok MS_MOVELennart Poettering2016-12-201-0/+3
* Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek2016-12-171-13/+13
* core: hook up MountFlags= to the transient unit logicLennart Poettering2016-12-131-0/+32
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-011-1/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-6/+8