index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
mountpoint-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33496 from YHNdnzj/fd-is-mount-symlink
Luca Boccassi
2024-07-02
1
-4
/
+0
|
\
|
*
mountpoint-util: do not assume symlinks are not mountpoints
Mike Yuan
2024-06-27
1
-4
/
+0
*
|
mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mounts
Lennart Poettering
2024-07-01
1
-3
/
+3
*
|
mountpoint-util: use the FID stuff for detecting the root of mounts
Lennart Poettering
2024-07-01
1
-3
/
+3
*
|
mountpoint-util: add new helper name_to_handle_at_try_fid()
Lennart Poettering
2024-07-01
1
-1
/
+27
*
|
mountpoint-util: use ERRNO_IS_xyz() at more places
Lennart Poettering
2024-07-01
1
-3
/
+3
*
|
mountpoint-util: add public helper for comparing file handles
Lennart Poettering
2024-07-01
1
-4
/
+12
*
|
mountpoint-util: make is_name_to_handle_at_fatal_error() an exported API
Lennart Poettering
2024-07-01
1
-13
/
+18
|
/
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
mountpoint-util: add missing assertions, make mount_fd static
Mike Yuan
2024-05-21
1
-5
/
+10
*
shared/mountpoint-util: for old kernels, assume "norecovery" is supported by ...
Zbigniew Jędrzejewski-Szmek
2024-05-21
1
-1
/
+5
*
mountpoint-util: Deal with kernel API breakage in "norecovery" mount option
Daan De Meyer
2024-05-17
1
-4
/
+18
*
Merge pull request #31210 from poettering/chdir-hardening
Luca Boccassi
2024-02-06
1
-0
/
+7
|
\
|
*
mountpoint-util: add small helper that checks if a path is below the API VFS ...
Lennart Poettering
2024-02-06
1
-0
/
+7
*
|
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
1
-11
/
+10
|
/
*
tree-wide: replace FOREACH_POINTER with FOREACH_ARGUMENT
Mike Yuan
2024-01-24
1
-7
/
+8
*
mountpoint-util: Check hardcoded list before asking kernel if option is suppo...
Daan De Meyer
2023-10-05
1
-31
/
+16
*
mountpoint-util: add bool mount_new_api_supported() helper
Luca Boccassi
2023-10-02
1
-0
/
+18
*
fd-util: do not call statx() twice when it does not provide mount ID
Yu Watanabe
2023-07-21
1
-6
/
+14
*
mountpoint-util: statx() may return EINVAL if the kernel does not support the...
Yu Watanabe
2023-07-21
1
-2
/
+6
*
mountpoint-util: make path_get_mnt_id_at() work with a NULL path
Lennart Poettering
2023-04-25
1
-3
/
+2
*
Merge pull request #27349 from mrc0mmand/codespell
Luca Boccassi
2023-04-20
1
-2
/
+2
|
\
|
*
tree-wide: code spelling fixes
Frantisek Sumsal
2023-04-20
1
-2
/
+2
*
|
mountpoint-util: check /proc is mounted on failure
Yu Watanabe
2023-04-18
1
-2
/
+4
|
/
*
Merge pull request #27269 from poettering/statx-dont-sync
Luca Boccassi
2023-04-14
1
-8
/
+17
|
\
|
*
mountpoint-util: use memcmp_nn() where appropriate
Lennart Poettering
2023-04-14
1
-3
/
+3
|
*
mountpoint-util: fix hosed overflow check
Lennart Poettering
2023-04-14
1
-1
/
+3
|
*
mountpoint-util: pass AT_STATX_DONT_SYNC to statx() when looking for mnt_id/m...
Lennart Poettering
2023-04-14
1
-4
/
+11
*
|
string-util: add strstrafter()
Lennart Poettering
2023-04-14
1
-2
/
+2
|
/
*
tree-wide: port various places to find_line_startswith()
Lennart Poettering
2023-03-24
1
-8
/
+3
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
mountpoint-util: Add path_get_mnt_id_at()
Daan De Meyer
2023-03-15
1
-4
/
+12
*
mountpoint-util: add comment explaining why fstype_can_discard() can't use mo...
Lennart Poettering
2023-03-09
1
-3
/
+5
*
mountpoint-util: add new fstype_can_umask() helper
Lennart Poettering
2023-03-09
1
-0
/
+13
*
mountpoint-util: move 'norecovery' detection into its own helper call
Lennart Poettering
2023-03-09
1
-0
/
+17
*
mountpoint-util: use mount_option_supported() to detect if 'discard' is suppo...
Lennart Poettering
2023-03-09
1
-0
/
+9
*
mountpoint-util: generalize mount_option_supported()
Lennart Poettering
2023-03-09
1
-0
/
+51
*
mountpoint-util: add helper that checks if MS_NOSYMFOLLOW is supported
Lennart Poettering
2023-03-09
1
-0
/
+62
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
mountpoint-util: introduce mount_propagation_flag_is_valid()
Yu Watanabe
2022-12-15
1
-0
/
+4
*
mountpoint-util: rename mount_propagation_flags_to_string() and friends as si...
Yu Watanabe
2022-12-15
1
-2
/
+2
*
Merge pull request #25723 from keszybz/generators-tmp
Yu Watanabe
2022-12-15
1
-0
/
+46
|
\
|
*
shared: add new safe_fork flag FORK_PRIVATE_TMP
Zbigniew Jędrzejewski-Szmek
2022-12-14
1
-0
/
+46
*
|
mountpoint-util: reduce variable scope
David Tardon
2022-12-13
1
-3
/
+1
|
/
*
Revert "mountpoint-util: tmpfs supports uid=/gid= mount options"
Frantisek Sumsal
2022-11-07
1
-1
/
+0
*
mountpoint-util: tmpfs supports uid=/gid= mount options
Frantisek Sumsal
2022-11-07
1
-0
/
+1
*
basic/mountpoint-util: skip dependency on quota services for some filesystems
Thomas Blume
2022-10-14
1
-0
/
+26
*
mountpoint-util: make fd_is_mountpoint() work reasonably with AT_EMPTYPATH
Lennart Poettering
2022-08-02
1
-8
/
+24
*
tree-wide: port various places over to new stat_inode_same() helper
Lennart Poettering
2022-02-14
1
-4
/
+2
*
basic: f2fs can do discard
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-0
/
+1
[next]