linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] fstests: basic smoke test on zoned loop device
@ 2025-10-17  5:50 Johannes Thumshirn
  2025-10-17  5:50 ` [PATCH v6 1/3] common/zoned: add _require_zloop Johannes Thumshirn
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2025-10-17  5:50 UTC (permalink / raw)
  To: Zorro Lang
  Cc: Christoph Hellwig, fstests, Damien Le Moal, Naohiro Aota,
	Anand Jain, linux-btrfs, Hans Holmberg, linux-xfs,
	Darrick J . Wong, Carlos Maiolino, Johannes Thumshirn

Add a very basic smoke test on a zoned loopback device to check that noone is
accidentially breaking support for zoned block devices in filesystems that
support these.

Currently this includes btrfs, f2fs and xfs.

Changes to v5:
- _fail in case zloop device creation fails
- Collect Reviewed-bys on 3/3

Changes to v4:
- Find next free id in _create_zloop
- Add _destroy_zloop
- Fix typo in _create_zloop documentation
- Redirect mkfs error to seqres.full

Changes to v3:
- Don't mkdir zloop_base in test but in _create_zloop
- Add Christoph's Reviewed-by in 1/3

Changes to v2:
- Add Carlos' Reviewed-bys
- Add a _find_last_zloop() helper

Johannes Thumshirn (3):
  common/zoned: add _require_zloop
  common/zoned: add helpers for creation and teardown of zloop devices
  generic: basic smoke for filesystems on zoned block devices

 common/zoned          | 61 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/772     | 43 ++++++++++++++++++++++++++++++
 tests/generic/772.out |  2 ++
 3 files changed, 106 insertions(+)
 create mode 100755 tests/generic/772
 create mode 100644 tests/generic/772.out

-- 
2.51.0


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

end of thread, other threads:[~2025-10-20 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17  5:50 [PATCH v6 0/3] fstests: basic smoke test on zoned loop device Johannes Thumshirn
2025-10-17  5:50 ` [PATCH v6 1/3] common/zoned: add _require_zloop Johannes Thumshirn
2025-10-17  5:50 ` [PATCH v6 2/3] common/zoned: add helpers for creation and teardown of zloop devices Johannes Thumshirn
2025-10-17  6:04   ` Christoph Hellwig
2025-10-20  5:15   ` Anand Jain
2025-10-20 15:46   ` Darrick J. Wong
2025-10-17  5:50 ` [PATCH v6 3/3] generic: basic smoke for filesystems on zoned block devices Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).