index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mount
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-55
/
+44
*
mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
2018-11-20
1
-41
/
+27
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-3
/
+3
*
mount-tool: use log_device_*()
Yu Watanabe
2018-10-23
1
-3
/
+3
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-8
/
+6
*
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
1
-6
/
+2
*
mount-tool: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-90
/
+62
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-1
/
+1
|
\
|
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-1
/
+1
*
|
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-6
/
+17
|
/
*
mount: do not output (null) in option
Yu Watanabe
2018-06-19
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-3
/
+3
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-9
/
+9
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-6
/
+3
*
tree-wide: voidify pager_open()
Yu Watanabe
2018-03-19
1
-1
/
+1
*
Comment the fact that some tools need to termintate their bus connect first
Franck Bui
2018-01-12
1
-1
/
+2
*
mount: make sure we terminate the bus connection first, and then close the pager
Franck Bui
2018-01-12
1
-1
/
+1
*
Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...
Franck Bui
2018-01-12
1
-0
/
+2
*
bus-unit-util: add socket unit related options
Yu Watanabe
2017-12-23
1
-4
/
+5
*
mount: add option to specify uid= and gid=
Zbigniew Jędrzejewski-Szmek
2017-12-15
1
-3
/
+52
*
mount: use chase_symlinks()
Yu Watanabe
2017-12-02
1
-15
/
+4
*
mount: do not require that the specified directory exists
Yu Watanabe
2017-12-02
1
-8
/
+2
*
mount: ignore error when stop non-existing automount unit
Yu Watanabe
2017-12-02
1
-3
/
+7
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-6
/
+6
|
\
|
*
fs-util: rename path_is_safe() → path_is_normalized()
Lennart Poettering
2017-11-17
1
-6
/
+6
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
mount: show which argument is invalid
Yu Watanabe
2017-11-17
1
-4
/
+4
*
mount: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"
Yu Watanabe
2017-11-17
1
-2
/
+15
*
tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...
Lennart Poettering
2017-11-10
1
-2
/
+0
*
treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)
Zbigniew Jędrzejewski-Szmek
2017-10-30
1
-15
/
+3
*
mount: always show the user-provided argument when umount can't be done
Felipe Sateler
2017-09-07
1
-3
/
+3
*
mount: Add message when the target path does not exist
Felipe Sateler
2017-09-07
1
-0
/
+5
*
systemd-mount: allow to specify an arbitrary string for arg_mount_what when v...
Yu Watanabe
2017-09-04
1
-1
/
+7
*
systemd-mount: fix that wrong argument is used for arg_mount_what
Yu Watanabe
2017-09-01
1
-2
/
+1
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
mount: add missing validation error message
Lennart Poettering
2017-07-10
1
-1
/
+3
*
mount: change find_loop_device() error code when no loop device is found to E...
Lennart Poettering
2017-07-10
1
-4
/
+4
*
mount: add debug logging for the case when we knowingly ignore an error
Lennart Poettering
2017-07-10
1
-1
/
+3
*
mount: rework find_loop_device() to log about no errors
Lennart Poettering
2017-07-10
1
-7
/
+4
*
mount: fix potential bad memory access when /proc/self/mountinfo is empty
Lennart Poettering
2017-07-10
1
-5
/
+5
*
systemd-mount: support relative paths
Yu Watanabe
2017-07-05
1
-12
/
+52
*
systemd-mount: support unmounting devices on remote host
Yu Watanabe
2017-07-05
1
-2
/
+24
*
systemd-mount: support discovery of loop backing file
Yu Watanabe
2017-07-05
1
-122
/
+252
*
systemd-mount: support unmounting loop devices by backing files (#6211)
Yu Watanabe
2017-06-28
1
-50
/
+95
*
systemd-mount: support device names and multiple arguments for umount (#6096)
Yu Watanabe
2017-06-26
1
-25
/
+211
*
mount-tools: silence gcc warning about uninit var
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+1
[next]