summaryrefslogtreecommitdiff
path: root/src/shared/copy.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-14util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering1-2/+2
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering1-2/+2
2014-12-28machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering1-0/+1
2014-12-26copy: try top copy atime/time/xattrs when copying filesLennart Poettering1-0/+2
2014-12-18machinectl: add new commands for copying files from/to containersLennart Poettering1-1/+2
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering1-2/+2
2014-12-12shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering1-0/+1
2014-11-07copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering1-0/+1
2014-10-31shared: add missing includesRonny Chevalier1-0/+3
2014-06-23coredump: never write more than the configured processing size limit to diskLennart Poettering1-1/+1
2014-06-19tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering1-1/+1
2014-06-12sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering1-0/+1
2014-06-10tmpfiles: add new "C" line for copying files or directoriesLennart Poettering1-0/+25