Re: [PATCH v2 3/4] block/copy-before-write: inverse access bitmap

2025-06-09 Thread Vladimir Sementsov-Ogievskiy
On 28.05.25 15:07, Andrey Zhadchenko wrote: HBitmaps allow us to search set bits pretty fast. On the contrary, when searching zeroes, we may be forced to fully traverse the lower level. When we run blockdev-backup with mode=full on top of snapshot filter + cbw filter, the job fills copy bitmap by

[PATCH v2 3/4] block/copy-before-write: inverse access bitmap

2025-05-28 Thread Andrey Zhadchenko
HBitmaps allow us to search set bits pretty fast. On the contrary, when searching zeroes, we may be forced to fully traverse the lower level. When we run blockdev-backup with mode=full on top of snapshot filter + cbw filter, the job fills copy bitmap by calling block_status() with range (X, virtual