1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-27 15:25:07 +02:00
Files
coreutils/src
Jie Liu 1ba1e9ae94 cp: Add FIEMAP support for efficient sparse file copy
* src/fiemap.h: Add fiemap.h for fiemap ioctl(2) support.
Copied from linux's include/linux/fiemap.h, with minor formatting changes.
* src/copy.c (copy_reg): Now, when `cp' invoked with --sparse=[WHEN] option, we
will try to do FIEMAP-copy if the underlaying file system support it, fall back
to a normal copy if it fails.
2010-06-11 14:10:57 +02:00
..
2010-06-08 04:28:19 -06:00
2010-06-10 17:53:46 +02:00
2010-06-08 13:16:26 +02:00