From: Christoph Hellwig <hch@infradead.org>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: Carlos Maiolino <cem@kernel.org>,
linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Subject: Re: [PATCHBOMB 6.13] xfs: metadata directories and realtime groups
Date: Mon, 14 Oct 2024 00:50:14 -0700 [thread overview]
Message-ID: <ZwzNNnbHhlCi8REx@infradead.org> (raw)
In-Reply-To: <20241011002402.GB21877@frogsfrogsfrogs>
On Thu, Oct 10, 2024 at 05:24:02PM -0700, Darrick J. Wong wrote:
> I'm only sending the kernel patches to the list for now, but please have
> a look at the git tree links for xfsprogs and fstests changes.
As far as I can you've also sent out xfsprogs and xfstests patches :)
next prev parent reply other threads:[~2024-10-14 7:50 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-11 0:24 [PATCHBOMB 6.13] xfs: metadata directories and realtime groups Darrick J. Wong
2024-10-11 0:37 ` [PATCHSET v5.0 1/3] fstests: test XFS metadata directories Darrick J. Wong
2024-10-11 1:38 ` [PATCH 01/11] xfs/122: fix metadirino Darrick J. Wong
2024-10-11 1:38 ` [PATCH 02/11] various: fix finding metadata inode numbers when metadir is enabled Darrick J. Wong
2024-10-11 1:38 ` [PATCH 03/11] xfs/{030,033,178}: forcibly disable metadata directory trees Darrick J. Wong
2024-10-11 1:39 ` [PATCH 04/11] common/repair: patch up repair sb inode value complaints Darrick J. Wong
2024-10-11 1:39 ` [PATCH 05/11] xfs/206: update for metadata directory support Darrick J. Wong
2024-10-11 1:39 ` [PATCH 06/11] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees Darrick J. Wong
2024-10-11 1:39 ` [PATCH 07/11] xfs/509: adjust inumbers accounting for metadata directories Darrick J. Wong
2024-10-11 1:40 ` [PATCH 08/11] xfs/122: adjust " Darrick J. Wong
2024-10-11 1:40 ` [PATCH 09/11] xfs: create fuzz tests " Darrick J. Wong
2024-10-11 1:40 ` [PATCH 10/11] xfs/163: bigger fs for metadir Darrick J. Wong
2024-10-11 1:40 ` [PATCH 11/11] xfs: test metapath repairs Darrick J. Wong
2024-10-11 0:37 ` [PATCHSET v5.0 2/3] xfsprogs: shard the realtime section Darrick J. Wong
2024-10-11 1:41 ` [PATCH 01/16] common/populate: refactor caching of metadumps to a helper Darrick J. Wong
2024-10-11 1:41 ` [PATCH 02/16] common/{fuzzy,populate}: use _scratch_xfs_mdrestore Darrick J. Wong
2024-10-11 1:41 ` [PATCH 03/16] fuzzy: stress data and rt sections of xfs filesystems equally Darrick J. Wong
2024-10-11 1:42 ` [PATCH 04/16] common/ext4: reformat external logs during mdrestore operations Darrick J. Wong
2024-10-11 1:42 ` [PATCH 05/16] common/populate: use metadump v2 format by default for fs metadata snapshots Darrick J. Wong
2024-10-11 1:42 ` [PATCH 06/16] xfs/122: update for rtgroups Darrick J. Wong
2024-10-11 1:42 ` [PATCH 07/16] punch-alternating: detect xfs realtime files with large allocation units Darrick J. Wong
2024-10-11 1:43 ` [PATCH 08/16] xfs/206: update mkfs filtering for rt groups feature Darrick J. Wong
2024-10-11 1:43 ` [PATCH 09/16] common: pass the realtime device to xfs_db when possible Darrick J. Wong
2024-10-11 1:43 ` [PATCH 10/16] xfs/185: update for rtgroups Darrick J. Wong
2024-10-11 1:43 ` [PATCH 11/16] xfs/449: update test to know about xfs_db -R Darrick J. Wong
2024-10-11 1:44 ` [PATCH 12/16] xfs/122: update for rtbitmap headers Darrick J. Wong
2024-10-11 1:44 ` [PATCH 13/16] xfs/271,xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands Darrick J. Wong
2024-10-11 1:44 ` [PATCH 14/16] common/xfs: capture realtime devices during metadump/mdrestore Darrick J. Wong
2024-10-11 1:44 ` [PATCH 15/16] common/fuzzy: adapt the scrub stress tests to support rtgroups Darrick J. Wong
2024-10-11 1:45 ` [PATCH 16/16] xfs: fix fuzz tests of rtgroups bitmap and summary files Darrick J. Wong
2024-10-11 0:37 ` [PATCHSET v5.0 3/3] fstests: store quota files in the metadir Darrick J. Wong
2024-10-11 1:45 ` [PATCH 1/4] xfs/122: update for segmented rtblock addresses Darrick J. Wong
2024-10-11 1:45 ` [PATCH 2/4] xfs: update tests for quota files in the metadir Darrick J. Wong
2024-10-11 1:45 ` [PATCH 3/4] xfs: test persistent quota flags Darrick J. Wong
2024-10-11 1:46 ` [PATCH 4/4] xfs: fix tests for persistent qflags Darrick J. Wong
2024-10-14 7:50 ` Christoph Hellwig [this message]
2024-10-15 1:01 ` [PATCHBOMB 6.13] xfs: metadata directories and realtime groups Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZwzNNnbHhlCi8REx@infradead.org \
--to=hch@infradead.org \
--cc=cem@kernel.org \
--cc=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox