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
*
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
*
|
Recognise Lustre as a remote file system (#4530)
Brian J. Murrell
2016-11-01
1
-0
/
+1
*
|
basic: fallback to the fstat if we don't have access to the /proc/self/fdinfo
Evgeny Vereshchagin
2016-10-24
1
-1
/
+1
|
/
*
nspawn,mount-util: add [u]mount_verbose and use it in nspawn
Zbigniew Jędrzejewski-Szmek
2016-10-11
1
-0
/
+105
*
namespace: rework how ReadWritePaths= is applied
Lennart Poettering
2016-09-25
1
-23
/
+48
*
add a new tool for creating transient mount and automount units
Lennart Poettering
2016-08-18
1
-1
/
+0
*
namespace: don't fail on masked mounts (#3794)
Alban Crequy
2016-07-25
1
-11
/
+11
*
namespace: ensure to return a valid inaccessible nodes (#3778)
Alessandro Puccetti
2016-07-22
1
-2
/
+9
*
namespace: unify limit behavior on non-directory paths
Alessandro Puccetti
2016-07-19
1
-0
/
+18
[next]