Re: [PATCH v4] fuse: add support for copy_file_range()

From: Miklos Szeredi
Date: Mon Oct 01 2018 - 05:21:18 EST


On Tue, Aug 21, 2018 at 2:36 PM, Niels de Vos <ndevos@xxxxxxxxxx> wrote:
> There are several FUSE filesystems that can implement server-side copy
> or other efficient copy/duplication/clone methods. The copy_file_range()
> syscall is the standard interface that users have access to while not
> depending on external libraries that bypass FUSE.
>
> Signed-off-by: Niels de Vos <ndevos@xxxxxxxxxx>

Applied and pushed to

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-next

Thanks,
Miklos