From: Filipe Manana <fdmanana@xxxxxxxx> This adds two new btrfs specific tests to verify fiemap correctly reports extent sharedness in a couple of scenarios recently fixed in kernel 6.1-rc2. More details on the test files. Filipe Manana (3): common/punch: fix flags printing for filter _filter_fiemap_flags btrfs: test that fiemap reports extent as not shared after deleting file btrfs: test fiemap reports extent as not shared after COWing it in snapshot common/punch | 2 ++ tests/btrfs/279 | 82 +++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/279.out | 39 +++++++++++++++++++++ tests/btrfs/280 | 64 +++++++++++++++++++++++++++++++++++ tests/btrfs/280.out | 21 ++++++++++++ 5 files changed, 208 insertions(+) create mode 100755 tests/btrfs/279 create mode 100644 tests/btrfs/279.out create mode 100755 tests/btrfs/280 create mode 100644 tests/btrfs/280.out -- 2.35.1