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 v2025.12.09 version. Thanks, Zorro The new head of the master branch is commit: df16c93a89d3 generic: add tests for file delegations New commits: Christoph Hellwig (2): [37a5ef84413e] generic/484: force I/O to the data device for XFS [74c8afa4f132] xfs/049: create the nested XFS file systems on the loop device Darrick J. Wong (1): [1b37d45c4373] fsstress: allow multiple suboptions to -f Donald Douwsma (1): [5760b2105985] xfs: test case for handling io errors when reading extended attributes Filipe Manana (2): [7e5537c5ec3f] generic: test a scenario of power failure after renames and fsyncs [3970e305333e] generic: test journaling after renaming fsynced file and fsync parent dir Jeff Layton (3): [bf6ed3418e0f] common/rc: clean up after the _require_test_fcntl_setlease() test [4e77fcc28c03] generic: add tests for directory delegations [df16c93a89d3] generic: add tests for file delegations Sidong Yang (1): [d569940311fd] btrfs/339: test receive dump stream for different user Code Diffstat: common/locktest | 19 +- common/rc | 11 + common/scsi_debug | 8 +- ltp/fsstress.c | 43 ++-- src/locktest.c | 621 +++++++++++++++++++++++++++++++++++++++++++++++++- tests/btrfs/339 | 32 +++ tests/btrfs/339.out | 2 + tests/generic/484 | 3 + tests/generic/784 | 76 ++++++ tests/generic/784.out | 19 ++ tests/generic/785 | 73 ++++++ tests/generic/785.out | 4 + tests/generic/786 | 19 ++ tests/generic/786.out | 2 + tests/generic/787 | 20 ++ tests/generic/787.out | 2 + tests/xfs/049 | 5 +- tests/xfs/649 | 139 +++++++++++ tests/xfs/649.out | 2 + 19 files changed, 1068 insertions(+), 32 deletions(-) -- Zorro Lang zlang@kernel.org