mbox series

[0/3] btrfs: add test case for logical-resolve

Message ID cover.1683632565.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: add test case for logical-resolve | expand

Message

Filipe Manana May 9, 2023, 11:52 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Add a test case for btrfs' logical to ino ioctls (v1 and v2). More details
on the changelogs.

Filipe Manana (3):
  common/btrfs: add helper to get the bytenr for a file extent item
  btrfs: add a test case for the logical to ino ioctl
  groups: add logical_resolve group for btrfs

 common/btrfs        |  52 +++++++++++++++
 doc/group-names.txt |   1 +
 tests/btrfs/004     |   2 +-
 tests/btrfs/287     | 154 ++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/287.out |  95 +++++++++++++++++++++++++++
 tests/btrfs/299     |  20 +-----
 6 files changed, 305 insertions(+), 19 deletions(-)
 create mode 100755 tests/btrfs/287
 create mode 100644 tests/btrfs/287.out