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
*
tree-wide: fix spelling of "fallback"
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-1
/
+1
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-2
/
+2
*
fs-util: add stat_warn_permissions() that operates on struct stat instead of fd
Lennart Poettering
2020-06-02
1
-9
/
+19
*
tree-wide: codespell fixes
Frantisek Sumsal
2020-05-25
1
-1
/
+1
*
fs-util: teach unlinkat_deallocate() a simple scheme for overwriting for erasing
Lennart Poettering
2020-05-19
1
-4
/
+45
*
fs-util: beef up path_is_encrypted() to deal with LVM block devices
Lennart Poettering
2020-05-10
1
-10
/
+72
*
fs-util: add helper path_is_encrypted() that checks if a file system is encry...
Lennart Poettering
2020-05-07
1
-0
/
+25
*
tmpfiles: if we get ENOENT when opening /proc/self/fd/, check if /proc is mou...
Lennart Poettering
2020-04-23
1
-2
/
+9
*
util: return the correct correct wd from inotify helpers
Balaji Punnuru
2020-04-22
1
-6
/
+8
*
basic/fs-util: add a version of chmod_and_chown that doesn not use /proc
Zbigniew Jędrzejewski-Szmek
2020-03-03
1
-0
/
+46
*
fs-util: make sure we output normalized paths in chase_symlinks()
Lennart Poettering
2020-01-28
1
-4
/
+17
*
fs-util: when calling chase_symlinks() with root path, leave root part unreso...
Lennart Poettering
2020-01-28
1
-3
/
+31
*
include missing_fcntl.h where needed
Anita Zhang
2019-11-07
1
-0
/
+1
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop time.h when time-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
fs-util: let's avoid unnecessary strerror()
Lennart Poettering
2019-11-03
1
-6
/
+3
*
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
-37
/
+40
*
fs-util: introduce inotify_add_watch_and_warn() helper
Franck Bui
2019-10-05
1
-0
/
+15
*
Merge pull request #13194 from keszybz/chase-symlinks-testing
Lennart Poettering
2019-07-26
1
-9
/
+9
|
\
|
*
fs-util: adjust punctuation in comments
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-9
/
+9
*
|
fs-util: add fsync_full() helper
Lennart Poettering
2019-07-25
1
-0
/
+11
|
/
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-24
1
-2
/
+2
*
fs-util: no need for fchmod_and_chown() to access /proc/self/fd directly
Franck Bui
2019-06-18
1
-8
/
+5
*
tree-wide: port various places over to use chmod_and_chown()
Lennart Poettering
2019-05-24
1
-7
/
+1
*
fs-util: rewrite chmod_and_chown()
Lennart Poettering
2019-05-24
1
-82
/
+37
*
util-lib: use FLAGS_SET() where appropriate
Lennart Poettering
2019-04-02
1
-2
/
+2
*
fs-util: suppress world-writable warnings if we read /dev/null
Lennart Poettering
2019-04-01
1
-0
/
+4
*
fs-util: change chmod_and_chown() to not complain if stat data already matches
Lennart Poettering
2019-03-19
1
-17
/
+62
*
Merge pull request #11820 from dm0-/chase
Lennart Poettering
2019-03-04
1
-0
/
+1
|
\
|
*
fs-util: exempt root prefix directories from UID checks
David Michael
2019-02-28
1
-0
/
+1
*
|
fs-util: add new helper syncfs_path()
Lennart Poettering
2019-03-01
1
-0
/
+15
|
/
*
fs-util: add missing linux/falloc.h include
Davide Cavalca
2019-02-27
1
-0
/
+1
*
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
Lennart Poettering
2018-12-14
1
-1
/
+1
*
Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...
Lennart Poettering
2018-12-10
1
-10
/
+46
|
\
|
*
fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFS
Franck Bui
2018-12-10
1
-1
/
+18
|
*
fs-util: rename safe_transition() into unsafe_transition()
Franck Bui
2018-12-10
1
-6
/
+6
|
*
fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met
Franck Bui
2018-12-10
1
-2
/
+6
|
*
fs-util: add new CHASE_WARN flag to chase_symlinks()
Franck Bui
2018-11-30
1
-3
/
+18
*
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
|
fs-util: beef up chmod_and_chown() a bit
Lennart Poettering
2018-11-29
1
-10
/
+40
|
/
*
fs-util: increase start buffer size in readlinkat_malloc()
Lennart Poettering
2018-10-25
1
-1
/
+1
*
Merge pull request #9437 from poettering/sd-boot-count
Lennart Poettering
2018-10-19
1
-0
/
+28
|
\
|
*
add new systemd-bless-boot.service that marks boots as successful
Lennart Poettering
2018-10-19
1
-0
/
+28
*
|
fs-util: include error cause in log message
Yu Watanabe
2018-10-19
1
-1
/
+1
|
/
*
fs-util: add racy RENAME_NOREPLACE fallback using access()
Lennart Poettering
2018-10-02
1
-25
/
+28
*
fs-util: make symlink_idempotent() optionally create relative link
Yu Watanabe
2018-09-24
1
-1
/
+16
*
fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks()
Franck Bui
2018-07-30
1
-2
/
+2
[next]