thin-provisioning-tools/persistent-data/space-maps
Ming-Hung Tsai 7a1c6dc4bf [space-map-disk] improve performance of finding a free bitmap entry
* Simply test the raw bitmap entries against zero, to avoid
  time-consumed reference-count value extraction.

* Improve the way of iterating entries inside a bitmap:
  Extract 64-bit of bitmap entries at once, and use bitwise shift
  to iterate through the entries.
2020-02-29 17:39:17 +08:00
..
careful_alloc.cc [space map] fix accounting of allocatable blocks (#98) 2018-06-07 07:45:37 +01:00
careful_alloc.h move space maps to their own sub directory 2013-01-10 21:36:38 +00:00
core.h Add some std namespaces to get tests building. 2017-07-24 15:40:17 +01:00
disk_structures.h Merge branch 'low_level_examine_metadata' into merge-show-blocks 2016-02-24 15:24:43 +00:00
disk.cc [space-map-disk] improve performance of finding a free bitmap entry 2020-02-29 17:39:17 +08:00
disk.h [space map disk] tidy up: add const qualifier 2016-06-20 00:40:10 +08:00
noop.h [space-map/noop] Be explicit about returning an optional 2019-06-05 11:07:28 +01:00
recursive.cc Spin-off syscall-related file operations (#78) 2017-04-29 18:51:52 +01:00
recursive.h move space maps to their own sub directory 2013-01-10 21:36:38 +00:00
subtracting_span_iterator.h Take out some 'typename's to support older versions of gcc (Heinz). 2013-08-15 10:35:07 +01:00