summaryrefslogtreecommitdiff
path: root/src/basic/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9274 from poettering/comment-header-cleanupZbigniew Jędrzejewski-Szmek2018-06-141-5/+0
|\
| * tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
| * tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* | Merge pull request #9199 from poettering/copy-file-atomicZbigniew Jędrzejewski-Szmek2018-06-141-12/+36
|\ \ | |/ |/|
| * copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if p...Lennart Poettering2018-06-071-12/+36
* | copy: put a depth limit on copying file system trees recursivelyLennart Poettering2018-06-071-6/+17
* | copy: extend check for mount point crossingLennart Poettering2018-06-071-2/+29
* | copy: only check for traversing mount points on directoriesFilipe Brandenburger2018-06-071-6/+5
|/
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-06-041-1/+1
* basic/copy: fix awkward sentenceZbigniew Jędrzejewski-Szmek2018-04-171-1/+1
* copy: reduce number of checksLennart Poettering2018-04-131-6/+4
* copy: drop _unlikely_() that isn't obviously the caseLennart Poettering2018-04-131-9/+11
* copy: hide in copy_bytes() the strange way splice() handles O_NONBLOCKLennart Poettering2018-04-131-3/+70
* copy: extend copy_bytes() a bitLennart Poettering2018-04-131-6/+47
* copy: tweak reflink logic in copy_bytes() a bitLennart Poettering2018-04-131-9/+53
* copy: add brief comment to copy_bytes() explaining its return valuesLennart Poettering2018-04-131-0/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* copy: wrap some unlink() calls in (void) castsLennart Poettering2018-02-121-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* copy: a plain unlink() works here tooLennart Poettering2017-02-211-1/+1
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-25/+74
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-25/+25
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-1/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering2016-05-021-0/+15
* copy: adjust directory times after writing to the directoryLennart Poettering2016-05-021-17/+16
* copy: return the right error when we can't open a fileLennart Poettering2016-05-021-0/+2
* copy: also copy AF_UNIX socketsLennart Poettering2016-04-291-2/+2
* util: copy_file_range() returns EBADF when used on a ttyLennart Poettering2016-04-251-1/+1
* basic/copy: remove unnecessary castZbigniew Jędrzejewski-Szmek2016-04-021-2/+2
* test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek2016-04-021-1/+1
* basic/copy: use copy_file_range()Zbigniew Jędrzejewski-Szmek2016-03-171-2/+38
* basic/copy: use sendfile smarterZbigniew Jędrzejewski-Szmek2016-03-151-11/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+12
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* copy: make copy_bytes() return whether we hit EOF or notLennart Poettering2015-09-221-5/+5
* copy: be more careful when trying to reflinkLennart Poettering2015-09-221-1/+5
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-8/+8
* copy: add splice() based fallbackLennart Poettering2015-08-281-2/+18