Heinz Mauelshagen
|
feadce51b8
|
Add missing cache tools manual pages and update Makefile.in respectively
|
2013-10-18 16:17:06 +02:00 |
|
Joe Thornber
|
20bf22e662
|
[caching] handle VARIABLE_HINT_SIZE incompat flag
|
2013-10-17 11:45:20 +01:00 |
|
Joe Thornber
|
c7b67659a5
|
bump version
|
2013-10-17 10:09:25 +01:00 |
|
Joe Thornber
|
d3187d25f5
|
[caching] superblock field wasn't getting initialised in default ctr
|
2013-10-17 10:08:43 +01:00 |
|
Joe Thornber
|
900172ef79
|
[unit-tests, cache_superblock_t] update tests to reflect superblock_flags changes
|
2013-10-15 20:55:04 +01:00 |
|
Joe Thornber
|
8987d8f92c
|
update ignore file
|
2013-10-15 20:47:11 +01:00 |
|
Joe Thornber
|
05effffdf9
|
[thin-provisioning] re-write metadata_dumper.cc
|
2013-10-16 10:20:43 +01:00 |
|
Joe Thornber
|
b87742ccff
|
[thin-provisioning] walk_mapping_tree()
|
2013-10-16 10:20:15 +01:00 |
|
Joe Thornber
|
a06139ef9f
|
[thin-provisioning] walk_device_tree()
|
2013-10-16 10:19:29 +01:00 |
|
Joe Thornber
|
0fe7dddd8a
|
whitespace
|
2013-10-15 10:51:35 +01:00 |
|
Joe Thornber
|
9dc4a97cb7
|
[thin_check] thin_check wasn't giving a non-zero exit code for damage in mapping trees
|
2013-10-15 10:40:26 +01:00 |
|
Joe Thornber
|
f8633da296
|
[cache_restore] --debug-override-metadata-version
A flag that deliberately causes the wrong metadata version to be
written. Useful for testing the kernel module.
|
2013-10-15 10:24:12 +01:00 |
|
Joe Thornber
|
c92aff63e2
|
Update Gemfile.lock
|
2013-10-14 21:16:36 +01:00 |
|
Joe Thornber
|
3b11749dcf
|
[caching tools] handle version 1 metadata where policy_hint_width is zero
|
2013-10-14 12:40:13 +01:00 |
|
Heinz Mauelshagen
|
d8bc85da09
|
Merge remote-tracking branch 'ejt/master'
|
2013-10-11 15:25:31 +02:00 |
|
Joe Thornber
|
b177275816
|
Merge branch 'master' of github.com:jthornber/thin-provisioning-tools
|
2013-10-11 13:35:21 +01:00 |
|
Joe Thornber
|
9a24867281
|
[caching/superblock] policy_version[] was in the wrong place in structure.
|
2013-10-11 13:35:01 +01:00 |
|
Joe Thornber
|
a31da1eb71
|
[features] remove an old @announce
|
2013-10-11 13:33:19 +01:00 |
|
Joe Thornber
|
d2e81a0a19
|
[caching] introduce superblock_flags class
|
2013-10-11 13:32:57 +01:00 |
|
Joe Thornber
|
764ee0b0c5
|
[cache_check] tweak exception handling; there was a window where they weren't caught
|
2013-10-11 11:04:06 +01:00 |
|
Joe Thornber
|
3a0e07e921
|
[cache_check.feature] version nr wasn't being checked properly
|
2013-10-11 11:03:26 +01:00 |
|
Joe Thornber
|
ead63cd251
|
[caching/superblock] remove some old debug
|
2013-10-11 11:02:54 +01:00 |
|
Joe Thornber
|
6aae6aabb4
|
[caching/metadata] superblock was being zeroed on creation, rather than letting the constructor do it's stuff.
|
2013-10-11 11:02:04 +01:00 |
|
Joe Thornber
|
d54bc41026
|
[cache_check] fixup version number
|
2013-10-11 10:33:32 +01:00 |
|
Joe Thornber
|
ea15a329d7
|
[cache_check] Now checks discard bitset
|
2013-10-11 10:22:02 +01:00 |
|
Joe Thornber
|
e3d87c5386
|
update ignore file
|
2013-10-11 10:20:29 +01:00 |
|
Joe Thornber
|
6b6f2290a7
|
[cache_dump/restore] add discards to the xml format
|
2013-10-11 10:03:51 +01:00 |
|
Joe Thornber
|
5dbaf8371c
|
[caching] start wiring up the discard bitset
|
2013-10-10 13:08:04 +01:00 |
|
Joe Thornber
|
9b5bf559ec
|
[persistent-data/data-structures] add method to visit values and damage in a bitset
|
2013-10-10 12:55:10 +01:00 |
|
Joe Thornber
|
347de67e2d
|
[persistent-data/data-structures/bitset] Use pimpl idiom to hide implementation.
|
2013-10-10 12:17:34 +01:00 |
|
Joe Thornber
|
e9e46e871f
|
[caching/xml_format] '/' was ommitted from hint tags
|
2013-10-10 11:38:28 +01:00 |
|
Joe Thornber
|
b443000a29
|
[caching/metadata_dump] valid_blocks should have been passed by reference
|
2013-10-10 11:27:34 +01:00 |
|
Joe Thornber
|
8af2f0cb1f
|
[caching/metadata] setup the hint array when reopening metadata
|
2013-10-10 11:26:55 +01:00 |
|
Joe Thornber
|
8cfffe309c
|
[caching/hint_array] resize the destination before unpacking a hint
|
2013-10-10 11:26:13 +01:00 |
|
Joe Thornber
|
3d8eab2974
|
[caching/xml_format] hints weren't being indented
|
2013-10-10 11:25:29 +01:00 |
|
Joe Thornber
|
d5a93691e1
|
[cache_dump/restore] Use base64 encoding for the hints
|
2013-10-10 10:34:37 +01:00 |
|
Joe Thornber
|
a29b5c8d07
|
[base] bse64 encoder
Really slow implementation. Speed up on a rainy day.
|
2013-10-10 10:18:46 +01:00 |
|
Joe Thornber
|
83f1e4bdd9
|
[caching/metadata_dump] only dump valid hints
|
2013-10-09 10:49:53 +01:00 |
|
Joe Thornber
|
c6487fd283
|
[cache_repair] written
|
2013-10-09 10:42:14 +01:00 |
|
Joe Thornber
|
9b9b7771e9
|
[caching] factor metadata_dump out of cache_dump
|
2013-10-09 10:22:06 +01:00 |
|
Joe Thornber
|
97f4f0b0bb
|
[cache_dump] hints are dumped, and respect --repair
|
2013-10-09 09:48:20 +01:00 |
|
Joe Thornber
|
19a1596591
|
[caching/hint_array] add walk method
|
2013-10-09 09:45:17 +01:00 |
|
Joe Thornber
|
d02b3b6399
|
[cache_dump] dumping mappings respects --repair
|
2013-10-08 12:41:40 +01:00 |
|
Joe Thornber
|
024216a5ff
|
[caching] a couple of methods didn't need to be virtual
|
2013-10-08 12:39:34 +01:00 |
|
Joe Thornber
|
08142c0c66
|
[caching] introduce walk_mapping_array()
|
2013-10-08 12:12:01 +01:00 |
|
Joe Thornber
|
2ecf051336
|
[cache_dump] add --repair flag (not functional yet)
|
2013-10-08 11:54:22 +01:00 |
|
Joe Thornber
|
505cf95109
|
[cache_check] --super-block-only, --skip-mappings, --skip-hints
|
2013-10-08 11:34:10 +01:00 |
|
Joe Thornber
|
bd06f58f6f
|
[cache_check] feature to test --quiet
|
2013-10-08 11:21:31 +01:00 |
|
Joe Thornber
|
a20b50815e
|
[cache_check] remove some dead code
|
2013-10-08 11:17:20 +01:00 |
|
Joe Thornber
|
be22981a7d
|
[ache_check] hint array damage reporting
|
2013-10-08 11:00:05 +01:00 |
|