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
*
Merge pull request #34799 from YHNdnzj/service-followups
Mike Yuan
2024-10-24
1
-11
/
+0
|
\
|
*
basic/fs-util: move unlink_tempfilep() to tmpfile-util
Mike Yuan
2024-10-22
1
-11
/
+0
*
|
fs-util: move attempts counter in openat_report_new() into loop
Lennart Poettering
2024-10-22
1
-2
/
+1
*
|
fs-util: tweak how openat_report_new() operates when O_CREAT is used on a dan...
Lennart Poettering
2024-10-22
1
-30
/
+16
*
|
fs-util: always call label post ops in xopenat_full(), in both success and er...
Lennart Poettering
2024-10-22
1
-9
/
+11
*
|
fs-util: don't second guess openat_report_new() return values
Lennart Poettering
2024-10-22
1
-11
/
+0
*
|
label: tweak LabelOps post() hook to take "created" boolean
Lennart Poettering
2024-10-22
1
-2
/
+2
*
|
fs-util: always go through the unlink cleanup paths in xopenat_full()
Lennart Poettering
2024-10-22
1
-5
/
+3
*
|
fs-util: remove misplaced RET_NERRNO()
Lennart Poettering
2024-10-22
1
-1
/
+1
|
/
*
ask-password-api: don't accidentally create a dir, when we don't want one
Lennart Poettering
2024-10-21
1
-10
/
+14
*
fs-util: Introduce symlinkat_idempotent
Adrian Vovk
2024-10-18
1
-3
/
+3
*
fs-util: make readlink_malloc() inline
Yu Watanabe
2024-10-15
1
-4
/
+0
*
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
[next]