All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: for-next branch updated to v2026.06.21
@ 2026-06-20 17:07 Zorro Lang
  0 siblings, 0 replies; only message in thread
From: Zorro Lang @ 2026-06-20 17:07 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 4557 bytes --]

Hi all,

The for-next branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

has just been updated and tagged as v2026.06.21 release.

Release Notes:
1) There're 9 new cases in this release, include generic/795, generic/796,
   generic/797, btrfs/348, btrfs/349, btrfs/350, f2fs/025 xfs/333, xfs/670
   and f2fs/025.
   Note: The new btrfs/350 triggers a kernel panic on unpatched kernels.
2) All f2fs shutdown operations have been unified to use the _scratch_shutdown
   helper.
3) Exclude HFS from atime testing
4) Skips defrag tests on DAX-enabled ext4
5) Zoned realtime XFS testing is enhanced.

More updates and fixes refer to below, thanks for all these contributions!

Thanks,
Zorro

The new head of the for-next branch is commit:

acb6d4cb8420 common/defrag: skip defrag tests on DAX-enabled filesystems

New commits:

Andrey Albershteyn (1):
      [c1dcfe62b3f9] generic/791: don't run if kernel misses FANOTIFY

Boris Burkov (2):
      [d65330dd7de4] btrfs: inline enable_quota helper in test 301
      [26c2b701724a] btrfs: test qgroup deletion races with squota writes

Chao Yu (2):
      [4f599bae27e4] f2fs/025: test to do sanity check section type correctly in f2fs GC
      [88b140d74b3e] f2fs/009: use common _scratch_shutdown helper

Christoph Hellwig (4):
      [ce4e96a89a2b] generic: add a test that stresses metadata eviction
      [1104c45b26d0] common: add a _require_external_realtime_device helper
      [120ff814a4c9] xfs: test that a grown RT section can be filled
      [26eb955e4243] generic/366: check minimum dio size correctly

Disha Goel (1):
      [acb6d4cb8420] common/defrag: skip defrag tests on DAX-enabled filesystems

Filipe Manana (2):
      [32b4dfffbc08] generic: add a test case for fallocate i_size extension
      [973512e9c240] generic: add a test case for writes with prealloc extents beyond i_size

Jan Prusakowski (1):
      [d66e76fc5ab6] generic/563: allow read tolerance for f2fs in scenario 3

Joanne Chang (3):
      [55d8071bc4a8] f2fs/015: Fix mount syntax for disabling jquota
      [c5ddd1789ae1] f2fs/021: Fix mount syntax for disabling jquota
      [65caee6192ce] generic/63{4,5}: Modify criteria for passing test

Qu Wenruo (5):
      [748ae5ab4076] btrfs/340: add support for older kernels/progs
      [1418baaef1fa] fstests: btrfs: add a new test case for single data RAID56
      [239cc1d59866] fstests: cleanup old files to respect mount options needing new inodes
      [80d250af40ca] fstests: btrfs: add a new test case for fstrim crash
      [ace8d9c9dee5] fstests: btrfs/138: add requirement for datacsum

Shin'ichiro Kawasaki (2):
      [5d68212a7373] common/filestreams: check zoned device before mkfs with small dsize
      [6c5d1992fb3b] xfs/013: fix ENOSPC handling

Viacheslav Dubeyko (1):
      [d5fb5bbbd22d] common/rc: exclude HFS from atime testing

Yao Sang (1):
      [ec6d49da5d27] xfs: test zoned realtime writeback EIO shutdown


Code Diffstat:

 common/defrag         |   2 +
 common/filestreams    |  13 +++--
 common/rc             |  20 +++++---
 src/fs-monitor.c      |  19 ++++++-
 tests/btrfs/138       |   1 +
 tests/btrfs/301       |  14 +-----
 tests/btrfs/340       |   8 ++-
 tests/btrfs/348       |  68 +++++++++++++++++++++++++
 tests/btrfs/348.out   |   2 +
 tests/btrfs/349       | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/349.out   |  10 ++++
 tests/btrfs/350       |  39 +++++++++++++++
 tests/btrfs/350.out   |   2 +
 tests/f2fs/009        |   3 +-
 tests/f2fs/015        |  13 +++--
 tests/f2fs/015.out    |   6 +--
 tests/f2fs/021        |   4 +-
 tests/f2fs/025        |  82 ++++++++++++++++++++++++++++++
 tests/f2fs/025.out    |   2 +
 tests/generic/362     |   7 +++
 tests/generic/364     |   7 +++
 tests/generic/366     |  14 +++++-
 tests/generic/418     |   7 +++
 tests/generic/563     |   5 +-
 tests/generic/634     |   4 +-
 tests/generic/635     |   4 +-
 tests/generic/708     |   7 +++
 tests/generic/791     |   3 ++
 tests/generic/795     | 108 +++++++++++++++++++++++++++++++++++++++
 tests/generic/795.out |   2 +
 tests/generic/796     |  52 +++++++++++++++++++
 tests/generic/796.out |   5 ++
 tests/generic/797     |  54 ++++++++++++++++++++
 tests/generic/797.out |  10 ++++
 tests/xfs/013         |   4 +-
 tests/xfs/333         |  66 ++++++++++++++++++++++++
 tests/xfs/333.out     |   2 +
 tests/xfs/670         |  58 +++++++++++++++++++++
 tests/xfs/670.out     |   3 ++
 39 files changed, 822 insertions(+), 44 deletions(-)
--
Zorro Lang
zlang@kernel.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-20 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20 17:07 [ANNOUNCE] fstests: for-next branch updated to v2026.06.21 Zorro Lang

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.