index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
copy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: convert amenable fdopendir() calls to take_fdopendir()
Vito Caputo
2020-03-31
1
-2
/
+2
*
copy: add flag COPY_MAC_CREATE to create with correct label
Christian Göttsche
2019-11-28
1
-2
/
+58
*
copy: port over to flistxattr_malloc() and fgetxattr_malloc()
Lennart Poettering
2019-11-19
1
-51
/
+17
*
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 dirent.h when dirent-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
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
copy: optionally check for SIGINT regularly, and abort operation safely
Lennart Poettering
2019-07-17
1
-1
/
+34
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
util-lib: when copying files make sure to apply some chattrs early, some late
Lennart Poettering
2019-03-28
1
-4
/
+12
*
copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...
Lennart Poettering
2019-03-01
1
-5
/
+8
*
copy: Add a COPY_MERGE_EMPTY flag to merge only if the target is empty
Ryan Gonzalez
2019-01-08
1
-7
/
+21
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
copy: remove reflinking debug message
Lennart Poettering
2018-11-26
1
-2
/
+0
*
copy: support getting progress feedback from the various copy functions
Lennart Poettering
2018-11-26
1
-22
/
+94
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-1
/
+1
*
chattr: optionally, return the old flags when updating them
Lennart Poettering
2018-10-08
1
-2
/
+2
*
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
*
|
Merge pull request #9199 from poettering/copy-file-atomic
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-12
/
+36
|
\
\
|
|
/
|
/
|
|
*
copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if p...
Lennart Poettering
2018-06-07
1
-12
/
+36
*
|
copy: put a depth limit on copying file system trees recursively
Lennart Poettering
2018-06-07
1
-6
/
+17
*
|
copy: extend check for mount point crossing
Lennart Poettering
2018-06-07
1
-2
/
+29
*
|
copy: only check for traversing mount points on directories
Filipe Brandenburger
2018-06-07
1
-6
/
+5
|
/
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
basic/copy: fix awkward sentence
Zbigniew Jędrzejewski-Szmek
2018-04-17
1
-1
/
+1
*
copy: reduce number of checks
Lennart Poettering
2018-04-13
1
-6
/
+4
*
copy: drop _unlikely_() that isn't obviously the case
Lennart Poettering
2018-04-13
1
-9
/
+11
*
copy: hide in copy_bytes() the strange way splice() handles O_NONBLOCK
Lennart Poettering
2018-04-13
1
-3
/
+70
*
copy: extend copy_bytes() a bit
Lennart Poettering
2018-04-13
1
-6
/
+47
*
copy: tweak reflink logic in copy_bytes() a bit
Lennart Poettering
2018-04-13
1
-9
/
+53
*
copy: add brief comment to copy_bytes() explaining its return values
Lennart Poettering
2018-04-13
1
-0
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
copy: wrap some unlink() calls in (void) casts
Lennart Poettering
2018-02-12
1
-3
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
copy: a plain unlink() works here too
Lennart Poettering
2017-02-21
1
-1
/
+1
*
machined: when copying files from/to userns containers chown to root
Lennart Poettering
2017-02-17
1
-25
/
+74
*
copy: change the various copy_xyz() calls to take a unified flags parameter
Lennart Poettering
2017-02-17
1
-25
/
+25
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-1
/
+1
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
machined: support non-btrfs file systems with "machinectl clone"
Lennart Poettering
2016-05-02
1
-0
/
+15
*
copy: adjust directory times after writing to the directory
Lennart Poettering
2016-05-02
1
-17
/
+16
*
copy: return the right error when we can't open a file
Lennart Poettering
2016-05-02
1
-0
/
+2
*
copy: also copy AF_UNIX sockets
Lennart Poettering
2016-04-29
1
-2
/
+2
*
util: copy_file_range() returns EBADF when used on a tty
Lennart Poettering
2016-04-25
1
-1
/
+1
*
basic/copy: remove unnecessary cast
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-2
/
+2
*
test-compress-benchmark: fix argument parsing on 32bit
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-1
/
+1
[next]