index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
copy.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
copy: Introduce COPY_NOCOW_AFTER and use it when copying images
Daan De Meyer
2024-09-04
1
-0
/
+8
*
repart: Keep existing directory timestamps intact when copying
Daan De Meyer
2024-08-30
1
-19
/
+20
*
copy: introduce COPY_VERIFY_LINKED flag
Yu Watanabe
2024-02-15
1
-0
/
+1
*
copy: do not ignore chattr_flags and friends passed to copy_file_atomic_full()
Yu Watanabe
2024-02-08
1
-1
/
+1
*
copy: Add support for creating subvolumes to copy_tree_at()
Daan De Meyer
2023-08-14
1
-5
/
+5
*
copy: Add COPY_LOCK_BSD
Daan De Meyer
2023-06-15
1
-0
/
+1
*
Merge pull request #27882 from DaanDeMeyer/repart-truncate
Zbigniew Jędrzejewski-Szmek
2023-06-07
1
-0
/
+1
|
\
|
*
copy: Add COPY_TRUNCATE
Daan De Meyer
2023-06-01
1
-0
/
+1
*
|
copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()
Daan De Meyer
2023-06-06
1
-8
/
+3
|
/
*
copy: rename reflink_full() -> reflink_range()
Yu Watanabe
2023-04-28
1
-1
/
+1
*
copy: Introduce reflink() and reflink_full()
Daan De Meyer
2023-04-28
1
-0
/
+3
*
copy: Add more at() helpers
Daan De Meyer
2023-03-21
1
-3
/
+15
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
1
-6
/
+6
*
copy: Support both inode exclusion and contents exclusion
Daan De Meyer
2023-02-22
1
-3
/
+11
*
copy: Add copy_file_at()
Daan De Meyer
2023-02-20
1
-2
/
+8
*
copy: Make copy_xattr() more generic
Daan De Meyer
2023-02-14
1
-1
/
+1
*
copy: Add COPY_GRACEFUL_WARN
Daan De Meyer
2022-12-01
1
-15
/
+16
*
copy: Support passing a deny list of files/directories to not copy
Daan De Meyer
2022-11-10
1
-5
/
+7
*
shared: Copy holes in sparse files in copy_bytes_full()
Daan De Meyer
2022-01-14
1
-0
/
+1
*
shared/copy: add a new flag COPY_ALL_XATTRS
Andrej Lajovic
2021-08-11
1
-1
/
+2
*
copy: add COPY_SIGTERM, matching the existing COPY_SIGINT
Lennart Poettering
2021-08-02
1
-5
/
+6
*
copy: add COPY_SYNCFS flag
Lennart Poettering
2021-08-02
1
-0
/
+1
*
copy: optionally fsync() files after copying them
Lennart Poettering
2021-08-02
1
-9
/
+11
*
basic,shared: move a bunch of files to src/shared/
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-0
/
+71
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-35
/
+0
*
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
-2
/
+2
*
machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...
Lennart Poettering
2014-12-28
1
-0
/
+1
*
copy: try top copy atime/time/xattrs when copying files
Lennart Poettering
2014-12-26
1
-0
/
+2
*
machinectl: add new commands for copying files from/to containers
Lennart Poettering
2014-12-18
1
-1
/
+2
*
copy: use btrfs reflinking only whe we know we copy full files
Lennart Poettering
2014-12-12
1
-2
/
+2
*
shared: add new btrfs-util.[ch] helpers for doing common btrfs operation
Lennart Poettering
2014-12-12
1
-0
/
+1
*
copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...
Lennart Poettering
2014-11-07
1
-0
/
+1
*
shared: add missing includes
Ronny Chevalier
2014-10-31
1
-0
/
+3
*
coredump: never write more than the configured processing size limit to disk
Lennart Poettering
2014-06-23
1
-1
/
+1
*
tmpfiles: make sure "C" doesn't copy anything if the destination already exists
Lennart Poettering
2014-06-19
1
-1
/
+1
*
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...
Lennart Poettering
2014-06-12
1
-0
/
+1
*
tmpfiles: add new "C" line for copying files or directories
Lennart Poettering
2014-06-10
1
-0
/
+25