summaryrefslogtreecommitdiff
path: root/src/mount
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-3/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-9/+9
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-6/+3
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-1/+1
* Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-121-1/+2
* mount: make sure we terminate the bus connection first, and then close the pagerFranck Bui2018-01-121-1/+1
* Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-121-0/+2
* bus-unit-util: add socket unit related optionsYu Watanabe2017-12-231-4/+5
* mount: add option to specify uid= and gid=Zbigniew Jędrzejewski-Szmek2017-12-151-3/+52
* mount: use chase_symlinks()Yu Watanabe2017-12-031-15/+4
* mount: do not require that the specified directory existsYu Watanabe2017-12-031-8/+2
* mount: ignore error when stop non-existing automount unitYu Watanabe2017-12-031-3/+7
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-6/+6
|\
| * fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering2017-11-171-6/+6
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* mount: show which argument is invalidYu Watanabe2017-11-171-4/+4
* mount: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Yu Watanabe2017-11-171-2/+15
* tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering2017-11-101-2/+0
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-15/+3
* mount: always show the user-provided argument when umount can't be doneFelipe Sateler2017-09-071-3/+3
* mount: Add message when the target path does not existFelipe Sateler2017-09-071-0/+5
* systemd-mount: allow to specify an arbitrary string for arg_mount_what when v...Yu Watanabe2017-09-041-1/+7
* systemd-mount: fix that wrong argument is used for arg_mount_whatYu Watanabe2017-09-011-2/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* mount: add missing validation error messageLennart Poettering2017-07-101-1/+3
* mount: change find_loop_device() error code when no loop device is found to E...Lennart Poettering2017-07-101-4/+4
* mount: add debug logging for the case when we knowingly ignore an errorLennart Poettering2017-07-101-1/+3
* mount: rework find_loop_device() to log about no errorsLennart Poettering2017-07-101-7/+4
* mount: fix potential bad memory access when /proc/self/mountinfo is emptyLennart Poettering2017-07-101-5/+5
* systemd-mount: support relative pathsYu Watanabe2017-07-051-12/+52
* systemd-mount: support unmounting devices on remote hostYu Watanabe2017-07-051-2/+24
* systemd-mount: support discovery of loop backing fileYu Watanabe2017-07-051-122/+252
* systemd-mount: support unmounting loop devices by backing files (#6211)Yu Watanabe2017-06-281-50/+95
* systemd-mount: support device names and multiple arguments for umount (#6096)Yu Watanabe2017-06-261-25/+211
* mount-tools: silence gcc warning about uninit varZbigniew Jędrzejewski-Szmek2017-02-211-1/+1
* systemd-mount: add missing fsck argument (#5238)Lukas Rusak2017-02-061-0/+1
* build-sys,man: describe systemd-umount and hook it up to installation (#5227)Zbigniew Jędrzejewski-Szmek2017-02-051-1/+1
* systemd-mount features and improvements (#5067)Lukas Rusak2017-02-041-1/+99
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* mount-tool: return 0 instead of NULL in the acquire_description() (#4009)0xAX2016-08-221-4/+6
* add a new tool for creating transient mount and automount unitsLennart Poettering2016-08-182-0/+1113