public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] fstests: basic smoke test on zoned loop device
@ 2025-10-16 15:20 Johannes Thumshirn
  2025-10-16 15:20 ` [PATCH v5 1/3] common/zoned: add _require_zloop Johannes Thumshirn
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Johannes Thumshirn @ 2025-10-16 15:20 UTC (permalink / raw)
  To: Zorro Lang
  Cc: Christoph Hellwig, Naohiro Aota, linux-btrfs, Hans Holmberg,
	fstests, linux-xfs, Carlos Maiolino, Darrick J . Wong,
	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 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          | 60 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/772     | 43 +++++++++++++++++++++++++++++++
 tests/generic/772.out |  2 ++
 3 files changed, 105 insertions(+)
 create mode 100755 tests/generic/772
 create mode 100644 tests/generic/772.out

-- 
2.51.0


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

end of thread, other threads:[~2025-10-22  7:34 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 15:20 [PATCH v5 0/3] fstests: basic smoke test on zoned loop device Johannes Thumshirn
2025-10-16 15:20 ` [PATCH v5 1/3] common/zoned: add _require_zloop Johannes Thumshirn
2025-10-16 23:49   ` Naohiro Aota
2025-10-16 15:20 ` [PATCH v5 2/3] common/zoned: add helpers for creation and teardown of zloop devices Johannes Thumshirn
2025-10-16 15:48   ` Darrick J. Wong
2025-10-16 15:50     ` Johannes Thumshirn
2025-10-17  0:44       ` Naohiro Aota
2025-10-17 16:35         ` Darrick J. Wong
2025-10-17 18:38   ` Zorro Lang
2025-10-16 15:20 ` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices Johannes Thumshirn
2025-10-16 15:49   ` Darrick J. Wong
2025-10-16 23:48   ` Naohiro Aota
2025-10-16 23:54   ` Anand Jain
2025-10-17  4:17   ` Christoph Hellwig
2025-10-17 18:56   ` Zorro Lang
2025-10-18 11:13     ` Johannes Thumshirn
2025-10-18 14:05       ` Zorro Lang
2025-10-20  6:21         ` Johannes Thumshirn
2025-10-21  9:33           ` Johannes Thumshirn
2025-10-21 14:49             ` Darrick J. Wong
2025-10-22  4:32               ` hch
2025-10-22  7:24               ` Zorro Lang
2025-10-22  7:34                 ` hch
2025-10-22  4:35             ` hch
2025-10-22  6:27               ` Johannes Thumshirn
2025-10-22  6:33                 ` hch
2025-10-20  7:28     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox