Qu Wenruo
97e3823933
btrfs: introduce a bitmap based csum range search function
...
Although we have an existing function, btrfs_lookup_csums_range(), to
find all data checksums for a range, it's based on a btrfs_ordered_sum
list.
For the incoming RAID56 data checksum verification at RMW time, we don't
want to waste time by allocating temporary memory.
So this patch will introduce a new helper, btrfs_lookup_csums_bitmap().
It will use bitmap based result, which will be a perfect fit for later
RAID56 usage.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2022-12-05 18:00:57 +01:00
..
2022-12-05 18:00:54 +01:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:43 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:46 +01:00
2022-05-16 17:03:15 +02:00
2022-07-25 17:45:36 +02:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:50 +01:00
2022-12-05 18:00:51 +01:00
2022-12-05 18:00:51 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:57 +01:00
2022-05-16 17:03:12 +02:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:53 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:45 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:53 +01:00
2022-12-05 18:00:43 +01:00
2022-12-05 18:00:45 +01:00
2022-05-16 17:17:31 +02:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:45 +01:00
2020-12-08 15:54:02 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:41 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:45 +01:00
2022-12-05 18:00:51 +01:00
2019-11-18 17:51:51 +01:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:49 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:43 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:46 +01:00
2022-01-20 08:52:55 +02:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:45 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:36 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:56 +01:00
2021-01-07 17:25:05 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:40 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:43 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:55 +01:00
2020-03-23 17:01:53 +01:00
2022-12-05 18:00:42 +01:00
2019-04-29 19:02:49 +02:00
2022-12-05 18:00:53 +01:00
2020-03-23 17:01:54 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:51 +01:00
2022-12-05 18:00:41 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:41 +01:00
2022-05-16 17:03:11 +02:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:48 +01:00
2020-10-07 12:12:21 +02:00
2022-12-05 18:00:54 +01:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:43 +01:00
2022-05-16 17:03:09 +02:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:43 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:50 +01:00
2022-12-05 18:00:50 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:51 +01:00
2022-12-05 18:00:41 +01:00
2022-12-05 18:00:55 +01:00