summaryrefslogtreecommitdiff
path: root/src/mount/mount-tool.c
Commit message (Expand)AuthorAgeFilesLines
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+4
* systemd-mount: don't check for non-normalized WHAT for network FSKarel Zak2019-06-111-1/+2
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek2019-04-231-6/+1
* | mount-tool: use libmount to parse /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2019-04-231-34/+29
|/
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+2
* 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
* mount: add missing validation error messageLennart Poettering2017-07-101-1/+3