summaryrefslogtreecommitdiff
path: root/src/shared/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+6
* machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering2014-12-281-6/+40
* copy: try top copy atime/time/xattrs when copying filesLennart Poettering2014-12-261-1/+102
* machinectl: add new commands for copying files from/to containersLennart Poettering2014-12-181-9/+15
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-7/+7
* nspawn: beef up nspawn with some btrfs magicLennart Poettering2014-12-121-1/+0
* copy: teach copy_bytes() btrfs reflink magicLennart Poettering2014-12-121-2/+9
* shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering2014-12-121-5/+30
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-7/+4
* copy: change error code when hitting copy limit to EFBIGLennart Poettering2014-11-071-1/+1
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-071-26/+59
* journal/compress: add stream compression/decompression functionsZbigniew Jędrzejewski-Szmek2014-06-261-3/+1
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-231-4/+21
* copy: don't eat up error from chown()/chmod()Lennart Poettering2014-06-201-1/+2
* tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering2014-06-191-25/+12
* tmpfiles: do not fail when copying an empty directoryKay Sievers2014-06-191-0/+1
* sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering2014-06-121-3/+3
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-101-0/+292