summaryrefslogtreecommitdiff
path: root/src/mount
AgeCommit message (Expand)AuthorFilesLines
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-4/+4
2019-06-11systemd-mount: don't check for non-normalized WHAT for network FSKarel Zak1-1/+2
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering1-0/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-23Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek1-6/+1
2019-04-23mount-tool: use libmount to parse /proc/self/mountinfoZbigniew Jędrzejewski-Szmek1-34/+29
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+1
2019-03-13shared: split out code to wait for jobs to complet into its own source fileLennart Poettering1-0/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+2
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek1-0/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-55/+44
2018-11-20mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-41/+27
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-10-23mount-tool: use log_device_*()Yu Watanabe1-3/+3
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-8/+6
2018-09-10tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe1-6/+2
2018-08-23mount-tool: replace udev_device by sd_deviceYu Watanabe1-90/+62
2018-08-21Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek1-1/+1
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-1/+1
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-6/+17
2018-06-19mount: do not output (null) in optionYu Watanabe1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-3/+3
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-9/+9
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-6/+3
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-1/+1
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-1/+2
2018-01-12mount: make sure we terminate the bus connection first, and then close the pagerFranck Bui1-1/+1
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-0/+2
2017-12-23bus-unit-util: add socket unit related optionsYu Watanabe1-4/+5
2017-12-15mount: add option to specify uid= and gid=Zbigniew Jędrzejewski-Szmek1-3/+52
2017-12-03mount: use chase_symlinks()Yu Watanabe1-15/+4
2017-12-03mount: do not require that the specified directory existsYu Watanabe1-8/+2
2017-12-03mount: ignore error when stop non-existing automount unitYu Watanabe1-3/+7
2017-11-19Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering1-6/+6
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-17fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering1-6/+6
2017-11-17mount: show which argument is invalidYu Watanabe1-4/+4
2017-11-17mount: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Yu Watanabe1-2/+15
2017-11-10tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering1-2/+0
2017-10-30treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek1-15/+3
2017-09-07mount: always show the user-provided argument when umount can't be doneFelipe Sateler1-3/+3
2017-09-07mount: Add message when the target path does not existFelipe Sateler1-0/+5
2017-09-04systemd-mount: allow to specify an arbitrary string for arg_mount_what when v...Yu Watanabe1-1/+7
2017-09-01systemd-mount: fix that wrong argument is used for arg_mount_whatYu Watanabe1-2/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-10mount: add missing validation error messageLennart Poettering1-1/+3