Zorro, Some of the patches here were part of a group where other patches might need revision. However, these patches are ready for integration. Please pull. Thank you. The following changes since commit ec5b77f70e602b2312bd25ac9d6f7c507d47f2a6: fstests: add missing commit IDs to some tests (2024-03-13 23:56:38 +0800) are available in the Git repository at: https://github.com/asj/fstests/tree/staged-20240324 for you to fetch changes up to 805eeea406a7cd78ab76f91cb061bce7e9a3e83c: fstests: btrfs/195: skip raid setups not in the profile configs (2024-03-24 19:57:42 +0800) ---------------------------------------------------------------- Anand Jain (2): common/btrfs: introduce _require_btrfs_send_version generic: test mount fails on physical device with configured dm volume Boris Burkov (3): btrfs/320: skip -O squota runs btrfs/277: specify protocol version 3 for verity send btrfs/316: use rescan wrapper David Sterba (1): common/rc: use proper temporary file path in _repair_test_fs() Josef Bacik (3): btrfs/131,btrfs/172,btrfs/206: add check for block-group-tree feature in btrfs btrfs/330: add test to validate ro/rw subvol mounting fstests: btrfs/195: skip raid setups not in the profile configs common/btrfs | 20 +++++++++++++---- common/rc | 4 ++-- tests/btrfs/131 | 2 ++ tests/btrfs/172 | 3 +++ tests/btrfs/195 | 8 +++++++ tests/btrfs/206 | 3 +++ tests/btrfs/277 | 3 ++- tests/btrfs/281 | 2 +- tests/btrfs/284 | 2 +- tests/btrfs/316 | 3 ++- tests/btrfs/320 | 6 ++++-- tests/btrfs/330 | 53 +++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/330.out | 6 ++++++ tests/generic/741 | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ tests/generic/741.out | 3 +++ 15 files changed, 166 insertions(+), 12 deletions(-) create mode 100755 tests/btrfs/330 create mode 100644 tests/btrfs/330.out create mode 100755 tests/generic/741 create mode 100644 tests/generic/741.out