Hi all, This series contains the tests from patch 6 of the previous atomic writes test series. https://lore.kernel.org/linux-xfs/20250520013400.36830-1-catherine.hoang@xxxxxxxxxx/ v6 includes updates to test requirements and picking up rvb tags. This series is based on for-next at the time of sending. Catherine Hoang (1): common/atomicwrites: add helper for multi block atomic writes Darrick J. Wong (2): generic: various atomic write tests with hardware and scsi_debug xfs: more multi-block atomic writes tests common/atomicwrites | 31 ++++++++++ tests/generic/1222 | 93 +++++++++++++++++++++++++++++ tests/generic/1222.out | 10 ++++ tests/generic/1223 | 68 ++++++++++++++++++++++ tests/generic/1223.out | 9 +++ tests/generic/1224 | 88 ++++++++++++++++++++++++++++ tests/generic/1224.out | 16 +++++ tests/generic/1225 | 129 +++++++++++++++++++++++++++++++++++++++++ tests/generic/1225.out | 21 +++++++ tests/xfs/1216 | 69 ++++++++++++++++++++++ tests/xfs/1216.out | 9 +++ tests/xfs/1217 | 72 +++++++++++++++++++++++ tests/xfs/1217.out | 3 + tests/xfs/1218 | 64 ++++++++++++++++++++ tests/xfs/1218.out | 15 +++++ 15 files changed, 697 insertions(+) create mode 100755 tests/generic/1222 create mode 100644 tests/generic/1222.out create mode 100755 tests/generic/1223 create mode 100644 tests/generic/1223.out create mode 100755 tests/generic/1224 create mode 100644 tests/generic/1224.out create mode 100755 tests/generic/1225 create mode 100644 tests/generic/1225.out create mode 100755 tests/xfs/1216 create mode 100644 tests/xfs/1216.out create mode 100755 tests/xfs/1217 create mode 100644 tests/xfs/1217.out create mode 100755 tests/xfs/1218 create mode 100644 tests/xfs/1218.out -- 2.34.1