linux/fs/btrfs/tests
Josef Bacik 19d7f65f03 btrfs: convert the buffer_radix to an xarray
In order to fully utilize xarray tagging to improve writeback we need to
convert the buffer_radix to a proper xarray.  This conversion is
relatively straightforward as the radix code uses the xarray underneath.
Using xarray directly allows for quite a lot less code.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2025-05-15 14:30:50 +02:00
..
btrfs-tests.c btrfs: convert the buffer_radix to an xarray 2025-05-15 14:30:50 +02:00
btrfs-tests.h btrfs: selftests: add delayed ref self test cases 2025-01-13 14:53:13 +01:00
delayed-refs-tests.c btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction 2025-02-17 17:24:14 +01:00
extent-buffer-tests.c btrfs: abort transaction on generation mismatch when marking eb as dirty 2023-10-12 16:44:07 +02:00
extent-io-tests.c btrfs: use unsigned types for constants defined as bit shifts 2025-05-15 14:30:48 +02:00
extent-map-tests.c btrfs: rename remaining exported extent map functions 2025-05-15 14:30:45 +02:00
free-space-tests.c
free-space-tree-tests.c
inode-tests.c btrfs: rename functions to allocate and free extent maps 2025-05-15 14:30:45 +02:00
qgroup-tests.c
raid-stripe-tree-tests.c btrfs: selftests: add a selftest for deleting two out of three extents 2025-01-14 15:57:55 +01:00