On Fri, Mar 8, 2024 at 2:46 PM Anand Jain <anand.jain@xxxxxxxxxx> wrote: > > Zorro, > > Please pull this branch containing bug fixes. > This changes are based on your branch for-next as below. > > Thank you. > > The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48: > > btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800) > > are available in the Git repository at: > > https://github.com/asj/fstests.git staged-20240308 > > for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277: > > btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800) > > ---------------------------------------------------------------- > Anand Jain (1): > common/rc: specify required device size > > Filipe Manana (1): > btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option() David's review tag is missing for that patch btw (and it came before your review and cherry pick): https://lore.kernel.org/fstests/20240307095908.34913ff0@echidna/ > > Josef Bacik (8): > btrfs/011: increase the runtime for replace cancel > btrfs/012: adjust how we populate the fs to convert > btrfs/131: don't run with subpage blocksizes > btrfs/213: make the test more reliable > btrfs/271: adjust failure condition > btrfs/287,btrfs/293: filter all btrfs subvolume delete calls > btrfs/291: remove image file after teardown > btrfs: test normal qgroup operations in a compress friendly way > > check | 6 --- > common/btrfs | 2 +- > common/rc | 9 ++++- > tests/btrfs/011 | 9 ++++- > tests/btrfs/012 | 14 ++++--- > tests/btrfs/022 | 86 ++--------------------------------------- > tests/btrfs/131 | 4 ++ > tests/btrfs/213 | 20 +++++----- > tests/btrfs/271 | 11 +++--- > tests/btrfs/287 | 4 +- > tests/btrfs/287.out | 2 +- > tests/btrfs/291 | 2 +- > tests/btrfs/293 | 6 +-- > tests/btrfs/293.out | 4 +- > tests/btrfs/320 | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/320.out | 2 + > 16 files changed, 164 insertions(+), 124 deletions(-) > create mode 100755 tests/btrfs/320 > create mode 100644 tests/btrfs/320.out >