summaryrefslogtreecommitdiff
path: root/src/mount
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-22mount-tool: return 0 instead of NULL in the acquire_description() (#4009)0xAX1-4/+6
2016-08-18add a new tool for creating transient mount and automount unitsLennart Poettering2-0/+1113