mbox series

[GIT,PULL] fstests: btrfs changes for for-next v2024.03.01

Message ID 20240301071411.55148-1-anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fstests: btrfs changes for for-next v2024.03.01 | expand

Pull-request

https://github.com/asj/fstests.git staged-20240301

Message

Anand Jain March 1, 2024, 7:14 a.m. UTC
Zorro,

Please pull this branch containing test cases for tempfsid and a few other
miscellaneous test cases.

Thank you.

The following changes since commit 386c7b6aa69ebe8017a4728a994f80d55c660de4:

  xfs/122: fix for xfs_attr_shortform removal in 6.8 (2024-02-09 13:27:17 +0800)

are available in the Git repository at:

  https://github.com/asj/fstests.git staged-20240301

for you to fetch changes up to bbc42ac1031c70e40b1191ac747697f0a3e0a5a5:

  btrfs: check conversion of zoned fileystems (2024-03-01 12:28:29 +0800)

----------------------------------------------------------------
Anand Jain (10):
      assign SCRATCH_DEV_POOL to an array
      btrfs: introduce tempfsid test group
      btrfs: create a helper function, check_fsid(), to verify the tempfsid
      btrfs: verify that subvolume mounts are unaffected by tempfsid
      btrfs: check if cloned device mounts with tempfsid
      btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option
      btrfs: introduce helper for creating cloned devices with mkfs
      btrfs: verify tempfsid clones using mkfs
      btrfs: validate send-receive operation with tempfsid.
      btrfs: test tempfsid with device add, seed, and balance

Filipe Manana (1):
      btrfs: test incremental send on sparse file with trailing hole

Johannes Thumshirn (3):
      filter.brtfs: add filter for conversion
      filter.btrfs: add filter for btrfs device add
      btrfs: check conversion of zoned fileystems

Qu Wenruo (3):
      btrfs: validate inconsitent qgroup won't leak reserved data space
      btrfs: btrfs/224 do not assign snapshot to a subvolume qgroup
      btrfs: detect regular qgroup for older kernels correctly

 common/btrfs        | 76 ++++++++++++++++++++++++++++++++++++++++++-
 common/filter.btrfs | 15 +++++++++
 common/rc           | 18 ++++++++---
 doc/group-names.txt |  1 +
 tests/btrfs/224     |  6 ++--
 tests/btrfs/303     | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/303.out | 24 ++++++++++++++
 tests/btrfs/311     | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/311.out | 24 ++++++++++++++
 tests/btrfs/312     | 78 +++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/312.out | 19 +++++++++++
 tests/btrfs/313     | 52 ++++++++++++++++++++++++++++++
 tests/btrfs/313.out | 16 ++++++++++
 tests/btrfs/314     | 78 +++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/314.out | 23 ++++++++++++++
 tests/btrfs/315     | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/315.out | 10 ++++++
 tests/btrfs/316     | 59 ++++++++++++++++++++++++++++++++++
 tests/btrfs/316.out |  2 ++
 tests/btrfs/317     | 67 ++++++++++++++++++++++++++++++++++++++
 tests/btrfs/317.out |  9 ++++++
 21 files changed, 839 insertions(+), 8 deletions(-)
 create mode 100755 tests/btrfs/303
 create mode 100644 tests/btrfs/303.out
 create mode 100755 tests/btrfs/311
 create mode 100644 tests/btrfs/311.out
 create mode 100755 tests/btrfs/312
 create mode 100644 tests/btrfs/312.out
 create mode 100755 tests/btrfs/313
 create mode 100644 tests/btrfs/313.out
 create mode 100755 tests/btrfs/314
 create mode 100644 tests/btrfs/314.out
 create mode 100755 tests/btrfs/315
 create mode 100644 tests/btrfs/315.out
 create mode 100755 tests/btrfs/316
 create mode 100644 tests/btrfs/316.out
 create mode 100755 tests/btrfs/317
 create mode 100644 tests/btrfs/317.out