From patchwork Mon Oct 8 23:15:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Chinner X-Patchwork-Id: 10631629 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 46EB813AA for ; Mon, 8 Oct 2018 23:15:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F30A292CF for ; Mon, 8 Oct 2018 23:15:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2347C29A36; Mon, 8 Oct 2018 23:15:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C60F8292CF for ; Mon, 8 Oct 2018 23:15:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726548AbeJIG3M (ORCPT ); Tue, 9 Oct 2018 02:29:12 -0400 Received: from ipmail01.adl2.internode.on.net ([150.101.137.133]:12829 "EHLO ipmail01.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726540AbeJIG3M (ORCPT ); Tue, 9 Oct 2018 02:29:12 -0400 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail01.adl2.internode.on.net with ESMTP; 09 Oct 2018 09:45:04 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1g9ejw-0000HL-62 for linux-xfs@vger.kernel.org; Tue, 09 Oct 2018 10:15:04 +1100 Date: Tue, 9 Oct 2018 10:15:04 +1100 From: Dave Chinner To: linux-xfs@vger.kernel.org Subject: [ANNOUNCE] xfs-linux: for-next updated to b39989009bdb Message-ID: <20181008231504.GE6311@dastard> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. This is an update with a bunch of important reflink fixes intended for 4.19-rc7, so please update and test this so I can send a pull request to greg before the end of the week. -Dave. The following changes since commit e55ec4ddbef9897199c307dfb23167e3801fdaf5: xfs: fix error handling in xfs_bmap_extents_to_btree (2018-10-01 08:11:07 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux for-next for you to fetch changes up to b39989009bdb84992915c9869f58094ed5becf10: xfs: fix data corruption w/ unaligned reflink ranges (2018-10-06 11:44:39 +1000) ---------------------------------------------------------------- Darrick J. Wong (3): xfs: refactor clonerange preparation into a separate helper xfs: zero posteof blocks when cloning above eof xfs: update ctime and remove suid before cloning files Dave Chinner (2): xfs: fix data corruption w/ unaligned dedupe ranges xfs: fix data corruption w/ unaligned reflink ranges fs/xfs/xfs_reflink.c | 200 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 165 insertions(+), 35 deletions(-)