Go to file
Joe Thornber e82cfbdfa1 add some example metadata dumps 2011-11-16 12:17:23 +00:00
unit-tests thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
xml_metadata add some example metadata dumps 2011-11-16 12:17:23 +00:00
.gitignore update ignore file 2011-10-10 10:30:27 +01:00
Makefile thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
README a slightly better README 2011-09-09 12:08:10 +01:00
block.h thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
block.tcc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
btree.h thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
btree.tcc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
btree_checker.h thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00: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
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
math_utils.h calculate the number of blocks in a metadata device properly 2011-09-02 15:22:46 +01:00
metadata.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
metadata.h thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
metadata_checker.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00: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 thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
metadata_dumper.cc Make all the members of metadata shared_ptrs so it's easier to defer 2011-10-28 16:28:24 +01:00
metadata_dumper.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
restore_emitter.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
restore_emitter.h restore_emitter 2011-10-28 14:01:44 +01:00
space_map.h [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
space_map_core.h rename core_map -> space_map_core 2011-10-28 14:28:59 +01:00
space_map_disk.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
space_map_disk.h thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
space_map_disk_structures.h check metadata reference counts 2011-08-25 15:05:23 +01:00
thin_dump.cc pass an extra open|create enum to metadata ctr 2011-10-28 14:26:06 +01:00
thin_pool.cc Make all the members of metadata shared_ptrs so it's easier to defer 2011-10-28 16:28:24 +01:00
thin_pool.h rename metadata_ll -> metadata 2011-10-28 12:25:06 +01:00
thin_repair.cc pass an extra open|create enum to metadata ctr 2011-10-28 14:26:06 +01:00
thin_restore.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
transaction_manager.cc thin_restore works (well thin_repair thinks it does). 2011-11-03 14:55:36 +00:00
transaction_manager.h Make all the members of metadata shared_ptrs so it's easier to defer 2011-10-28 16:28:24 +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

README

A suite of tools for thin provisioning on Linux.

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