From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:27636 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932947AbcI0PhP (ORCPT ); Tue, 27 Sep 2016 11:37:15 -0400 Date: Tue, 27 Sep 2016 08:36:35 -0700 From: "Darrick J. Wong" Subject: Re: XFS reflink and development tip git trees updated Message-ID: <20160927153635.GI14092@birch.djwong.org> References: <20160905053317.GA15302@birch.djwong.org> <20160919161100.GA19849@infradead.org> <20160920043942.GE10172@birch.djwong.org> <20160927052344.GD3059@birch.djwong.org> <20160927142726.GA5675@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160927142726.GA5675@infradead.org> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Christoph Hellwig Cc: Dave Chinner , Brian Foster , linux-xfs@vger.kernel.org, xfs@oss.sgi.com, amir73il@gmail.com On Tue, Sep 27, 2016 at 07:27:26AM -0700, Christoph Hellwig wrote: > On Mon, Sep 26, 2016 at 10:23:44PM -0700, Darrick J. Wong wrote: > > Ok, here's this week's for-4.9 branch: > > > > https://github.com/djwong/linux/tree/for-dave-for-4.9-5 > > https://github.com/djwong/xfsprogs/tree/for-dave-for-4.9-5 > > > > The kernel tree includes Christoph's fixes for copy-on-write, > > refactoring of a refcount btree function to use _btree_query_range (and > > inclusion of the required diff_two_keys/init_high_key helpers), and > > removal of the (totally broken) always_cow debug switch. It also > > contains a new error injection point to make reflink fail with ENOSPC. > > Are you going to send out the patches to the list? Yeah, I'll spam^Wmail the list once more today. > Also it seems like the writeback updates weren't folded in but just > added to the end, was that intentional? Yes -- both because I'm trying to limit the number of changes to the patches in the middle that Dave might be reviewing, and also to get all the combined fixes out for testing quicker. (Don't worry, I'm already working on a 4.9-6 with these things cleaned up.) --D