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 v2023.04.09 release. Release Note: 1. There's not new test case this week, most of patches are cases or helpers updating/fixing. 2. This release brings in MAINTAINERS and get_maintainer.pl (copied from linux project, then made a few changes), to record some mailing list or people who are related with fstests, and shows email address can be CCed for a specific fstests patch. (P.S. the MAINTAINERS file isn't the final version.) Thanks, Zorro The new head of the for-next branch is commit: 3a56e665384e fstests/MAINTAINERS: add a co-maintainer for btrfs testing part New commits ([New], [U]pdate): Anthony Iliopoulos (1): [U] [c91ff78d21f6] common: switch _get_{available,total}_space accounting to units of single bytes Darrick J. Wong (6): [U] [5858995b1f4e] generic/{251,260}: compute maximum fitrim offset [U] [7d5d3f77154e] xfs/242: fix _filter_bmap for xfs_io bmap that does rt file properly [U] [ccf4d08d12e3] common/report: fix typo in FSSTRESS_AVOID [U] [a8e4eb5f7d2f] common/populate: fix btree-format xattr creation on xfs [U] [c7db4edfe967] populate: create fewer subdirs when constructing directories [U] [8d69dc3757ce] populate: create fewer holes in directories and xattrs Zorro Lang (5): [N] [2a442d6a587d] fstests: add MAINTAINERS and get_maintainer.pl files [U] [d349bd4a0dff] tools/get_maintainer.pl: remove penguin chiefs [U] [c72cc820eb60] fstests/MAINTAINERS: add supported mailing list [U] [3a49eed5c634] fstests/MAINTAINERS: add some specific reviewers [U] [3a56e665384e] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part Code Diffstat: MAINTAINERS | 200 ++++ common/populate | 63 +- common/punch | 8 + common/rc | 23 +- common/report | 2 +- common/xfs | 8 + src/popdir.pl | 15 +- tests/generic/251 | 2 +- tests/generic/260 | 2 +- tools/get_maintainer.pl | 2573 +++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 2876 insertions(+), 20 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx