summaryrefslogtreecommitdiffstats
path: root/src/basic/stat-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* stat-util: expose fd_is_read_only_fs()Yu Watanabe2024-03-141-0/+1
* stat-util: add explicit helpers for checking if stat/statx is initializedLennart Poettering2024-03-121-0/+16
* stat-util: introduce fd_inode_sameMike Yuan2024-03-111-1/+3
* stat-util: generalize is_* and verify_* handlingMike Yuan2024-03-041-17/+15
* stat-util: introduce {stat,fd}_verify_linked()Yu Watanabe2024-02-151-0/+3
* stat-util: Add statx version of timespec_loadAdrian Vovk2024-01-041-0/+8
* stat-util: add inode_type_from_string() helperLennart Poettering2024-01-031-0/+1
* stat-util: Add is_fs_type_at()Daan De Meyer2023-06-061-2/+7
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-191-3/+3
* stat-util: add _at() variant for files_same()Lennart Poettering2023-05-191-1/+5
* stat-util: Add xstatfsat()Daan De Meyer2023-04-011-0/+2
* stat-util: add inode_type_to_string() helper for showing mode_t inode type as...Lennart Poettering2023-03-291-0/+2
* basic/stat-util: remove unused null_or_empty_fd()Zbigniew Jędrzejewski-Szmek2023-03-281-1/+0
* stat-util: Add verify_regular_at()Daan De Meyer2023-03-221-0/+1
* stat-util: Move inode_hash_ops to stat-utilDaan De Meyer2022-11-101-0/+5
* stat-util: add statx_mount_same() to check if two stax refer to the same mountLennart Poettering2022-09-201-0/+1
* stat-util: add statx_inode_same() helper to check if two statx structs refer ...Lennart Poettering2022-09-201-0/+2
* stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() callLennart Poettering2022-07-141-2/+7
* stat-util: drop dir_is_populated() which is apparently not usedLennart Poettering2022-05-041-8/+0
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-5/+5
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-29/+0
* basic/stat-util: add null_or_empty_path_with_root()Zbigniew Jędrzejewski-Szmek2022-03-291-1/+5
* Merge pull request #22487 from poettering/bootspec-source-flagsYu Watanabe2022-02-141-0/+6
|\
| * boot: suppress XBOOTLDR if same device as ESP when enumerating entriesLennart Poettering2022-02-141-0/+6
* | stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in...Lennart Poettering2022-02-141-0/+1
|/
* stat-util: introduce path_is_network_fs()Yu Watanabe2022-02-041-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* stat-util: provide single fallback implementation of statx()Lennart Poettering2020-09-031-0/+3
* stat-util: add new macros for declaring statx variableLennart Poettering2020-09-031-0/+19
* stat-util: add stat_inode_unmodified() helper that checks if an inode was mod...Lennart Poettering2020-05-131-0/+2
* stat-util: add simpler helper for checking if /proc/ is mountedLennart Poettering2020-04-231-0/+2
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-2/+0
* stat-util: Add dir_is_empty_atRyan Gonzalez2019-01-081-1/+4
* stat-util: add new APIs device_path_make_{major_minor|canonical}() and device...Lennart Poettering2018-11-291-0/+4
* stat-util: add macros for checking whether major and minor values are in rangeLennart Poettering2018-11-291-0/+19
* stat-util: add fd_verify_directory(), similar to fd_verify_regular()Lennart Poettering2018-11-261-0/+3
* basic/stat-util: introduce is_dir_fd()Franck Bui2018-07-301-0/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-0/+3
* journal: move code that checks for network fs to stat-util.[ch]Lennart Poettering2018-02-121-0/+5
* nspawn: introduce an option for specifying network namespace pathDongsu Park2017-12-131-0/+1
* util-lib: rename path_check_fstype to path_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* util-lib: rename fd_check_fstype to fd_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-1/+1
* util-lib: add new path_is_temporary_fs() APILennart Poettering2016-12-201-0/+1