From: Filipe Manana <fdmanana@xxxxxxxx> 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 -- 2.35.1