From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:17627 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752140AbcKKPFd (ORCPT ); Fri, 11 Nov 2016 10:05:33 -0500 Date: Fri, 11 Nov 2016 07:05:01 -0800 From: "Darrick J. Wong" To: Eric Ren Cc: mfasheh@versity.com, jlbec@evilplan.org, linux-fsdevel@vger.kernel.org, ocfs2-devel@oss.oracle.com Subject: Re: [PATCH 0/6] ocfs2: wire up {clone,copy,dedupe}_range Message-ID: <20161111150501.GE16807@birch.djwong.org> References: <147873186646.2820.17513529102740292215.stgit@birch.djwong.org> <4d01515b-7511-22f7-4c71-ae76eab0ec47@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d01515b-7511-22f7-4c71-ae76eab0ec47@suse.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Nov 11, 2016 at 11:15:57AM +0800, Eric Ren wrote: > Hi, > > On 11/10/2016 06:51 AM, Darrick J. Wong wrote: > >Hi all, > > > >These patches wire up the existing ocfs2 reflinking capabilities to > >the new(ish) VFS {copy,clone,dedupe}_range interface. The first few > >patches clean up some minor bugs that I found; the last kernel patch > >contains the new code. > > > >A few minor fixes to xfstests are needed to make more of the tests > >run. I'll tack that patch on the end. > > FYI, reflink testcases from ocfs2-test both on single and multiple node(s) > all passed with your patches. At least, it shows that no obvious regression issue > is observed so far ;-) Heh, good. :) The v2 patch contains some fixes for a few things I thought of last night that don't have xfstests yet. I /think/ the locking is ok, but that could use some review. :) --D > > Eric > > > >--D > > > >[1] https://github.com/djwong/linux/tree/ocfs2-vfs-reflink > >-- > >To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > >the body of a message to majordomo@vger.kernel.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > > >