Go to file
2011-10-28 14:01:44 +01:00
unit-tests add a cache to the block manager 2011-10-24 18:04:19 +01:00
.gitignore update ignore file 2011-10-10 10:30:27 +01:00
block.h add a cache to the block manager 2011-10-24 18:04:19 +01:00
block.tcc add a cache to the block manager 2011-10-24 18:04:19 +01:00
btree_checker.h fix another breakage in btree_checker 2011-10-11 12:50:02 +01:00
btree.h thin dump now does something useful 2011-10-10 14:10:30 +01:00
btree.tcc thin dump now does something useful 2011-10-10 14:10:30 +01:00
cache.h add a cache to the block manager 2011-10-24 18:04:19 +01:00
checksum.cc more checksum stuff 2011-09-16 10:08:53 +01:00
checksum.h more checksum stuff 2011-09-16 10:08:53 +01:00
core_map.h factor sm_disk_base out of sm_disk for reuse with sm_disk_metadata. 2011-08-15 11:51:49 +01:00
emitter.h we need to dump the time field of the mappings also 2011-10-28 13:53:15 +01:00
endian_utils.cc create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
endian_utils.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
error_set.cc check metadata reference counts 2011-08-25 15:05:23 +01:00
error_set.h check metadata reference counts 2011-08-25 15:05:23 +01:00
hex_dump.cc more checksum stuff 2011-09-16 10:08:53 +01:00
hex_dump.h more checksum stuff 2011-09-16 10:08:53 +01:00
human_readable_format.cc we need to dump the time field of the mappings also 2011-10-28 13:53:15 +01:00
human_readable_format.h thin dump now does something useful 2011-10-10 14:10:30 +01:00
main.cc space map disk 2011-07-22 16:09:56 +01:00
Makefile restore_emitter 2011-10-28 14:01:44 +01:00
math_utils.h calculate the number of blocks in a metadata device properly 2011-09-02 15:22:46 +01:00
metadata_checker.cc rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
metadata_checker.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
metadata_disk_structures.cc create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
metadata_disk_structures.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
metadata_dumper.cc we need to dump the time field of the mappings also 2011-10-28 13:53:15 +01:00
metadata_dumper.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
metadata.cc rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
metadata.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
README a slightly better README 2011-09-09 12:08:10 +01:00
restore_emitter.cc restore_emitter 2011-10-28 14:01:44 +01:00
restore_emitter.h restore_emitter 2011-10-28 14:01:44 +01:00
space_map_disk_structures.h check metadata reference counts 2011-08-25 15:05:23 +01:00
space_map_disk.cc [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
space_map_disk.h rename btree_validator to btree_checker 2011-08-31 13:38:22 +01:00
space_map.h [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
thin_dump.cc rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
thin_pool.cc we need to dump the time field of the mappings also 2011-10-28 13:53:15 +01:00
thin_pool.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
thin_repair.cc rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
thin_restore.cc thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00
transaction_manager.cc g++ 4.4 fixups 2011-09-01 10:42:57 +01:00
transaction_manager.h g++ 4.4 fixups 2011-09-01 10:42:57 +01:00
xml_format.cc we need to dump the time field of the mappings also 2011-10-28 13:53:15 +01:00
xml_format.h thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00

A suite of tools for thin provisioning on Linux.

Requires the g++ and the boost libraries to build.