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 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
*
fs-util: introduce mkfifoat_atomic() helper
Franck Bui
2018-07-30
1
-0
/
+25
*
tree-wide: port various bits over to open_parent()
Lennart Poettering
2018-07-23
1
-7
/
+3
*
fs-util: introduce open_parent() helper
Lennart Poettering
2018-07-23
1
-0
/
+28
*
Merge pull request #9274 from poettering/comment-header-cleanup
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-5
/
+0
|
\
|
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
|
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
|
fs-util: introduce fchmod_and_chown()
Yu Watanabe
2018-06-14
1
-0
/
+16
|
/
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-3
/
+3
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-2
/
+2
*
fs-util: don't alter errno in unlink_tempfilep()
Lennart Poettering
2018-05-19
1
-1
/
+1
*
Merge pull request #8981 from keszybz/ratelimit-and-dbus
Lennart Poettering
2018-05-18
1
-1
/
+1
|
\
|
*
Use STRLEN in two places
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-1
/
+1
*
|
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
1
-0
/
+9
|
/
*
basic/fs-util: remove logically dead code
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-16
/
+3
*
fs-util: introduce fchmod_opath()
Franck Bui
2018-04-24
1
-0
/
+15
*
Merge pull request #8708 from poettering/namespace-repeat
Lennart Poettering
2018-04-18
1
-3
/
+62
|
\
|
*
fs-util: export how many iterations chase_symlinks() executes at max
Lennart Poettering
2018-04-18
1
-1
/
+1
|
*
fs-util: add new CHASE_STEP flag to chase_symlinks()
Lennart Poettering
2018-04-18
1
-2
/
+61
*
|
path-lookup: properly chase paths when reducing with root dir (#8750)
Lennart Poettering
2018-04-18
1
-0
/
+40
*
|
util-lib: introduce new empty_or_root() helper (#8746)
Lennart Poettering
2018-04-18
1
-8
/
+4
|
/
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)
Lennart Poettering
2018-03-29
1
-0
/
+10
*
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one
Lennart Poettering
2018-03-29
1
-3
/
+86
*
Merge pull request #8554 from poettering/chase-trail-slash
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-2
/
+4
|
\
|
*
fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()
Lennart Poettering
2018-03-22
1
-2
/
+4
*
|
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-10
/
+3
*
|
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-12
/
+7
|
/
*
basic/fs-util: skip fsync_directory_of_file() if /proc/self/fd/ is not availa...
Zbigniew Jędrzejewski-Szmek
2018-03-20
1
-1
/
+12
*
fs-util: move fsync_directory_of_file() into generic code
Lennart Poettering
2018-02-20
1
-0
/
+30
*
login,user-sessions: always warn when we fail to remove nologin file
Zbigniew Jędrzejewski-Szmek
2018-02-16
1
-0
/
+11
*
fs-util: add new unlinkat_deallocate() helper
Lennart Poettering
2018-02-12
1
-0
/
+69
*
fs-util: drop readlink_and_make_absolute_root()
Yu Watanabe
2018-02-09
1
-20
/
+0
*
fs-util: drop readlink_and_canonicalize()
Yu Watanabe
2018-02-09
1
-23
/
+0
*
fs-util: chase_symlinks(): prevent double free
Yu Watanabe
2018-01-21
1
-2
/
+2
*
fs-util: use _cleanup_close_ attribute
Yu Watanabe
2018-01-21
1
-1
/
+2
*
fs-util: chase_symlinks(): support empty root
Yu Watanabe
2018-01-19
1
-7
/
+3
*
fs-util: refuse taking a relative path to chase if "root" is specified and CH...
Lennart Poettering
2018-01-17
1
-1
/
+7
*
fs-util: extra chase_symlink() safety check on "path" parameter
Lennart Poettering
2018-01-17
1
-0
/
+3
*
fs-util: extra safety checks on chase_symlinks() root parameter
Lennart Poettering
2018-01-17
1
-0
/
+8
*
Merge pull request #7816 from poettering/chase-pid
Zbigniew Jędrzejewski-Szmek
2018-01-15
1
-0
/
+60
|
\
|
*
fs-util: add new chase_symlinks() flag CHASE_OPEN
Lennart Poettering
2018-01-11
1
-0
/
+17
|
*
fs-util: add new CHASE_SAFE flag to chase_symlinks()
Lennart Poettering
2018-01-11
1
-0
/
+43
*
|
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
|
/
*
fs-util: rework touch_file() so that it can touch socket file nodes
Lennart Poettering
2018-01-05
1
-20
/
+37
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-2
/
+2
*
fs-util: remove comment about non-existing function
Yu Watanabe
2017-12-02
1
-4
/
+1
*
fs-util: chase_symlinks(): remove unnecessary slash at the head
Yu Watanabe
2017-12-02
1
-0
/
+8
[next]