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.05.14 release. Release Notes: 1) There's 1 new test case in this release -- btrfs/287. 2) A new group named "logical_resolve", for btrfs generally. More updates or fixes as below, thanks for all! Thanks, Zorro The new head of the for-next branch is commit: 33144e0693b5 generic/{094,225}: drop the file allocation unit requirements New commits ([N]ew, [U]pdate): Darrick J. Wong (7): [U] [8c5f19b701ea] fsx: fix indenting of columns in bad buffers report [U] [f093a7503a6a] xfs/262: remove dangerous labels [U] [23e11f53b4b6] generic/724,xfs/791: adjust test preconditions for post-EOF stripe zeroing [U] [715d052a8faf] xfs/{243,245,272,274}: ignore raid alignment flags in bmap output [U] [c387c694bde3] fiemap-tester: holes can be backed by unwritten extents [U] [6a0bba58d043] fiemap: FIEMAP_EXTENT_LAST denotes the last record in the recordset [U] [33144e0693b5] generic/{094,225}: drop the file allocation unit requirements Filipe Manana (5): [U] [a580ecd1dfc6] common/btrfs: add helper to get the bytenr for a file extent item [N] [f635f9c3153c] btrfs: add a test case for the logical to ino ioctl [U] [7ab65dae2751] groups: add logical_resolve group for btrfs [U] [802f42f7a5b2] btrfs/254: correct subject of the relevant kernel patch and add git commit [U] [e35817daa103] btrfs/228: sync filesystem after creating subvolume Code Diffstat: common/btrfs | 52 ++++++++++++++++++ doc/group-names.txt | 1 + ltp/fsx.c | 9 +-- src/fiemap-tester.c | 25 ++++----- tests/btrfs/004 | 2 +- tests/btrfs/228 | 5 ++ tests/btrfs/254 | 6 +- tests/btrfs/287 | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/287.out | 95 ++++++++++++++++++++++++++++++++ tests/btrfs/299 | 20 +------ tests/generic/094 | 5 -- tests/generic/225 | 5 -- tests/generic/724 | 2 +- tests/xfs/243 | 12 ++-- tests/xfs/245 | 6 +- tests/xfs/262 | 2 +- tests/xfs/272 | 4 +- tests/xfs/274 | 8 +-- tests/xfs/791 | 2 +- 19 files changed, 347 insertions(+), 68 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx