From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A258DC433F5 for ; Wed, 15 Sep 2021 23:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 87FB561247 for ; Wed, 15 Sep 2021 23:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232992AbhIOXhg (ORCPT ); Wed, 15 Sep 2021 19:37:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:36204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231771AbhIOXhf (ORCPT ); Wed, 15 Sep 2021 19:37:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1D85561241; Wed, 15 Sep 2021 23:36:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631748976; bh=TRK3Lt8jvCZi4Cxqb2eLpe82DbBUzKYfS9G21PhT0NI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V+7qklZFqJIkiAG6Dixjm76/Lc/qRM3JNwcTh3zrFpfRzTnFS8uWMg4qh2wn/xDEB L8TlSXgBQJ167WolPc7JTdp4VFg6kBP5pRBLGPR7Ef9ZlI80jfl3S/iyTxUR1M5Fv7 4cC0eDP5xn7VdNtR+b1d2cjK6o1IOImSxAfE6JuJFLuzSbBTPoJtDKsCXaMDWmige2 AFm0kNZ+UAevx7/EBmzBbfeNjWc5E/EOjfr25ERdIrnrZFrc46BmpAbDn+/BuZ2r6y PfzxWhP7NsvceEH6rzVhTb7oX1UaTtRhLGH708b5Z7hRMDM7VgCtl6Zn0fdrV7Lmia 8ut/g9OT+9rig== Date: Wed, 15 Sep 2021 16:36:15 -0700 From: "Darrick J. Wong" To: sandeen@sandeen.net Cc: Carlos Maiolino , Chandan Babu R , Brian Foster , Stephen Rothwell , Kees Cook , Jiapeng Chong , Dan Carpenter , Gao Xiang , Allison Henderson , Shaokun Zhang , Abaci Robot , Dave Chinner , Bill O'Donnell , "Gustavo A. R. Silva" , Christoph Hellwig , linux-xfs@vger.kernel.org Subject: Re: [PATCHSET 00/61] xfs: sync libxfs with 5.14 Message-ID: <20210915233615.GA34874@magnolia> References: <163174719429.350433.8562606396437219220.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <163174719429.350433.8562606396437219220.stgit@magnolia> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Sep 15, 2021 at 04:06:34PM -0700, Darrick J. Wong wrote: > Hi all, > > This patchset backports all the libxfs changes from kernel 5.14, as well > as all the related for_each_perag and fallthrough; cleanups that went > with it. I've prepared this series and pull request per Eric's request. ...and if anyone else really wants to go through this, the only patches that need formal reviews are patches 1-5, 7, and 60-61. Sorry for the overbroad cc list, I forgot that my maintainer scripts do that automatically. :/ --D > If you're going to start using this mess, you probably ought to just > pull from my git trees, which are linked below. > > This is an extraordinary way to destroy everything. Enjoy! > Comments and questions are, as always, welcome. > > --D > > xfsprogs git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-5.14-sync > --- > db/fsmap.c | 17 - > db/info.c | 18 - > db/type.c | 2 > growfs/xfs_growfs.c | 6 > include/atomic.h | 1 > include/libxfs.h | 3 > include/linux.h | 17 + > include/xfs_mount.h | 65 --- > include/xfs_multidisk.h | 5 > libfrog/Makefile | 3 > libfrog/mockups.h | 43 ++ > libfrog/radix-tree.h | 3 > libxfs/Makefile | 10 > libxfs/init.c | 147 +++---- > libxfs/libxfs_api_defs.h | 2 > libxfs/libxfs_priv.h | 18 + > libxfs/topology.c | 5 > libxfs/topology.h | 6 > libxfs/util.c | 12 - > libxfs/xfs_ag.c | 287 +++++++++++++ > libxfs/xfs_ag.h | 136 ++++++ > libxfs/xfs_ag_resv.c | 15 - > libxfs/xfs_ag_resv.h | 15 + > libxfs/xfs_alloc.c | 113 +++-- > libxfs/xfs_alloc.h | 2 > libxfs/xfs_alloc_btree.c | 31 + > libxfs/xfs_alloc_btree.h | 9 > libxfs/xfs_attr.c | 956 ++++++++++++++++++++++++++----------------- > libxfs/xfs_attr.h | 403 ++++++++++++++++++ > libxfs/xfs_attr_leaf.c | 5 > libxfs/xfs_attr_leaf.h | 2 > libxfs/xfs_attr_remote.c | 167 +++----- > libxfs/xfs_attr_remote.h | 8 > libxfs/xfs_bmap.c | 3 > libxfs/xfs_bmap.h | 1 > libxfs/xfs_btree.c | 15 - > libxfs/xfs_btree.h | 12 - > libxfs/xfs_da_btree.c | 2 > libxfs/xfs_ialloc.c | 696 ++++++++++++++++--------------- > libxfs/xfs_ialloc.h | 43 -- > libxfs/xfs_ialloc_btree.c | 46 +- > libxfs/xfs_ialloc_btree.h | 13 - > libxfs/xfs_inode_buf.c | 30 + > libxfs/xfs_log_format.h | 14 - > libxfs/xfs_refcount.c | 122 +++-- > libxfs/xfs_refcount.h | 9 > libxfs/xfs_refcount_btree.c | 39 +- > libxfs/xfs_refcount_btree.h | 7 > libxfs/xfs_rmap.c | 147 +++---- > libxfs/xfs_rmap.h | 6 > libxfs/xfs_rmap_btree.c | 46 +- > libxfs/xfs_rmap_btree.h | 8 > libxfs/xfs_sb.c | 145 ------- > libxfs/xfs_sb.h | 9 > libxfs/xfs_shared.h | 20 - > libxfs/xfs_trans_inode.c | 10 > libxfs/xfs_types.c | 4 > libxfs/xfs_types.h | 1 > mkfs/proto.c | 1 > mkfs/proto.h | 13 + > mkfs/xfs_mkfs.c | 11 > repair/agbtree.c | 28 + > repair/agbtree.h | 8 > repair/dinode.c | 18 - > repair/phase4.c | 4 > repair/phase5.c | 16 - > repair/rmap.c | 43 +- > repair/sb.c | 1 > repair/scan.c | 4 > scrub/inodes.c | 2 > scrub/repair.c | 2 > scrub/scrub.c | 8 > 72 files changed, 2520 insertions(+), 1619 deletions(-) > create mode 100644 libfrog/mockups.h > rename libfrog/topology.c => libxfs/topology.c (99%) > rename libfrog/topology.h => libxfs/topology.h (88%) > create mode 100644 mkfs/proto.h >