thin-provisioning-tools/src/pdata
Ming-Hung Tsai 9ab8dfa283 [space_map (rust)] Fix bitmap packing
- Allow packing unaligned number of bitmap entries that could happen
  with the last bitmap. Unused trailing entries are zeroed by memset.
- Fix none_free_before in index_entry
2021-06-16 01:39:31 +08:00
..
array_builder.rs [btree_builder] Rename Builder to BTreeBuilder for clarity 2021-06-16 01:39:31 +08:00
array_walker.rs [cache (rust)] Fix bugs in array iteration and text outputs 2021-05-13 21:36:52 +08:00
array.rs [array (rust)] Implement Pack for restoration 2021-05-28 03:19:42 +08:00
bitset.rs [cache (rust)] Fix bugs in array iteration and text outputs 2021-05-13 21:36:52 +08:00
btree_builder.rs [btree_builder] Rename Builder to BTreeBuilder for clarity 2021-06-16 01:39:31 +08:00
btree_leaf_walker.rs [thin_dump (rust)] Use common leaf sequences to pack metadata 2021-05-28 00:07:32 +08:00
btree_merge.rs Fix a lot of clippy warnings 2021-02-08 10:38:21 +00:00
btree_walker.rs [all] Apply cargo fmt, and fix clippy warnings 2021-05-11 23:53:31 +08:00
btree.rs [all] Apply cargo fmt, and fix clippy warnings 2021-05-11 23:53:31 +08:00
mod.rs [space_map (rust)] Factor out space_map_metadata 2021-05-28 03:19:42 +08:00
space_map_checker.rs [space_map (rust)] Fix uninitialized bytes in index block 2021-06-08 20:17:24 +08:00
space_map_common.rs [space_map (rust)] Fix bitmap packing 2021-06-16 01:39:31 +08:00
space_map_disk.rs [btree_builder] Rename Builder to BTreeBuilder for clarity 2021-06-16 01:39:31 +08:00
space_map_metadata.rs [space_map (rust)] Fix uninitialized bytes in index block 2021-06-08 20:17:24 +08:00
space_map.rs [space_map (rust)] Do not reset search position 2021-06-11 20:51:49 +08:00
unpack.rs [all] Apply cargo fmt 2021-05-04 16:10:23 +08:00