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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0F75ECAAA1 for ; Thu, 15 Sep 2022 16:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229866AbiIOQWo (ORCPT ); Thu, 15 Sep 2022 12:22:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbiIOQWm (ORCPT ); Thu, 15 Sep 2022 12:22:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 329009DF90 for ; Thu, 15 Sep 2022 09:22:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B5F8362521 for ; Thu, 15 Sep 2022 16:22:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24225C433D6; Thu, 15 Sep 2022 16:22:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663258955; bh=rKXtu0RXKfWJ/zD1zUHMFSh7zSBOXj5jaoiDa+J/jo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SiNITONh/u/7P1Pn8hBgL7q5eW53M2xQcmozvNC6VnpTfKHYQAZ3A1E4ifK4Ut8k3 XY1yb36e7mvLgGO48ok/0WCVV60jtVTieYqr2BRgvtmHptfFwib72TYfwKO+B8Wrv6 23NoHbDd10AA0qMIzUT44gSEZPpjBq6l8QK8r+UJkuNPjT/bt0+pUpZopUbciH1kek iTK2TNKe6oLXN5m2aHYgyLlmBXVMfZ29r2FKTIwYz8xYqmwW0i/w7jsnABhGxhZvkI SuveuQPxtwpQOvUY3XeF2S11y2BRpjMAa5pxiGShMhSl8WYqC6S4j0VLONNFlC0ZTb VrrvIZj6L6fXA== Date: Thu, 15 Sep 2022 09:22:34 -0700 From: "Darrick J. Wong" To: Carlos Maiolino Cc: linux-xfs@vger.kernel.org Subject: Re: [ANNOUNCE] xfsprogs updated to 6.0.0-rc0 Message-ID: References: <20220915130309.a72eyhog3jayy6rf@andromeda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220915130309.a72eyhog3jayy6rf@andromeda> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Sep 15, 2022 at 03:03:09PM +0200, Carlos Maiolino wrote: > Hi folks, > > The xfsprogs repository at: > > git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/ > > has just benn updated. > > This is essentially a fast-forward merge from for-next branch, containing only > libxfs-sync patches. > > Any questions, please let me know. > > > The new head of the master branch is commit: > > 3c6e12a4a xfsprogs: Release v6.0.0-rc0 > > New Commits: > > Andrey Strachuk (1): > [798d43495] 798d43495 Er... is there a bug in your script? Want to crib from mine? :D https://djwong.org/docs/kernel/git-announce --D > > Carlos Maiolino (1): > [3c6e12a4a] 3c6e12a4a > > Dan Carpenter (1): > [17df7eb7e] 17df7eb7e > > Darrick J. Wong (6): > [722e81c12] 722e81c12 > [7ff5f1edf] 7ff5f1edf > [d4292c669] d4292c669 > [4f8415858] 4f8415858 > [eae3e30d4] eae3e30d4 > [e373f06a3] e373f06a3 > > Dave Chinner (17): > [ef78f876e] ef78f876e > [37dc5890e] 37dc5890e > [4330a9e00] 4330a9e00 > [87db57baf] 87db57baf > [f9084bd95] f9084bd95 > [bc87af992] bc87af992 > [c1030eda4] c1030eda4 > [1d202c10b] 1d202c10b > [9a73333d9] 9a73333d9 > [75c01cccf] 75c01cccf > [83af0d13a] 83af0d13a > [8aa34dc9b] 8aa34dc9b > [cee2d89ae] cee2d89ae > [54f6b9e5e] 54f6b9e5e > [0b2f4162b] 0b2f4162b > [69535dadf] 69535dadf > [b9846dc9e] b9846dc9e > > Slark Xiao (1): > [e4a32219d] e4a32219d > > Xiaole He (1): > [ec36ecd2d] ec36ecd2d > > hexiaole (1): > [d3e53ab7c] d3e53ab7c > > > Code Diffstat: > > VERSION | 6 +-- > configure.ac | 2 +- > db/fsmap.c | 2 +- > db/info.c | 2 +- > db/namei.c | 2 +- > include/xfs_inode.h | 65 ++++++++++++++++++++++++++- > libxfs/defer_item.c | 6 ++- > libxfs/init.c | 3 +- > libxfs/libxfs_api_defs.h | 1 + > libxfs/libxfs_priv.h | 12 +++-- > libxfs/rdwr.c | 8 ++-- > libxfs/util.c | 7 +-- > libxfs/xfs_ag.c | 171 ++++++++++++++++++++++++++++++++++++++++++++++------------------------ > libxfs/xfs_ag.h | 75 +++++++++++++++++++++++++------ > libxfs/xfs_ag_resv.c | 2 +- > libxfs/xfs_alloc.c | 145 ++++++++++++++++++++++++++--------------------------------- > libxfs/xfs_alloc.h | 58 +++++------------------- > libxfs/xfs_alloc_btree.c | 9 ++-- > libxfs/xfs_attr.c | 22 +++++---- > libxfs/xfs_attr.h | 10 ++--- > libxfs/xfs_attr_leaf.c | 28 ++++++------ > libxfs/xfs_attr_remote.c | 15 ++++--- > libxfs/xfs_bmap.c | 84 +++++++++++++++++----------------- > libxfs/xfs_bmap_btree.c | 10 ++--- > libxfs/xfs_btree.c | 29 +++++------- > libxfs/xfs_dir2.c | 2 +- > libxfs/xfs_dir2_block.c | 6 +-- > libxfs/xfs_dir2_sf.c | 8 ++-- > libxfs/xfs_format.h | 2 +- > libxfs/xfs_ialloc.c | 86 +++++++++++++++-------------------- > libxfs/xfs_ialloc.h | 25 ++--------- > libxfs/xfs_ialloc_btree.c | 20 ++++----- > libxfs/xfs_inode_buf.c | 15 +++---- > libxfs/xfs_inode_fork.c | 65 ++++++++++++++------------- > libxfs/xfs_inode_fork.h | 27 ++--------- > libxfs/xfs_refcount.c | 19 ++++---- > libxfs/xfs_refcount_btree.c | 5 +-- > libxfs/xfs_rmap.c | 8 ++-- > libxfs/xfs_rmap_btree.c | 9 ++-- > libxfs/xfs_symlink_remote.c | 2 +- > libxfs/xfs_trans_resv.c | 2 +- > libxfs/xfs_types.c | 73 ++++-------------------------- > libxfs/xfs_types.h | 9 ---- > mkfs/proto.c | 2 +- > repair/dino_chunks.c | 12 +++-- > repair/dinode.c | 5 ++- > repair/phase6.c | 11 ++--- > repair/quotacheck.c | 4 +- > repair/rmap.c | 16 ++++--- > repair/scan.c | 70 +++++++++++++++++++++-------- > 50 files changed, 660 insertions(+), 617 deletions(-) > > -- > Carlos Maiolino