[ANNOUNCE] fstests: merge v2026.03.20 onto master branch

Zorro Lang <[email protected]>
Newsgroups org.kernel.vger.fstests
Message-ID <[email protected]>>
Hi all,

The master branch of the xfstests repository at:

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

has just been updated to v2026.03.20 version.

Thanks,
Zorro

The new head of the master branch is commit:

57d71a884dd1 ltp: add support for FALLOC_FL_WRITE_ZEROES to fsx and fsstress

New commits:

Darrick J. Wong (17):
      [fd9292449514] xfs/62[3-8]: require XFS_SCRUB_PROG
      [29d120e41c3d] generic: test fsnotify filesystem error reporting
      [79f6b1c3e4d8] xfs: test health monitoring code
      [c90d3c12ffe1] xfs: test for metadata corruption error reporting via healthmon
      [1eef51a44b3f] xfs: test io error reporting via healthmon
      [15548b5e8482] xfs: set up common code for testing xfs_healer
      [e76e776e4310] xfs: test xfs_healer's event handling
      [a951e61b684c] xfs: test xfs_healer can fix a filesystem
      [aa3d8defe09a] xfs: test xfs_healer can report file I/O errors
      [eb1013c4f269] xfs: test xfs_healer can report file media errors
      [8e5ed6fcef96] xfs: test xfs_healer can report filesystem shutdowns
      [20dffed104b6] xfs: test xfs_healer can initiate full filesystem repairs
      [309e54e83e1f] xfs: test xfs_healer can follow mount moves
      [17fdaa0ba3f1] xfs: test xfs_healer wont repair the wrong filesystem
      [df0f4b76c572] xfs: test xfs_healer background service
      [de37793e7b07] xfs: test xfs_healer startup service
      [aa5b0dcf301d] xfs: test xfs_healer can follow private mntns mount moves

Filipe Manana (4):
      [01d24d6b0b28] generic: test a directory fsync scenaro after replacing a subdir with a file
      [aad362549a8a] btrfs: test setting the same received UUID to a lot of subvolumes
      [c6946bc36b9f] btrfs: test creating a large number of snapshots of a received subvolume
      [66c672a2e845] btrfs: test create a bunch of files with name hash collision

Johannes Thumshirn (2):
      [02e625a5875a] fstests: add _fixed_by_fs_commit helper
      [8ca8c3c238bc] fstests: use _fixed_by_fs_commit where appropriate

Pankaj Raghav (1):
      [57d71a884dd1] ltp: add support for FALLOC_FL_WRITE_ZEROES to fsx and fsstress


