btrfs-progs/tune
Josef Bacik b3477244f9 btrfs-progs: update read_tree_block to match the kernel definition
The in-kernel version of read_tree_block adds some extra sanity checks
to make sure we don't return blocks that don't match what we expect.
This includes the owning root, the level, and the expected first key.
We don't actually do these checks in btrfs-progs, however kernel code
we're going to sync will expect this calling convention, so update it to
match the in-kernel code and then update all the callers.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2023-05-26 18:02:30 +02:00
..
change-csum.c btrfs-progs: tune: update checksum conversion 2023-02-28 20:11:22 +01:00
change-metadata-uuid.c btrfs-progs: sync uapi/btrfs.h into btrfs-progs 2023-05-26 18:02:28 +02:00
change-uuid.c btrfs-progs: update read_tree_block to match the kernel definition 2023-05-26 18:02:30 +02:00
convert-bgt.c btrfs-progs: introduce UASSERT() for purely userspace code 2023-05-26 18:02:28 +02:00
main.c btrfs-progs: tune: add --convert-to-free-space-tree option 2023-05-26 18:02:27 +02:00
seeding.c
tune.h btrfs-progs: tune: add new option to convert back to extent tree 2023-04-19 01:10:24 +02:00