mbox series

[0/4] fstests/btrfs: add a test case for send v2 and an update

Message ID cover.1669636339.git.fdmanana@suse.com (mailing list archive)
Headers show
Series fstests/btrfs: add a test case for send v2 and an update | expand

Message

Filipe Manana Nov. 28, 2022, 12:07 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

This adds a test case specific for send v2 with some preparatory work in
order to allow for that. Support for v2 send streams was added in
btrfs-progs v5.19 and the kernel support introduced with kernel 6.0.

More send v2 specific tests will be added later.

Filipe Manana (4):
  btrfs: add a _require_btrfs_send_v2 helper
  common: make _filter_fiemap_flags optionally print the encoded flag
  btrfs/280: also verify that fiemap reports extents as encoded
  btrfs: test a case with compressed send stream and a shared extent

 common/btrfs        | 14 +++++++
 common/punch        | 40 ++++++++++++++++++--
 tests/btrfs/280     |  4 +-
 tests/btrfs/280.out | 12 +++---
 tests/btrfs/281     | 89 +++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/281.out | 17 +++++++++
 6 files changed, 164 insertions(+), 12 deletions(-)
 create mode 100755 tests/btrfs/281
 create mode 100644 tests/btrfs/281.out

Comments

Josef Bacik Nov. 28, 2022, 4:05 p.m. UTC | #1
On Mon, Nov 28, 2022 at 12:07:20PM +0000, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> This adds a test case specific for send v2 with some preparatory work in
> order to allow for that. Support for v2 send streams was added in
> btrfs-progs v5.19 and the kernel support introduced with kernel 6.0.
> 
> More send v2 specific tests will be added later.
> 

You can add

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

for the whole series, thanks,

Josef