libfuse: add copy_file_range() support
authorNiels de Vos <ndevos@redhat.com>
Mon, 18 Jun 2018 17:31:43 +0000 (19:31 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 19 Nov 2018 12:33:56 +0000 (12:33 +0000)
commitfe4f9428fc403fa8b99051f52d84ea5bd13f3855
treeb1a5256ba956152490d14a3acd05083a91bb2811
parent4c699e7debd99b178b9574e7dd20f36937ef296e
libfuse: add copy_file_range() support

Add support for the relatively new copy_file_range() syscall. Backend
filesystems can now implement an efficient way of cloning/duplicating
data ranges within files. See 'man 2 copy_file_range' for more details.
include/fuse.h
include/fuse_kernel.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/fuse_versionscript