summaryrefslogtreecommitdiff
path: root/src/mount
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-10mount: change find_loop_device() error code when no loop device is found to E...Lennart Poettering1-4/+4
2017-07-10mount: add debug logging for the case when we knowingly ignore an errorLennart Poettering1-1/+3
2017-07-10mount: rework find_loop_device() to log about no errorsLennart Poettering1-7/+4
2017-07-10mount: fix potential bad memory access when /proc/self/mountinfo is emptyLennart Poettering1-5/+5
2017-07-05systemd-mount: support relative pathsYu Watanabe1-12/+52
2017-07-05systemd-mount: support unmounting devices on remote hostYu Watanabe1-2/+24
2017-07-05systemd-mount: support discovery of loop backing fileYu Watanabe1-122/+252
2017-06-28systemd-mount: support unmounting loop devices by backing files (#6211)Yu Watanabe1-50/+95
2017-06-26systemd-mount: support device names and multiple arguments for umount (#6096)Yu Watanabe1-25/+211
2017-02-21mount-tools: silence gcc warning about uninit varZbigniew Jędrzejewski-Szmek1-1/+1
2017-02-06systemd-mount: add missing fsck argument (#5238)Lukas Rusak1-0/+1
2017-02-05build-sys,man: describe systemd-umount and hook it up to installation (#5227)Zbigniew Jędrzejewski-Szmek1-1/+1
2017-02-04systemd-mount features and improvements (#5067)Lukas Rusak1-1/+99
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-2/+2