]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: implement 'copy_range' command
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 20 Jul 2016 05:31:54 +0000 (15:31 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jul 2016 05:31:54 +0000 (15:31 +1000)
commit628e112afdd98c5db9078e3401049682c78d5e2c
tree72b70cb8fe0a5c93eba35a4957310c733f742905
parent70a4820f5b800c690ba696230343446979decdc3
xfs_io: implement 'copy_range' command

Implements a new xfs_io command, named 'copy_range', which is supposed
to be used to copy a range of data from one file to another.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
configure.ac
include/builddefs.in
io/Makefile
io/copy_file_range.c [new file with mode: 0644]
io/init.c
io/io.h
m4/package_libcdev.m4