Go to file
2011-10-11 12:50:02 +01:00
unit-tests separate out a separate makefile for the tests 2011-08-31 13:53:46 +01:00
.gitignore update ignore file 2011-10-10 10:30:27 +01:00
block.h block manager can now be opened read only or read/write 2011-10-10 17:21:22 +01:00
block.tcc block manager can now be opened read only or read/write 2011-10-10 17:21:22 +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
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 dump now does something useful 2011-10-10 14:10:30 +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 dump now does something useful 2011-10-10 14:10:30 +01:00
human_readable_format.h thin dump now does something useful 2011-10-10 14:10:30 +01:00
main.cc
Makefile add program options to thin_dump 2011-10-10 15:59:37 +01:00
math_utils.h calculate the number of blocks in a metadata device properly 2011-09-02 15:22:46 +01:00
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 dump now does something useful 2011-10-10 14:10:30 +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 dump now does something useful 2011-10-10 14:10:30 +01:00
space_map_disk.h rename btree_validator to btree_checker 2011-08-31 13:38:22 +01:00
space_map.h
thin_dump.cc add program options to thin_dump 2011-10-10 15:59:37 +01:00
thin_repair.cc
thin_restore.cc command line processing for thin_restore 2011-10-10 16:45:32 +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 output superblock in xml format 2011-10-10 16:14:36 +01:00
xml_format.h start an xml format 2011-10-10 15:06:07 +01:00

A suite of tools for thin provisioning on Linux.

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