index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
mount-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
mount-util: FOREACH_LINE() excorcism
Lennart Poettering
2018-10-18
1
-2
/
+10
*
mount-util: show mount source in failure log message (#10312)
Lennart Poettering
2018-10-08
1
-2
/
+2
*
basic/mount-util: reword debug message
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-1
/
+1
*
libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.c
Yu Watanabe
2018-09-11
1
-0
/
+36
*
util: improve comments why we ignore EACCES and EPERM
Yu Watanabe
2018-08-20
1
-1
/
+8
*
util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...
Yu Watanabe
2018-08-10
1
-1
/
+6
*
tree-wide: port various bits over to open_parent()
Lennart Poettering
2018-07-23
1
-6
/
+2
*
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
-1
/
+1
*
mount-setup: add a comment that the character/block device nodes are "optiona...
Lennart Poettering
2018-05-03
1
-3
/
+12
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Merge pull request #8554 from poettering/chase-trail-slash
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-1
/
+1
|
\
|
*
fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()
Lennart Poettering
2018-03-22
1
-1
/
+1
*
|
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-6
/
+3
|
/
*
mount-util: call mount_option_mangle() in mount_verbose()
Yu Watanabe
2018-02-21
1
-12
/
+20
*
mount-util: add mount_option_mangle()
Yu Watanabe
2018-02-21
1
-0
/
+74
*
tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...
Lennart Poettering
2018-02-12
1
-2
/
+2
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
basic: turn off stdio locking for a couple of helper calls
Lennart Poettering
2017-12-14
1
-0
/
+5
*
mount-util: shorten the loop a bit (#7545)
Lennart Poettering
2017-12-06
1
-13
/
+8
*
nspawn: make sure images containing an ESP are compatible with userns -U mode
Lennart Poettering
2017-12-05
1
-0
/
+16
*
mount-util: do not use the official MAX_HANDLE_SZ (#7523)
Lennart Poettering
2017-12-03
1
-1
/
+9
*
Merge pull request #7237 from keszybz/growfs
Lennart Poettering
2017-12-01
1
-1
/
+2
|
\
|
*
util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-1
/
+2
*
|
mount-util: tape over name_to_handle_at() flakiness (#7517)
Lennart Poettering
2017-12-01
1
-3
/
+4
|
/
*
mount-util: fix bad indenting
Lennart Poettering
2017-11-23
1
-1
/
+1
*
mount-util: EOVERFLOW might have other causes than buffer size issues
Lennart Poettering
2017-11-23
1
-4
/
+5
*
mount-util: fix error propagation in fd_fdinfo_mnt_id()
Lennart Poettering
2017-11-23
1
-1
/
+1
*
mount-util: drop exponential buffer growing in name_to_handle_at_loop()
Lennart Poettering
2017-11-23
1
-10
/
+11
*
mount-util: add new path_get_mnt_id() call that queries the mnt ID of a path
Lennart Poettering
2017-11-21
1
-0
/
+10
*
mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()
Lennart Poettering
2017-11-21
1
-35
/
+96
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
udevadm,basic: replace nulstr_contains with STR_IN_SET (#6965)
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-60
/
+45
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-2
/
+2
*
mount-util: add fusectl to list of API VFS
Lennart Poettering
2017-09-29
1
-0
/
+1
*
dissect: split list of discard-supporting fs out into mount-util.c
Lennart Poettering
2017-09-29
1
-0
/
+12
*
dissect: automatically mark partitions read-only that have a read-only file s...
Lennart Poettering
2017-09-29
1
-0
/
+13
*
systemd-mount: allow to specify an arbitrary string for arg_mount_what when v...
Yu Watanabe
2017-09-04
1
-0
/
+26
*
core: open /proc/self/mountinfo early to allow mounts over /proc (#5985)
Timothée Ravier
2017-05-19
1
-5
/
+17
*
mount-util: accept that name_to_handle_at() might fail with EPERM (#5499)
Lennart Poettering
2017-03-01
1
-4
/
+5
*
util-lib: make verbose_mount() grok MS_MOVE
Lennart Poettering
2016-12-20
1
-0
/
+3
*
Modify mount_propagation_flags_from_string to return a normal int code
Zbigniew Jędrzejewski-Szmek
2016-12-17
1
-13
/
+13
*
core: hook up MountFlags= to the transient unit logic
Lennart Poettering
2016-12-13
1
-0
/
+32
*
fs-util: add flags parameter to chase_symlinks()
Lennart Poettering
2016-12-01
1
-1
/
+1
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-6
/
+8
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
1
-1
/
+1
|
\
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
[next]