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
*
path-util: make readlink_value() refuse O_DIRECTORY returned from path_extrac...
Yu Watanabe
2022-04-19
1
-2
/
+9
*
fs-util: use path_extract_filename() at one more place
Yu Watanabe
2022-04-15
1
-12
/
+4
*
process-util: refactor APIs for reading /proc/self/xyz symlinks
Lennart Poettering
2022-04-01
1
-2
/
+4
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+0
*
fs-util: make sure openat_report_new() initializes return param also on shortcut
Lennart Poettering
2022-03-23
1
-3
/
+11
*
fs-util: fix typos in comments
Lennart Poettering
2022-03-23
1
-2
/
+2
*
fs-util: add openat_report_new() wrapper around openat()
Lennart Poettering
2022-03-21
1
-0
/
+39
*
tree-wide: port various places over to new stat_inode_same() helper
Lennart Poettering
2022-02-14
1
-2
/
+1
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
fs-util: add new helper open_mkdir_at()
Lennart Poettering
2021-11-17
1
-0
/
+74
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-26
/
+9
*
fs-util: add helper that can split CIFS services names
Lennart Poettering
2021-10-27
1
-0
/
+76
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-505
/
+0
*
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Lennart Poettering
2021-10-05
1
-25
/
+0
*
basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...
Lennart Poettering
2021-10-05
1
-1
/
+1
*
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
2021-10-05
1
-166
/
+0
*
fs-util: rewrite rmdir_parents() with path_find_last_component()
Yu Watanabe
2021-09-07
1
-31
/
+20
*
fs-util: use futimens_opath() helper function
Yu Watanabe
2021-09-02
1
-3
/
+3
*
fs-util: drop unnecessary initialization
Yu Watanabe
2021-09-02
1
-1
/
+1
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-24
/
+7
*
fs-util: teach syncfs_path() handle with empty path argument
Lennart Poettering
2021-07-08
1
-2
/
+6
*
fs-util: add fsync_path_and_parent_at()
Lennart Poettering
2021-07-08
1
-0
/
+16
*
fs-util: add API for fsync()ing parent dir of path
Lennart Poettering
2021-07-08
1
-0
/
+24
*
fs-util: make sure fsync_directory_of_file() does something useful on O_PATH fds
Lennart Poettering
2021-07-08
1
-10
/
+25
*
Improve tmpfiles unsafe transition log message (#20048)
Albert Brox
2021-06-30
1
-3
/
+9
*
Merge pull request #20004 from yuwata/readdir-ensure-type
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-2
/
+0
|
\
|
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-2
/
+0
*
|
basic,shared: move a bunch of files to src/shared/
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-86
/
+0
|
/
*
tmpfiles: add '=' action modifier.
Allen Webb
2021-06-08
1
-1
/
+1
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-1
/
+1
*
fs-util: make chase_symlinks() use path_find_first_component()
Yu Watanabe
2021-05-28
1
-109
/
+56
*
basic: allow copy_rights() to work without mounted /proc
Zbigniew Jędrzejewski-Szmek
2021-05-24
1
-6
/
+22
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
*
journald: Retry if posix_fallocate returned -1 (EINTR)
Igor Zhbanov
2021-04-21
1
-0
/
+21
*
fs-util: port symlink_idempotent() to path_extract_directory()
Lennart Poettering
2021-03-09
1
-3
/
+3
*
fs-util: replace use of FILENAME_MAX by PATH_MAX in readlinkat_malloc()
Lennart Poettering
2021-03-08
1
-13
/
+13
*
Merge pull request #18864 from poettering/fsync-tweaks
Yu Watanabe
2021-03-04
1
-22
/
+39
|
\
|
*
fs-util: handle gracefully if fsync_full() is called on block devices and such
Lennart Poettering
2021-03-03
1
-2
/
+7
|
*
fs-util: allow fsync_directory_of_file() on directories too
Lennart Poettering
2021-03-03
1
-20
/
+32
*
|
fs-util: when opening arbitrary inodes, better use O_NONBLOCK
Lennart Poettering
2021-03-04
1
-2
/
+1
*
|
fs-util: port open_parent() to path_extract_directory()
Lennart Poettering
2021-03-03
1
-9
/
+4
|
/
*
fs-util: use ERRNO_IS_NOT_SUPPORTED() at two more places where we can't be su...
Lennart Poettering
2021-03-02
1
-2
/
+2
*
fs-util: make sure conservative_renameat() properly detects identity of longe...
Lennart Poettering
2021-02-04
1
-7
/
+21
*
fs-util: rename conservative_rename() -> conservative_renameat()
Yu Watanabe
2021-01-22
1
-1
/
+1
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-3
/
+3
*
fs-util: add conservative_rename() that suppresses unnecessary renames
Lennart Poettering
2020-12-02
1
-0
/
+77
*
tree-wide: fix "a the" or "the a"
Yu Watanabe
2020-11-13
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
fs-util: add new futimens_opath() helper
Lennart Poettering
2020-09-28
1
-0
/
+19
[next]