Go to file
2011-10-25 14:47:49 +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
emitter.h thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00
endian_utils.cc
endian_utils.h
error_set.cc
error_set.h
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 thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00
human_readable_format.h thin dump now does something useful 2011-10-10 14:10:30 +01:00
main.cc
Makefile thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00
math_utils.h
metadata_disk_structures.cc
metadata_disk_structures.h
metadata_dump.cc output superblock in xml format 2011-10-10 16:14:36 +01:00
metadata.cc [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
metadata.h add program options to thin_dump 2011-10-10 15:59:37 +01:00
README a slightly better README 2011-09-09 12:08:10 +01:00
space_map_disk_structures.h
space_map_disk.cc [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
space_map_disk.h
space_map.h [thin_repair] speed up ref count validation 2011-10-25 11:27:59 +01:00
thin_dump.cc add program options to thin_dump 2011-10-10 15:59:37 +01:00
thin_repair.cc
thin_restore.cc thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +01:00
transaction_manager.cc
transaction_manager.h
xml_format.cc thin_restore now parses xml and hands to an emitter 2011-10-25 14:47:49 +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.