From: Christoph Hellwig <hch@infradead.org>
To: "Nirjhar Roy (IBM)" <nirjhar@linux.ibm.com>
Cc: djwong@kernel.org, hch@infradead.org, cem@kernel.org,
david@fromorbit.com, zlang@kernel.org, linux-xfs@vger.kernel.org,
fstests@vger.kernel.org, ritesh.list@gmail.com,
ojaswin@linux.ibm.com, nirjhar.roy.lists@gmail.com,
hsiangkao@linux.alibaba.com
Subject: Re: [PATCH v1 3/7] xfs: Add realtime group grow tests
Date: Wed, 18 Feb 2026 22:40:22 -0800 [thread overview]
Message-ID: <aZawVm-cjoyM7ErV@infradead.org> (raw)
In-Reply-To: <f1230eca56f32e26b954be6684d1582dacf2aef6.1771425357.git.nirjhar.roy.lists@gmail.com>
On Thu, Feb 19, 2026 at 06:10:51AM +0000, Nirjhar Roy (IBM) wrote:
> From: "Nirjhar Roy (IBM)" <nirjhar.roy.lists@gmail.com>
>
> Add unit tests to validate growth of realtime groups. This includes
> last rtgroup's partial growth case as well complete rtgroup addition.
Please tests these also with zoned rt devices. They are a bit special
in that you can only grow (and in the future shrink) entire RTGs, and
don't have the bitmap/summary. For some cases that might mean just
not running them (if they grow inside a RTG), and for others they might
need very minor tweaks.
next prev parent reply other threads:[~2026-02-19 6:40 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 5:57 xfs: Add support for multi rtgroup shrink+removal Nirjhar Roy (IBM)
2026-02-19 6:03 ` [RFC v1 0/4] xfs: Add support to shrink multiple empty rtgroups Nirjhar Roy (IBM)
2026-02-19 6:03 ` [RFC v1 1/4] xfs: Re-introduce xg_active_wq field in struct xfs_group Nirjhar Roy (IBM)
2026-02-19 6:13 ` Christoph Hellwig
2026-02-19 6:03 ` [RFC v1 2/4] xfs: Introduce xfs_rtginodes_ensure_all() Nirjhar Roy (IBM)
2026-02-19 6:15 ` Christoph Hellwig
2026-02-25 5:18 ` Nirjhar Roy (IBM)
2026-02-19 6:03 ` [RFC v1 3/4] xfs: Add a new state for shrinking Nirjhar Roy (IBM)
2026-02-19 6:03 ` [RFC v1 4/4] xfs: Add support to shrink multiple empty realtime groups Nirjhar Roy (IBM)
2026-02-19 6:23 ` Christoph Hellwig
2026-02-25 5:17 ` Nirjhar Roy (IBM)
2026-02-25 14:24 ` Christoph Hellwig
2026-02-26 12:59 ` Nirjhar Roy (IBM)
2026-02-23 11:29 ` [RFC v1 0/4] xfs: Add support to shrink multiple empty rtgroups Nirjhar Roy (IBM)
2026-03-18 14:43 ` Nirjhar Roy (IBM)
2026-03-18 15:20 ` Christoph Hellwig
2026-02-19 6:08 ` [PATCH v1] xfs_growfs: Allow shrink of realtime XFS Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 0/7] Add multi rtgroup grow and shrink tests Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 1/7] xfs: Introduce _require_realtime_xfs_{shrink,grow} pre-condition Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 2/7] xfs: Introduce helpers to count the number of bitmap and summary inodes Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 3/7] xfs: Add realtime group grow tests Nirjhar Roy (IBM)
2026-02-19 6:40 ` Christoph Hellwig [this message]
2026-02-25 5:24 ` Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 4/7] xfs: Add multi rt group grow + shutdown + recovery tests Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 5/7] xfs: Add realtime group shrink tests Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 6/7] xfs: Add multi rt group shrink + shutdown + recovery tests Nirjhar Roy (IBM)
2026-02-19 6:10 ` [PATCH v1 7/7] xfs: Add parallel back to back grow/shrink tests Nirjhar Roy (IBM)
2026-02-19 12:55 ` [PATCH v1 0/7] Add multi rtgroup grow and shrink tests Carlos Maiolino
2026-02-19 14:40 ` Nirjhar Roy (IBM)
2026-02-19 14:55 ` Carlos Maiolino
2026-02-19 15:49 ` Darrick J. Wong
2026-02-19 16:35 ` Carlos Maiolino
2026-02-20 11:24 ` Nirjhar Roy (IBM)
2026-02-20 16:10 ` Darrick J. Wong
2026-02-20 18:12 ` Nirjhar Roy (IBM)
2026-02-24 13:04 ` Carlos Maiolino
2026-02-20 11:20 ` Nirjhar Roy (IBM)
2026-02-20 16:15 ` Darrick J. Wong
2026-02-19 14:56 ` Andrey Albershteyn
2026-02-20 14:07 ` Konstantin Ryabitsev
2026-02-24 13:02 ` Carlos Maiolino
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=aZawVm-cjoyM7ErV@infradead.org \
--to=hch@infradead.org \
--cc=cem@kernel.org \
--cc=david@fromorbit.com \
--cc=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=hsiangkao@linux.alibaba.com \
--cc=linux-xfs@vger.kernel.org \
--cc=nirjhar.roy.lists@gmail.com \
--cc=nirjhar@linux.ibm.com \
--cc=ojaswin@linux.ibm.com \
--cc=ritesh.list@gmail.com \
--cc=zlang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.