From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-f67.google.com ([209.85.166.67]:39365 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728804AbeJAP6D (ORCPT ); Mon, 1 Oct 2018 11:58:03 -0400 Received: by mail-io1-f67.google.com with SMTP id z16-v6so3159601iol.6 for ; Mon, 01 Oct 2018 02:21:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180821123631.5673-1-ndevos@redhat.com> References: <20180821101233.GD2650@ndevos-x270> <20180821123631.5673-1-ndevos@redhat.com> From: Miklos Szeredi Date: Mon, 1 Oct 2018 11:21:13 +0200 Message-ID: Subject: Re: [PATCH v4] fuse: add support for copy_file_range() To: Niels de Vos Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Marcin Sulikowski Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Aug 21, 2018 at 2:36 PM, Niels de Vos 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 Applied and pushed to git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-next Thanks, Miklos