index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
stat-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stat-util: Add xstatfsat()
Daan De Meyer
2023-04-01
1
-0
/
+14
*
stat-util: add inode_type_to_string() helper for showing mode_t inode type as...
Lennart Poettering
2023-03-29
1
-0
/
+23
*
basic/stat-util: remove unused null_or_empty_fd()
Zbigniew Jędrzejewski-Szmek
2023-03-28
1
-11
/
+0
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
stat-util: Add verify_regular_at()
Daan De Meyer
2023-03-22
1
-0
/
+12
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
1
-1
/
+1
*
tree-wide: change initialization to use EBADF instead of EBADFD
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
stat-util: introduce fd_is_read_only_fs()
Yu Watanabe
2022-12-15
1
-7
/
+18
*
stat-util: Move inode_hash_ops to stat-util
Daan De Meyer
2022-11-10
1
-0
/
+18
*
stat-util: add statx_mount_same() to check if two stax refer to the same mount
Lennart Poettering
2022-09-20
1
-0
/
+13
*
stat-util: add statx_inode_same() helper to check if two statx structs refer ...
Lennart Poettering
2022-09-20
1
-0
/
+13
*
stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call
Lennart Poettering
2022-07-14
1
-14
/
+6
*
stat-util: fix dir_is_empty() with hidden/backup files
Lennart Poettering
2022-05-04
1
-13
/
+25
*
stat-util: ignore hidden_or_backup_file when checking if dir is empty
Luca Boccassi
2022-05-01
1
-1
/
+1
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-95
/
+0
*
basic/stat-util: add null_or_empty_path_with_root()
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-5
/
+10
*
tree-wide: port various places over to new stat_inode_same() helper
Lennart Poettering
2022-02-14
1
-2
/
+1
*
stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in...
Lennart Poettering
2022-02-14
1
-5
/
+13
*
stat-util: introduce path_is_network_fs()
Yu Watanabe
2022-02-04
1
-0
/
+9
*
tree-wide: explicitly unpoison getdents64() memory
Lennart Poettering
2021-10-25
1
-0
/
+2
*
stat-util: make sure dir_is_empty_at() does something useful in all cases
Lennart Poettering
2021-10-25
1
-0
/
+6
*
stat-util: optimize dir_is_empty_at() a bit, by using getdents64()
Lennart Poettering
2021-10-25
1
-7
/
+13
*
stat-util: specify O_DIRECTORY when reopening dir in dir_is_empty_at()
Lennart Poettering
2021-10-25
1
-1
/
+1
*
basic: use filesystem database
Iago López Galeiras
2021-10-06
1
-10
/
+5
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+2
*
stat-util: fix dir_is_empty_at without path
Luca Boccassi
2021-02-16
1
-5
/
+10
*
stat-util: don't try to open path on path_is_temporary_fs()
Lennart Poettering
2021-01-06
1
-4
/
+3
*
Merge pull request #17431 from msekletar/udev-link-update-race
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-1
/
+2
|
\
|
*
basic/stat-util: make mtime check stricter and use entire timestamp
Michal Sekletár
2020-11-06
1
-1
/
+2
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
*
stat-util: provide single fallback implementation of statx()
Lennart Poettering
2020-09-03
1
-0
/
+57
*
stat-util: trivial empty_or_null() tweaks
Lennart Poettering
2020-05-29
1
-3
/
+7
*
stat-util: add stat_inode_unmodified() helper that checks if an inode was mod...
Lennart Poettering
2020-05-13
1
-0
/
+21
*
stat-util: add simpler helper for checking if /proc/ is mounted
Lennart Poettering
2020-04-23
1
-0
/
+12
*
stat-util: no need to open a file to check fs type
Lennart Poettering
2020-04-23
1
-4
/
+3
*
*: convert amenable fdopendir() calls to take_fdopendir()
Vito Caputo
2020-03-31
1
-2
/
+2
*
tree-wide: drop magic.h when missing_magic.h is included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+2
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-1
/
+1
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
1
-46
/
+0
*
Merge pull request #11345 from kirbyfan64/tmpfiles-c-empty
Zbigniew Jędrzejewski-Szmek
2019-01-15
1
-3
/
+12
|
\
|
*
stat-util: Add dir_is_empty_at
Ryan Gonzalez
2019-01-08
1
-3
/
+12
*
|
stat-util: remove spurious newline
Lennart Poettering
2019-01-07
1
-1
/
+0
|
/
*
stat-util: add new APIs device_path_make_{major_minor|canonical}() and device...
Lennart Poettering
2018-11-29
1
-0
/
+98
*
stat-util: add fd_verify_directory(), similar to fd_verify_regular()
Lennart Poettering
2018-11-26
1
-0
/
+23
*
nspawn: beef up netns checking a bit, for compat with old kernels
Lennart Poettering
2018-10-31
1
-4
/
+36
*
util: do not assign return value if it is not used (#10552)
Yu Watanabe
2018-10-28
1
-3
/
+1
[next]