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.10.08 release. Release Notes: 1) There're 3 new test cases in this release. They're btrfs/298, btrfs/301 and generic/732. Two for btrfs functional testing, and one for a nfs known issue (fixed by upstream). They won't cause panic/hang on old downstream kernel. 2) A big change for btrfs qgroup feature testing. 3) Fix a regression on btrfs/076. 4) Lots of fixes or improvements in this release. More details refer to below, thanks for all your contribution! Thanks, Zorro The new head of the for-next branch is commit: 59299b65ac8f README: Update overlayfs instructions New commits ([N]ew, [U]pdate): Anand Jain (1): [N] [0b70188b651b] btrfs: test scan but not register the single device fs Boris Burkov (6): [U] [c0cafb48a892] common: refactor sysfs_attr functions [U] [587984a47e44] btrfs: quota mode helpers [N] [b887c9f7bd38] btrfs/301: new test for simple quotas [U] [177848f09a13] btrfs: quota rescan helpers [U] [c4e3b3d482d7] btrfs: use new rescan wrapper [U] [15792e35ae9b] btrfs: skip squota incompatible tests Chandan Babu R (1): [U] [809fd13575df] _scratch_mkfs_geom: Fix regex used for matching block size option Darrick J. Wong (3): [U] [4609e9481fe8] xfs/018: make sure that larp mode actually works [U] [9b88ac7ee508] btrfs/300: check existence of unshare arguments [U] [975277cea4c4] xfs/{270,557,600}: update commit id for _fixed_by tag. Filipe Manana (2): [U] [f55e46d62968] fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null [U] [d213e332a32b] btrfs/192: use append operator to output log replay results to $seqres.full Khem Raj (1): [U] [ab81b565f360] fsx: Add a return type to aio_rw Naohiro Aota (4): [U] [0f4d4a18b397] btrfs/283: skip if we cannot write into one extent [U] [80e277fd69a2] btrfs/076: fix file_size variable [U] [7a093dfa66d6] btrfs/295: skip on zoned device as we cannot corrupt it directly [U] [ffa82237277e] common/rc: check error case and fail the test Vyacheslav Yurkov (1): [U] [59299b65ac8f] README: Update overlayfs instructions Yongcheng Yang (1): [N] [fb817fa4be6b] generic: add a test to check move in mountpoints of the same export Code Diffstat: README | 12 -- README.overlay | 9 +- common/btrfs | 64 ++++++++ common/rc | 139 ++++++++++------ ltp/fsx.c | 1 + tests/btrfs/017 | 1 + tests/btrfs/022 | 1 + tests/btrfs/028 | 4 +- tests/btrfs/049 | 2 +- tests/btrfs/057 | 1 + tests/btrfs/060 | 2 +- tests/btrfs/061 | 2 +- tests/btrfs/062 | 2 +- tests/btrfs/063 | 2 +- tests/btrfs/064 | 2 +- tests/btrfs/065 | 2 +- tests/btrfs/066 | 2 +- tests/btrfs/067 | 2 +- tests/btrfs/068 | 2 +- tests/btrfs/069 | 2 +- tests/btrfs/070 | 2 +- tests/btrfs/071 | 2 +- tests/btrfs/072 | 2 +- tests/btrfs/073 | 2 +- tests/btrfs/074 | 2 +- tests/btrfs/076 | 2 +- tests/btrfs/091 | 3 +- tests/btrfs/104 | 2 +- tests/btrfs/123 | 2 +- tests/btrfs/126 | 2 +- tests/btrfs/136 | 2 +- tests/btrfs/139 | 2 +- tests/btrfs/153 | 2 +- tests/btrfs/171 | 6 +- tests/btrfs/179 | 2 +- tests/btrfs/180 | 2 +- tests/btrfs/190 | 2 +- tests/btrfs/192 | 4 +- tests/btrfs/193 | 2 +- tests/btrfs/210 | 2 +- tests/btrfs/224 | 6 +- tests/btrfs/230 | 2 +- tests/btrfs/232 | 4 +- tests/btrfs/261 | 2 +- tests/btrfs/283 | 8 + tests/btrfs/286 | 2 +- tests/btrfs/295 | 2 + tests/btrfs/298 | 55 +++++++ tests/btrfs/298.out | 2 + tests/btrfs/300 | 2 +- tests/btrfs/301 | 444 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/301.out | 18 ++ tests/ext4/057 | 2 +- tests/ext4/307 | 2 +- tests/generic/068 | 2 +- tests/generic/269 | 2 +- tests/generic/409 | 2 +- tests/generic/410 | 2 +- tests/generic/411 | 2 +- tests/generic/589 | 2 +- tests/generic/732 | 58 +++++++ tests/generic/732.out | 2 + tests/xfs/018 | 13 ++ tests/xfs/051 | 2 +- tests/xfs/057 | 2 +- tests/xfs/270 | 2 +- tests/xfs/297 | 2 +- tests/xfs/305 | 2 +- tests/xfs/538 | 2 +- tests/xfs/557 | 2 +- tests/xfs/600 | 2 +- 71 files changed, 828 insertions(+), 125 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx