index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
copy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
copy: Respect COPY_REPLACE flag for copy_tree
Alexander Wilson
2022-07-27
1
-2
/
+10
*
copy.[ch]: Refactor
Alexander Wilson
2022-07-27
1
-23
/
+75
*
stat-util: fix dir_is_empty() with hidden/backup files
Lennart Poettering
2022-05-04
1
-1
/
+1
*
copy: use FLAGS_SET() in copy_xattr()
Franck Bui
2022-03-14
1
-1
/
+1
*
copy: fix wrong argument passed to S_ISREG() in copy_file_fd_full()
Franck Bui
2022-03-14
1
-1
/
+4
*
shared: Handle filesystems that don't support hole punching in COPY_HOLES
Daan De Meyer
2022-01-30
1
-2
/
+4
*
shared: Ensure COPY_HOLES copies trailing holes
Daan De Meyer
2022-01-26
1
-2
/
+44
*
journal: Copy holes when archiving BTRFS journal files
Daan De Meyer
2022-01-17
1
-11
/
+10
*
shared: Copy holes in sparse files in copy_bytes_full()
Daan De Meyer
2022-01-14
1
-0
/
+41
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
tree-wide: port various places over to open_mkdir_at()
Lennart Poettering
2021-11-17
1
-11
/
+3
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-0
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-4
/
+1
*
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
2021-10-05
1
-0
/
+1
*
shared/copy: add a new flag COPY_ALL_XATTRS
Andrej Lajovic
2021-08-11
1
-6
/
+6
*
copy: add COPY_SIGTERM, matching the existing COPY_SIGINT
Lennart Poettering
2021-08-02
1
-15
/
+24
*
copy: add COPY_SYNCFS flag
Lennart Poettering
2021-08-02
1
-11
/
+27
*
copy: optionally fsync() files after copying them
Lennart Poettering
2021-08-02
1
-7
/
+107
*
copy: tighten destination checks when copying files
Lennart Poettering
2021-08-02
1
-6
/
+27
*
copy: move to single clean-up path
Lennart Poettering
2021-08-02
1
-21
/
+33
*
copy: port over to pop_pending_signal()
Lennart Poettering
2021-07-08
1
-18
/
+3
*
remove a left-over break
David Tardon
2021-06-25
1
-1
/
+0
*
basic,shared: move a bunch of files to src/shared/
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-0
/
+1286
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-507
/
+0
*
util: merge change_attr_fd() and chattr_fd()
Lennart Poettering
2015-04-08
1
-1
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-3
/
+3
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-2
/
+2
*
util: add rename_noreplace
Alban Crequy
2015-03-10
1
-3
/
+9
*
util: the chattr flags field is actually unsigned, judging by kernel sources
Lennart Poettering
2015-01-14
1
-2
/
+2
*
machined: when cloning a raw disk image, also set the NOCOW flag
Lennart Poettering
2015-01-08
1
-3
/
+6
*
machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...
Lennart Poettering
2014-12-28
1
-6
/
+40
*
copy: try top copy atime/time/xattrs when copying files
Lennart Poettering
2014-12-26
1
-1
/
+102
*
machinectl: add new commands for copying files from/to containers
Lennart Poettering
2014-12-18
1
-9
/
+15
*
copy: use btrfs reflinking only whe we know we copy full files
Lennart Poettering
2014-12-12
1
-7
/
+7
*
nspawn: beef up nspawn with some btrfs magic
Lennart Poettering
2014-12-12
1
-1
/
+0
*
copy: teach copy_bytes() btrfs reflink magic
Lennart Poettering
2014-12-12
1
-2
/
+9
*
shared: add new btrfs-util.[ch] helpers for doing common btrfs operation
Lennart Poettering
2014-12-12
1
-5
/
+30
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
1
-7
/
+4
*
copy: change error code when hitting copy limit to EFBIG
Lennart Poettering
2014-11-07
1
-1
/
+1
*
copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...
Lennart Poettering
2014-11-07
1
-26
/
+59
*
journal/compress: add stream compression/decompression functions
Zbigniew Jędrzejewski-Szmek
2014-06-26
1
-3
/
+1
*
coredump: never write more than the configured processing size limit to disk
Lennart Poettering
2014-06-23
1
-4
/
+21
*
copy: don't eat up error from chown()/chmod()
Lennart Poettering
2014-06-20
1
-1
/
+2
*
tmpfiles: make sure "C" doesn't copy anything if the destination already exists
Lennart Poettering
2014-06-19
1
-25
/
+12
*
tmpfiles: do not fail when copying an empty directory
Kay Sievers
2014-06-19
1
-0
/
+1
*
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...
Lennart Poettering
2014-06-12
1
-3
/
+3
*
tmpfiles: add new "C" line for copying files or directories
Lennart Poettering
2014-06-10
1
-0
/
+292