index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
fs-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs-util: Add XO_NOCOW flag
Daan De Meyer
2024-07-24
1
-0
/
+7
*
fs-util: Clean up properly in xopenat_full() on labelling error
Daan De Meyer
2024-07-24
1
-7
/
+11
*
fs-util: Handle dangling symlinks in openat_report_new()
Daan De Meyer
2024-07-24
1
-2
/
+21
*
fs-util: try AT_EMPTY_PATH for access_fd() first
Mike Yuan
2024-05-21
1
-0
/
+8
*
fs-util: if /proc/ is mounted, return -EBADF when appropriate for link_fd()
Mike Yuan
2024-05-21
1
-2
/
+5
*
fd-util: introduce proc_fd_enoent_errno helper
Mike Yuan
2024-05-21
1
-16
/
+3
*
fs-util: use RET_GATHER at one more place
Mike Yuan
2024-05-21
1
-2
/
+2
*
fs-util: add missing assertions
Mike Yuan
2024-05-21
1
-0
/
+10
*
basic: add open_mkdir_at_full()
Christian Göttsche
2024-04-29
1
-2
/
+2
*
fs-util: modernize touch_file a bit
Mike Yuan
2024-04-29
1
-8
/
+5
*
fs-util: try AT_EMPTY_PATH first for futimens_opath
Mike Yuan
2024-04-29
1
-2
/
+12
*
fs-util: add new helper linkat_replace()
Lennart Poettering
2024-03-14
1
-0
/
+76
*
fs-util: move link_fd() from tmpfile-util.c into generic fs-util.c
Lennart Poettering
2024-03-14
1
-0
/
+20
*
fs-util: rename xopenat() -> xopanat_full()
Yu Watanabe
2024-02-15
1
-4
/
+4
*
fs-util: readlinkat() supports an empty string
Yu Watanabe
2024-02-15
1
-2
/
+6
*
fs-util: add comment explaining what xopenat() is for
Lennart Poettering
2023-11-22
1
-0
/
+10
*
basic/fs-util: prefer fchmodat2 in fchmod_opath
Arseny Maslennikov
2023-11-01
1
-2
/
+16
*
fs-util: Add XO_SUBVOLUME flag for xopenat()
Daan De Meyer
2023-08-14
1
-1
/
+5
*
pid1,vconsole-setup: take a lock for the console device
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-1
/
+0
*
lock-util: Add LOCK_NONE
Daan De Meyer
2023-06-15
1
-1
/
+1
*
fs-util: Allow passing NULL path to xopenat()
Daan De Meyer
2023-06-06
1
-1
/
+0
*
path-util: fix typo in comment
Gaël PORTAY
2023-06-05
1
-1
/
+1
*
tree-wide: port various pieces of code over to ROUND_UP()
Lennart Poettering
2023-06-02
1
-1
/
+1
*
fs-util: Add XOpenFlags with XO_LABEL flag to have xopenat() MAC label files/...
Daan De Meyer
2023-05-31
1
-11
/
+39
*
Merge pull request #26944 from aafeijoo-suse/systemd-network-generator-initrd...
Zbigniew Jędrzejewski-Szmek
2023-04-26
1
-1
/
+1
|
\
|
*
fs-util: fix typo in comment
Antonio Alvarez Feijoo
2023-03-24
1
-1
/
+1
*
|
fs-util: make sure open_mkdir_at() does something roughly sensible when invok...
Lennart Poettering
2023-04-25
1
-13
/
+7
*
|
basic/fs-util: typo fix
Zbigniew Jędrzejewski-Szmek
2023-04-03
1
-1
/
+1
*
|
fs-util: Strip O_NOFOLLOW in xopenat() when calling fd_reopen()
Daan De Meyer
2023-03-30
1
-1
/
+1
*
|
fs-util: Allow xopenat() to reopen existing file descriptors
Daan De Meyer
2023-03-23
1
-0
/
+5
*
|
fs-util: Add xopenat_lock()
Daan De Meyer
2023-03-22
1
-0
/
+44
*
|
fs-util: Add open_parent_at()
Daan De Meyer
2023-03-21
1
-3
/
+14
|
/
*
Merge pull request #26784 from DaanDeMeyer/chase-fix
Daan De Meyer
2023-03-15
1
-27
/
+46
|
\
|
*
fs-util: Add xopenat()
Daan De Meyer
2023-03-14
1
-27
/
+46
*
|
fs-util: Drop unlink_noerrno()
Daan De Meyer
2023-03-15
1
-6
/
+1
|
/
*
path-util: rework file_in_same_dir() on top of path_extract_directory()
Lennart Poettering
2023-01-24
1
-13
/
+7
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-5
/
+5
*
fs-util: make chmod_and_chown_at() work with empty path and AT_FDCWD
Yu Watanabe
2022-12-08
1
-1
/
+9
*
tree-wide: make constant ratelimit compound actually const
Lennart Poettering
2022-11-22
1
-1
/
+1
*
fs-util: Add missing assert to chmod_and_chown_at()
Daan De Meyer
2022-11-11
1
-0
/
+2
*
Merge pull request #24813 from DaanDeMeyer/at-all-the-things
Luca Boccassi
2022-11-10
1
-8
/
+8
|
\
|
*
fs-util: Add chown_and_chmod_at()
Daan De Meyer
2022-11-09
1
-8
/
+8
*
|
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
|
/
*
fs-util: add mknodat_atomic()
Lennart Poettering
2022-09-23
1
-5
/
+6
*
fs-util: make mkfifo_atomic() just a shortcut for mkfifoat_atomic()
Lennart Poettering
2022-09-23
1
-29
/
+6
*
fs-util: replace symlink_atomic() by symlinkat_atomic()
Lennart Poettering
2022-09-23
1
-5
/
+6
*
fs-util,label: introduce symlink_atomic_full() and symlink_atomic_full_label()
Yu Watanabe
2022-09-13
1
-2
/
+10
*
fs-util: use path_make_relative_parent() at one more place
Yu Watanabe
2022-09-13
1
-7
/
+1
*
fs-util: make touch() an inline function
Lennart Poettering
2022-08-17
1
-4
/
+0
*
path-util: make readlink_value() refuse O_DIRECTORY returned from path_extrac...
Yu Watanabe
2022-04-19
1
-2
/
+9
[next]