All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] xfs: testcases for shrinking free space in the last AG
@ 2021-05-11  7:39 Gao Xiang
  2021-05-11  7:39 ` [PATCH v5 1/3] common/xfs: add _require_xfs_scratch_shrink helper Gao Xiang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Gao Xiang @ 2021-05-11  7:39 UTC (permalink / raw)
  To: linux-xfs, fstests; +Cc: Darrick J. Wong, Zorro Lang, Eryu Guan, Gao Xiang

Hi,

This adds testcases for shrinking free space in the last AG in the upstream.
This version mainly addresses Darrick's previous comments.
(and I've checked with "512m logdev with USE_EXTERNAL and SCRATCH_LOGDEV
 without issues)

changes since v4 (Darrick):
 - [1/3] check xfs_growfs output instead;
 - [2/3] fix a typo;
 - [2/3] echo statements rather than fail out;
 - [3/3] avoid unncessary scale due to _scale_fsstress_args;
 - [3/3] inject a bit randomness to decsize;
 - [3/3] use '_scratch_xfs_repair -n' instead.

Thanks,
Gao Xiang

Gao Xiang (3):
  common/xfs: add _require_xfs_scratch_shrink helper
  xfs: basic functionality test for shrinking free space in the last AG
  xfs: stress test for shrinking free space in the last AG

 common/xfs        |  20 ++++++++
 tests/xfs/990     |  73 ++++++++++++++++++++++++++++
 tests/xfs/990.out |  12 +++++
 tests/xfs/991     | 120 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/991.out |   8 ++++
 tests/xfs/group   |   2 +
 6 files changed, 235 insertions(+)
 create mode 100755 tests/xfs/990
 create mode 100644 tests/xfs/990.out
 create mode 100755 tests/xfs/991
 create mode 100644 tests/xfs/991.out

-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-11 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  7:39 [PATCH v5 0/3] xfs: testcases for shrinking free space in the last AG Gao Xiang
2021-05-11  7:39 ` [PATCH v5 1/3] common/xfs: add _require_xfs_scratch_shrink helper Gao Xiang
2021-05-11 15:09   ` Darrick J. Wong
2021-05-11  7:39 ` [PATCH v5 2/3] xfs: basic functionality test for shrinking free space in the last AG Gao Xiang
2021-05-11 15:23   ` Darrick J. Wong
2021-05-11  7:39 ` [PATCH v5 3/3] xfs: stress " Gao Xiang
2021-05-11 15:25   ` Darrick J. Wong

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.