summaryrefslogtreecommitdiffstats
path: root/src/basic/mountpoint-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic: cramfs is also a read-only fsZbigniew Jędrzejewski-Szmek2021-11-161-0/+1
* mountpoint-util: sort list of read-only fs againLennart Poettering2021-11-151-1/+1
* filesystems: add ceph to network file systems groupLennart Poettering2021-11-151-1/+0
* basic/mountpoint-util: detect erofs as a read-only FSLuca Boccassi2021-11-051-0/+1
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* basic: use filesystem databaseIago López Galeiras2021-10-061-32/+20
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* mount-util: fix fd_is_mount_point() when both the parent and directory are ne...Franck Bui2021-10-011-27/+41
* basic,shared: move make_mount_point_inode_*() to shared/Zbigniew Jędrzejewski-Szmek2021-06-231-23/+0
* mountpoint-util: rebreak some commentsLennart Poettering2021-03-261-15/+9
* mountpoint-util: a symlink is never a mount pointLennart Poettering2021-03-261-1/+5
* tree-wide: use read_full_virtual_file() where appropriateLennart Poettering2021-03-171-1/+1