index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
rm-rf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rm-rf: fstatat() might fail if containing dir has limited access mode, patch ...
Lennart Poettering
2021-03-04
1
-16
/
+66
*
btrfs-util: add helper that abstracts "might be btrfs subvol?" check
Lennart Poettering
2021-03-02
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2020-10-04
1
-1
/
+1
*
rm-rf: add new flag REMOVE_CHMOD
Lennart Poettering
2020-08-25
1
-8
/
+46
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-2
/
+0
*
rm-rf: introduce new flag REMOVE_MISSING_OK
Lennart Poettering
2019-07-11
1
-19
/
+32
*
rm-rf: simplify rm_rf_children() a bit by using _cleanup_close_
Lennart Poettering
2019-04-29
1
-15
/
+6
*
switch-root: modernize rm_rf_children() invocation a bit
Lennart Poettering
2019-04-29
1
-2
/
+2
*
rm-rf: refuse combining REMOVE_ONLY_DIRECTORIES and REMOVE_SUBVOLUME for now
Lennart Poettering
2019-04-01
1
-0
/
+5
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+8
*
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
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
basic/rm-rf: include the path in error messages
Zbigniew Jędrzejewski-Szmek
2018-05-22
1
-9
/
+11
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-2
/
+2
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
basic/rm-rf: allow a symlink to / to be removed
Zbigniew Jędrzejewski-Szmek
2017-06-17
1
-1
/
+1
*
basic/path-util: allow flags for path_equal_or_files_same
Zbigniew Jędrzejewski-Szmek
2017-06-17
1
-1
/
+1
*
tmpfiles: use safe_glob()
Zbigniew Jędrzejewski-Szmek
2017-04-27
1
-8
/
+1
*
basic: forbid rm_rf() to remove paths ending with ".." (#5653)
Jan Synacek
2017-03-29
1
-0
/
+7
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-1
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-11
/
+4
*
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
2016-10-13
1
-4
/
+10
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: check if errno is greater than zero (2)
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-2
/
+2
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+11
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+3
*
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-22
1
-2
/
+2
*
tmpfiles: silently ignore failed removal of btrfs submount from non-dir
Tom Gundersen
2015-06-16
1
-1
/
+1
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+224