summaryrefslogtreecommitdiffstats
path: root/src/basic/mountpoint-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33496 from YHNdnzj/fd-is-mount-symlinkLuca Boccassi2024-07-021-4/+0
|\
| * mountpoint-util: do not assume symlinks are not mountpointsMike Yuan2024-06-271-4/+0
* | mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mountsLennart Poettering2024-07-011-3/+3
* | mountpoint-util: use the FID stuff for detecting the root of mountsLennart Poettering2024-07-011-3/+3
* | mountpoint-util: add new helper name_to_handle_at_try_fid()Lennart Poettering2024-07-011-1/+27
* | mountpoint-util: use ERRNO_IS_xyz() at more placesLennart Poettering2024-07-011-3/+3
* | mountpoint-util: add public helper for comparing file handlesLennart Poettering2024-07-011-4/+12
* | mountpoint-util: make is_name_to_handle_at_fatal_error() an exported APILennart Poettering2024-07-011-13/+18
|/
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* mountpoint-util: add missing assertions, make mount_fd staticMike Yuan2024-05-211-5/+10
* shared/mountpoint-util: for old kernels, assume "norecovery" is supported by ...Zbigniew Jędrzejewski-Szmek2024-05-211-1/+5
* mountpoint-util: Deal with kernel API breakage in "norecovery" mount optionDaan De Meyer2024-05-171-4/+18
* Merge pull request #31210 from poettering/chdir-hardeningLuca Boccassi2024-02-061-0/+7
|\
| * mountpoint-util: add small helper that checks if a path is below the API VFS ...Lennart Poettering2024-02-061-0/+7
* | mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-11/+10
|/
* tree-wide: replace FOREACH_POINTER with FOREACH_ARGUMENTMike Yuan2024-01-241-7/+8
* mountpoint-util: Check hardcoded list before asking kernel if option is suppo...Daan De Meyer2023-10-051-31/+16
* mountpoint-util: add bool mount_new_api_supported() helperLuca Boccassi2023-10-021-0/+18
* fd-util: do not call statx() twice when it does not provide mount IDYu Watanabe2023-07-211-6/+14
* mountpoint-util: statx() may return EINVAL if the kernel does not support the...Yu Watanabe2023-07-211-2/+6
* mountpoint-util: make path_get_mnt_id_at() work with a NULL pathLennart Poettering2023-04-251-3/+2
* Merge pull request #27349 from mrc0mmand/codespellLuca Boccassi2023-04-201-2/+2
|\
| * tree-wide: code spelling fixesFrantisek Sumsal2023-04-201-2/+2
* | mountpoint-util: check /proc is mounted on failureYu Watanabe2023-04-181-2/+4
|/
* Merge pull request #27269 from poettering/statx-dont-syncLuca Boccassi2023-04-141-8/+17
|\
| * mountpoint-util: use memcmp_nn() where appropriateLennart Poettering2023-04-141-3/+3
| * mountpoint-util: fix hosed overflow checkLennart Poettering2023-04-141-1/+3
| * mountpoint-util: pass AT_STATX_DONT_SYNC to statx() when looking for mnt_id/m...Lennart Poettering2023-04-141-4/+11
* | string-util: add strstrafter()Lennart Poettering2023-04-141-2/+2
|/
* tree-wide: port various places to find_line_startswith()Lennart Poettering2023-03-241-8/+3
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* mountpoint-util: Add path_get_mnt_id_at()Daan De Meyer2023-03-151-4/+12
* mountpoint-util: add comment explaining why fstype_can_discard() can't use mo...Lennart Poettering2023-03-091-3/+5
* mountpoint-util: add new fstype_can_umask() helperLennart Poettering2023-03-091-0/+13
* mountpoint-util: move 'norecovery' detection into its own helper callLennart Poettering2023-03-091-0/+17
* mountpoint-util: use mount_option_supported() to detect if 'discard' is suppo...Lennart Poettering2023-03-091-0/+9
* mountpoint-util: generalize mount_option_supported()Lennart Poettering2023-03-091-0/+51
* mountpoint-util: add helper that checks if MS_NOSYMFOLLOW is supportedLennart Poettering2023-03-091-0/+62
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* mountpoint-util: introduce mount_propagation_flag_is_valid()Yu Watanabe2022-12-151-0/+4
* mountpoint-util: rename mount_propagation_flags_to_string() and friends as si...Yu Watanabe2022-12-151-2/+2
* Merge pull request #25723 from keszybz/generators-tmpYu Watanabe2022-12-151-0/+46
|\
| * shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-141-0/+46
* | mountpoint-util: reduce variable scopeDavid Tardon2022-12-131-3/+1
|/
* Revert "mountpoint-util: tmpfs supports uid=/gid= mount options"Frantisek Sumsal2022-11-071-1/+0
* mountpoint-util: tmpfs supports uid=/gid= mount optionsFrantisek Sumsal2022-11-071-0/+1
* basic/mountpoint-util: skip dependency on quota services for some filesystemsThomas Blume2022-10-141-0/+26
* mountpoint-util: make fd_is_mountpoint() work reasonably with AT_EMPTYPATHLennart Poettering2022-08-021-8/+24
* tree-wide: port various places over to new stat_inode_same() helperLennart Poettering2022-02-141-4/+2
* basic: f2fs can do discardZbigniew Jędrzejewski-Szmek2021-11-161-0/+1