summaryrefslogtreecommitdiff
path: root/src/mount
Commit message (Expand)AuthorAgeFilesLines
...
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-55/+44
* mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-41/+27
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-3/+3
* mount-tool: use log_device_*()Yu Watanabe2018-10-231-3/+3
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-8/+6
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-6/+2
* mount-tool: replace udev_device by sd_deviceYu Watanabe2018-08-231-90/+62
* Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-211-1/+1
|\
| * user-util: rework get_user_creds()Lennart Poettering2018-08-201-1/+1
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-6/+17
|/
* mount: do not output (null) in optionYu Watanabe2018-06-191-1/+1
* 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-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