summaryrefslogtreecommitdiff
path: root/src/shared/copy.h
Commit message (Expand)AuthorAgeFilesLines
* copy: rename reflink_full() -> reflink_range()Yu Watanabe2023-04-281-1/+1
* copy: Introduce reflink() and reflink_full()Daan De Meyer2023-04-281-0/+3
* copy: Add more at() helpersDaan De Meyer2023-03-211-3/+15
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-6/+6
* copy: Support both inode exclusion and contents exclusionDaan De Meyer2023-02-221-3/+11
* copy: Add copy_file_at()Daan De Meyer2023-02-201-2/+8
* copy: Make copy_xattr() more genericDaan De Meyer2023-02-141-1/+1
* copy: Add COPY_GRACEFUL_WARNDaan De Meyer2022-12-011-15/+16
* copy: Support passing a deny list of files/directories to not copyDaan De Meyer2022-11-101-5/+7
* shared: Copy holes in sparse files in copy_bytes_full()Daan De Meyer2022-01-141-0/+1
* shared/copy: add a new flag COPY_ALL_XATTRSAndrej Lajovic2021-08-111-1/+2
* copy: add COPY_SIGTERM, matching the existing COPY_SIGINTLennart Poettering2021-08-021-5/+6
* copy: add COPY_SYNCFS flagLennart Poettering2021-08-021-0/+1
* copy: optionally fsync() files after copying themLennart Poettering2021-08-021-9/+11
* basic,shared: move a bunch of files to src/shared/Zbigniew Jędrzejewski-Szmek2021-06-241-0/+71
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-35/+0
* util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering2015-01-141-2/+2
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-081-2/+2
* machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering2014-12-281-0/+1
* copy: try top copy atime/time/xattrs when copying filesLennart Poettering2014-12-261-0/+2
* machinectl: add new commands for copying files from/to containersLennart Poettering2014-12-181-1/+2
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-2/+2
* shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering2014-12-121-0/+1
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-071-0/+1
* shared: add missing includesRonny Chevalier2014-10-311-0/+3
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-231-1/+1
* tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering2014-06-191-1/+1
* sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering2014-06-121-0/+1
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-101-0/+25