thin-provisioning-tools/thin-provisioning
Ming-Hung Tsai f3c2ade90a [thin_ll_dump] Fix potential segfault while reading invalid subtree roots 2021-10-21 21:58:09 +08:00
..
cache_stream.cc [all] Fix resource leaks 2021-06-02 00:51:39 +08:00
cache_stream.h Merge branch 'master' of github.com:jthornber/thin-provisioning-tools 2020-04-08 12:30:26 +01:00
chunk_stream.cc [thin_show_dups] remove variable number of mems per chunks. 2015-09-04 13:48:02 +01:00
chunk_stream.h [thin_show_dups] tidy up reporting 2015-09-04 15:16:49 +01:00
commands.cc [build] Enable building the dev-tools for functional tests 2021-01-12 16:08:51 +08:00
commands.h [thin_debug] Integrate thin_debug into the main program 2021-02-03 15:51:52 +08:00
create_xml_data create_xml_data: fix mapping variation check 2013-07-10 17:15:18 +02:00
damage_generator.cc [thin_generate_damage] Do not open a new transaction to prevent ref-count underflow 2020-11-24 18:18:21 +08:00
damage_generator.h [thin_generate_damage] Introduce tools to generate metadata damage 2020-07-25 16:53:44 +08:00
devel_commands.cc [thin_debug] Integrate thin_debug into the main program 2021-02-03 15:51:52 +08:00
device_tree.cc [thin_check/dump] Under populated nodes are now 'non fatal errors' 2020-07-02 16:03:23 +01:00
device_tree.h [thin] Fix typo 2021-10-20 20:23:27 +08:00
emitter.h [all] Switch from boost::shared_ptr -> std::shared_ptr. 2020-04-30 15:02:43 +01:00
fixed_chunk_stream.cc [thin_show_dups] Support fractions of a pool block size 2015-09-08 17:09:41 +01:00
fixed_chunk_stream.h [thin_show_dups] Support fractions of a pool block size 2015-09-08 17:09:41 +01:00
human_readable_format.cc [thin_dump] human_readable emitter didn't print the metadata_snap. 2018-04-17 10:29:31 +01:00
human_readable_format.h Move source into separate sub directories. 2013-01-02 12:55:41 +00:00
main.cc Move source into separate sub directories. 2013-01-02 12:55:41 +00:00
mapping_tree.cc [thin] Fix indent and trailing whitespaces 2020-07-29 16:47:22 +08:00
mapping_tree.h [btree] Fix ref-counting on overwritten values 2021-09-22 17:05:59 +08:00
metadata.cc [thin] Fix indent and trailing whitespaces 2020-07-29 16:47:22 +08:00
metadata.h [all] Eliminate duplicated sector_t typedefs 2020-06-19 18:07:55 +08:00
metadata_checker.cc [metadata_counter] Count under populated nodes if the option is provided 2020-11-24 18:18:21 +08:00
metadata_checker.h [thin_check] Allow using --clear-needs-check and --skip-mappings together 2020-11-24 18:17:36 +08:00
metadata_counter.cc [metadata_counter] Count under populated nodes if the option is provided 2020-11-24 18:18:21 +08:00
metadata_counter.h [metadata_counter] Count under populated nodes if the option is provided 2020-11-24 18:18:21 +08:00
metadata_dumper.cc [thin_repair/thin_dump] Exclude unwanted btree nodes 2021-08-24 22:26:22 +08:00
metadata_dumper.h [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
override_emitter.cc Add some ftests, and fixup whitespace from Nikhil's work 2019-10-28 11:52:21 +00:00
override_emitter.h Add some ftests, and fixup whitespace from Nikhil's work 2019-10-28 11:52:21 +00:00
pool_stream.cc [thin_show_dups] tidy up reporting 2015-09-04 15:16:49 +01:00
pool_stream.h [thin_show_dups] tidy up reporting 2015-09-04 15:16:49 +01:00
restore_emitter.cc [thin] Clear superblock flags in restored metadata 2021-06-07 19:06:56 +08:00
restore_emitter.h Corrupt superblock repair 2019-10-25 15:02:56 +05:30
rmap_visitor.cc Give up with --std=c++11 2013-08-08 10:49:59 +01:00
rmap_visitor.h [base] Move run_set to namespace base 2020-07-29 15:33:25 +08:00
shared_library_emitter.cc [thin_dump] Fix leaked shared object handle 2021-06-02 03:43:58 +08:00
shared_library_emitter.h [thin_dump] --format custom=<shared lib> 2016-03-24 13:59:08 +00:00
static_library_emitter.cc remove debug print 2017-02-06 13:11:10 +03:00
superblock.cc [thin_check] Add support for --metadata-snap. 2020-06-09 14:25:19 +01:00
superblock.h [thin_check] Add support for --metadata-snap. 2020-06-09 14:25:19 +01:00
thin_check.cc [metadata_checker] Rename function to reflect command line changes 2020-08-14 18:49:41 +08:00
thin_debug.cc [dbg] Pull out common code into dbg-lib 2021-02-21 01:04:35 +08:00
thin_delta.cc [tests] Fix minor test errors 2021-06-21 23:27:51 +08:00
thin_dump.cc [thin_dump] Fix warnings on potential NULL pointer 2021-06-03 18:54:26 +08:00
thin_generate_damage.cc [thin_generate_damage] Add help text 2020-07-30 23:00:50 +08:00
thin_generate_mappings.cc [io_generator] Support mixed sequential and random io pattern 2020-07-25 17:46:59 +08:00
thin_generate_metadata.cc [thin_generate_metadata] Fix command line options 2020-07-25 16:53:44 +08:00
thin_journal.cc [dev-tools] Update dev tools to use non-template version of block_manager. 2020-05-01 14:11:33 +01:00
thin_journal.h [dev-tools] Update dev tools to use non-template version of block_manager. 2020-05-01 14:11:33 +01:00
thin_journal_check.cc [dev-tools] Update dev tools to use non-template version of block_manager. 2020-05-01 14:11:33 +01:00
thin_ll_dump.cc [thin_ll_dump] Fix potential segfault while reading invalid subtree roots 2021-10-21 21:58:09 +08:00
thin_ll_restore.cc [dev-tools] Update dev tools to use non-template version of block_manager. 2020-05-01 14:11:33 +01:00
thin_ls.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
thin_metadata_size.cc [thin_metadata_size] Fix potential string overflow 2021-06-03 18:54:26 +08:00
thin_metadata_size.rb thin_metadata_size: Fix long names of units 2014-05-17 03:51:06 -04:00
thin_patch_superblock.cc [thin] Introduce thin_patch_superblock to override superblock fields 2020-11-24 14:57:05 +08:00
thin_pool.cc [thin_generate_metadata] Support setting the needs_check flag 2020-07-25 16:53:44 +08:00
thin_pool.h [thin_generate_metadata] Support setting the needs_check flag 2020-07-25 16:53:44 +08:00
thin_repair.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
thin_restore.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
thin_rmap.cc [base] Move run_set to namespace base 2020-07-29 15:33:25 +08:00
thin_scan.cc [dev-tools] Update dev tools to use non-template version of block_manager. 2020-05-01 14:11:33 +01:00
thin_show_duplicates.cc [thin_show_duplicates] Fix potential errors 2021-06-03 18:50:20 +08:00
thin_show_metadata.cc [thin_show_metadata] Fix out-of-bounds access 2021-06-02 00:51:39 +08:00
thin_trim.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
variable_chunk_stream.cc [thin_show_dups] tidy up reporting 2015-09-04 15:16:49 +01:00
variable_chunk_stream.h [thin_show_dups] tidy up reporting 2015-09-04 15:16:49 +01:00
xml_format.cc [emitter] Preserve the flags and version entries in superblock 2016-02-27 15:20:02 +08:00
xml_format.h [*_restore] Add progress bar to cache_restore and era_restore. 2014-08-26 13:05:21 +01:00