All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/2] fstests: regression tests for 5.13 fixes
@ 2021-07-20  1:08 Darrick J. Wong
  2021-07-20  1:08 ` [PATCH 1/2] xfs: test fsx with extent size hints set on a realtime file Darrick J. Wong
  2021-07-20  1:08 ` [PATCH 2/2] xfs: test correct propagation of rt extent size hints on rtinherit dirs Darrick J. Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Darrick J. Wong @ 2021-07-20  1:08 UTC (permalink / raw)
  To: djwong, guaneryu; +Cc: linux-xfs, fstests, guan

Hi all,

Add regression tests to trigger some bugs in the realtime allocator that
were fixed in kernel 5.13.

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

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=realtime-fixes
---
 tests/xfs/774     |   78 +++++++++++++++++++++++++
 tests/xfs/774.out |    5 ++
 tests/xfs/775     |  165 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/775.out |    3 +
 tests/xfs/776     |   57 ++++++++++++++++++
 tests/xfs/776.out |    5 ++
 6 files changed, 313 insertions(+)
 create mode 100755 tests/xfs/774
 create mode 100644 tests/xfs/774.out
 create mode 100755 tests/xfs/775
 create mode 100644 tests/xfs/775.out
 create mode 100755 tests/xfs/776
 create mode 100644 tests/xfs/776.out


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

end of thread, other threads:[~2021-07-20  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  1:08 [PATCHSET 0/2] fstests: regression tests for 5.13 fixes Darrick J. Wong
2021-07-20  1:08 ` [PATCH 1/2] xfs: test fsx with extent size hints set on a realtime file Darrick J. Wong
2021-07-20  1:08 ` [PATCH 2/2] xfs: test correct propagation of rt extent size hints on rtinherit dirs 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.