Code Diffstat:

 .gitignore                        |   2 +
 README                            |   2 +-
 common/config                     |  14 +++
 common/module                     |  11 ++
 common/rc                         |  40 +++++++
 common/systemd                    |  39 +++++++
 common/xfs                        |  98 ++++++++++++++++++
 configure.ac                      |   4 +
 doc/group-names.txt               |   1 +
 ltp/fsstress.c                    |  15 ++-
 ltp/fsx.c                         |  85 ++++++++++++++-
 src/Makefile                      |   6 +-
 src/fs-monitor.c                  | 153 +++++++++++++++++++++++++++
 src/global.h                      |   8 ++
 src/t_btrfs_received_uuid_ioctl.c |  50 +++++++++
 tests/btrfs/345                   |  73 +++++++++++++
 tests/btrfs/345.out               |   2 +
 tests/btrfs/346                   |  95 +++++++++++++++++
 tests/btrfs/346.out               |   3 +
 tests/btrfs/347                   |  66 ++++++++++++
 tests/btrfs/347.out               |   3 +
 tests/generic/211                 |   2 +-
 tests/generic/362                 |   3 +-
 tests/generic/363                 |  10 +-
 tests/generic/364                 |   3 +-
 tests/generic/365                 |  15 ++-
 tests/generic/366                 |   2 +-
 tests/generic/367                 |   2 +-
 tests/generic/370                 |   5 +-
 tests/generic/471                 |   2 +-
 tests/generic/562                 |   3 +-
 tests/generic/623                 |   2 +-
 tests/generic/631                 |   3 +-
 tests/generic/646                 |   2 +-
 tests/generic/649                 |   2 +-
 tests/generic/650                 |   2 +-
 tests/generic/695                 |   2 +-
 tests/generic/700                 |   2 +-
 tests/generic/701                 |   2 +-
 tests/generic/702                 |   2 +-
 tests/generic/703                 |   3 +-
 tests/generic/704                 |   2 +-
 tests/generic/706                 |   3 +-
 tests/generic/707                 |   2 +-
 tests/generic/708                 |   3 +-
 tests/generic/733                 |  10 +-
 tests/generic/736                 |   2 +-
 tests/generic/738                 |   2 +-
 tests/generic/741                 |   2 +-
 tests/generic/742                 |   3 +-
 tests/generic/748                 |   2 +-
 tests/generic/755                 |   2 +-
 tests/generic/757                 |   2 +-
 tests/generic/761                 |   2 +-
 tests/generic/763                 |   2 +-
 tests/generic/764                 |   2 +-
 tests/generic/766                 |   8 +-
 tests/generic/771                 |   2 +-
 tests/generic/779                 |   2 +-
 tests/generic/782                 |   2 +-
 tests/generic/784                 |   2 +-
 tests/generic/785                 |   2 +-
 tests/generic/789                 |   2 +-
 tests/generic/790                 |  70 +++++++++++++
 tests/generic/790.out             |  12 +++
 tests/generic/791                 | 213 ++++++++++++++++++++++++++++++++++++++
 tests/generic/791.out             |  20 ++++
 tests/xfs/623                     |   3 +-
 tests/xfs/624                     |   3 +-
 tests/xfs/625                     |   3 +-
 tests/xfs/626                     |   3 +-
 tests/xfs/627                     |   3 +-
 tests/xfs/628                     |   1 +
 tests/xfs/654                     |  60 +++++++++++
 tests/xfs/654.out                 |   5 +
 tests/xfs/655                     |  98 ++++++++++++++++++
 tests/xfs/655.out                 |   8 ++
 tests/xfs/656                     |  98 ++++++++++++++++++
 tests/xfs/656.out                 |  10 ++
 tests/xfs/657                     |  43 ++++++++
 tests/xfs/657.out                 |   2 +
 tests/xfs/658                     |  88 ++++++++++++++++
 tests/xfs/658.out                 |   2 +
 tests/xfs/659                     | 209 +++++++++++++++++++++++++++++++++++++
 tests/xfs/659.out                 |  21 ++++
 tests/xfs/660                     | 171 ++++++++++++++++++++++++++++++
 tests/xfs/660.out                 |   7 ++
 tests/xfs/661                     |  36 +++++++
 tests/xfs/661.out                 |   4 +
 tests/xfs/662                     | 107 +++++++++++++++++++
 tests/xfs/662.out                 |   3 +
 tests/xfs/663                     | 114 ++++++++++++++++++++
 tests/xfs/663.out                 |   2 +
 tests/xfs/664                     | 135 ++++++++++++++++++++++++
 tests/xfs/664.out                 |   2 +
 tests/xfs/665                     | 152 +++++++++++++++++++++++++++
 tests/xfs/665.out                 |   2 +
 tests/xfs/666                     | 123 ++++++++++++++++++++++
 tests/xfs/666.out                 |   6 ++
 tests/xfs/667                     | 128 +++++++++++++++++++++++
 tests/xfs/667.out                 |   3 +
 tests/xfs/802                     |   4 +-
 102 files changed, 2781 insertions(+), 93 deletions(-)
--
Zorro Lang
[email protected]
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEI6yX1/+Fhk84DbzBlNbPkfr2tMwFAmnk/PsACgkQlNbPkfr2
tMzdQBAAiUXouBVv6p42zmga3Ep9cF5izt6V1efzyIQyio1DJT+8jw9TDVMMO2ds
LxKaeZDm1BbFKUJhY1VjUQr2mDWT2tIgE/F4pIGWBvFokDJTw366K/uD+BAKhmkp
ao9XRG7ySmbCBVbWcrXry0BTpk9HUXngjy9MdE2eFS2fNehuCMuQsAV8jlCe3jgi
drALYR9zVM4lG9PWl6uyuiImIF3pfUqx+SC3BxEdAsxWL95TYosdLaxEmfSeY7Yu
gUYo+Fsot52a8zURZH441UFoVSB9Qhq5He73DdAGuJMuJsfLNldXYMthsRZFrDPw
6WlKPWSobIkCkhH/G8mZwNjyqWbVdAxAj5WT16mTTRx3wjds6SUXVhiifmPlaDH6
PY63YFOcjFe++5JhBVrj1sD5V7hqyHfmeBmQXpxv/MIv9HOjXJRHbu6i/zZrBzec
3DryW6NT0UtWz9xGDtAv8f3FKRZhCFFpL8fBJ5+CJSR4pnw9AWfbWxFLpt0wT4jr
MmYFFiGJTbKHVfdyieEfyavfsOxLyZAaYsdThvil5WdUqUk/kTTp3YUTE0HKGb/o
tX5y/N9QiUkgX0D3MQ0tCvLtaiuI3vne6A5mV0Ogtj0iqzZDqWHJLLz1Xc2RIwYD
Wa5dax95ftMHR7LQJccfbqwDLZwNoW0vCK2THgNc2792yBxG7Qw=
=V2/8
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.