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
*
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
*
basic/copy: use copy_file_range()
Zbigniew Jędrzejewski-Szmek
2016-03-17
1
-2
/
+38
*
basic/copy: use sendfile smarter
Zbigniew Jędrzejewski-Szmek
2016-03-15
1
-11
/
+14
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-1
/
+1
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+12
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out file attribute calls to chattr-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split xattr-related calls into xattr-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
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
-1
/
+2
*
copy: make copy_bytes() return whether we hit EOF or not
Lennart Poettering
2015-09-22
1
-5
/
+5
*
copy: be more careful when trying to reflink
Lennart Poettering
2015-09-22
1
-1
/
+5
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-8
/
+8
*
copy: add splice() based fallback
Lennart Poettering
2015-08-28
1
-2
/
+18
[next]