Commit Graph

  • 0dba0abe88 Bump up the nr of blocks in the cache from 64 to 1024. Joe Thornber 2013-05-13 12:34:52 +0100
  • 08c5fde04f btree_damage_tracker Joe Thornber 2013-05-13 11:27:38 +0100
  • 42a4221499 A little optimisation for the core space map. Joe Thornber 2013-05-09 14:09:47 +0100
  • 8ecf2f27ed btree_damage_visitor stuff. Joe Thornber 2013-05-09 13:31:04 +0100
  • ab66e9f8e3 Some more work on btree_damage_visitor Joe Thornber 2013-05-08 16:38:38 +0100
  • a7adefbae8 Move range.h to persistent-data Joe Thornber 2013-05-08 16:38:04 +0100
  • 23ef3b387d Start btree_damage_visitor. Joe Thornber 2013-05-08 12:00:24 +0100
  • f6acd473a7 Move with_directory and with_temporary_directory to test_utils. Joe Thornber 2013-05-08 11:47:15 +0100
  • bac19b3c94 [btree_checker] no longer need to check the checksum, since the block validator has already done this. Joe Thornber 2013-05-07 15:47:43 +0100
  • 44d0b1903f [btree] allow visitors to trap node access failures such as checksum error. Joe Thornber 2013-05-07 15:22:13 +0100
  • 8e0271b3bf [btree] When walking a btree use a validator when taking the locks. Joe Thornber 2013-05-07 14:54:20 +0100
  • 1e14e1cd10 [metadata_checker_t] fix silly allocation bug in the devices_visitor. Joe Thornber 2013-05-07 14:29:54 +0100
  • d113ff6e5a thin restorer is now careful to share the mapping tree for empty devices. Joe Thornber 2013-05-07 14:24:59 +0100
  • edf16f59c7 [restorer] Mappings only get inserted when the device is completed. Joe Thornber 2013-05-02 12:59:42 +0100
  • 5a231a7db0 [metadata_checker_t] add damage_should_include() method. Joe Thornber 2013-05-02 12:51:55 +0100
  • c976fc3d6c [metadata_checker_t] Make device_checker a member of DeviceCheckerTests Joe Thornber 2013-05-02 12:43:16 +0100
  • a828cde96d [btree] visitor now passed as a reference rather than shared_ptr Joe Thornber 2013-05-02 12:31:33 +0100
  • 5913de5e38 [metadata_checker_t] check the range for missing_devices_damage. Joe Thornber 2013-05-02 12:22:54 +0100
  • 008a4d495c [metadata_checker_t] Some more work on the devices_visitor. Joe Thornber 2013-05-02 12:04:05 +0100
  • 3832fd5952 More work on metadata_checker_t Joe Thornber 2013-05-01 16:33:42 +0100
  • 647cb68b76 Some test utils Joe Thornber 2013-05-01 16:33:24 +0100
  • 21603c5a5d ostream operator << for range template. Joe Thornber 2013-05-01 16:30:59 +0100
  • e1c5d485eb Tidy up a typedef Joe Thornber 2013-05-01 16:29:44 +0100
  • 5d0b23beea Some btree visitor tidying. Joe Thornber 2013-05-01 16:16:23 +0100
  • 1884233a2b DeviceCheckerTests.passes_with_valid_metadata_containing_some_devices Joe Thornber 2013-04-29 16:35:03 +0100
  • c782da7a34 Use a mock of the metadata_damage_visitor to confirm the type off damage reported from the device_checker. Joe Thornber 2013-04-29 16:13:18 +0100
  • fa96ec6301 Add operator == for the range template Joe Thornber 2013-04-29 16:12:34 +0100
  • 5e26d51372 add equality operators for the metadata_damage classes. Joe Thornber 2013-04-29 16:12:05 +0100
  • 969a5f62c6 Working on device_checker Joe Thornber 2013-04-29 15:37:53 +0100
  • 524f9474cf Add a range class Joe Thornber 2013-04-29 15:10:01 +0100
  • 6422b22610 Move block_manager member down into checker base class. Joe Thornber 2013-04-29 13:31:33 +0100
  • 1a8b1b29e8 Start device_checker Joe Thornber 2013-04-29 13:24:19 +0100
  • c0b14ce280 fluff Joe Thornber 2013-04-29 12:49:32 +0100
  • 034abaff1e Stop metadata:commit printing the superblock out to stderr. Joe Thornber 2013-04-29 12:48:58 +0100
  • 2b8b74065b add fixme Joe Thornber 2013-04-29 12:40:56 +0100
  • 925dbdbc53 [block_t] verify any exception thrown by validator->check() gets passed up, and the lock is not consequently taken. Joe Thornber 2013-04-29 12:32:04 +0100
  • a7c0b0c39b [block, lock_checker] add an is_locked() method for use in unit tests. Joe Thornber 2013-04-29 12:31:30 +0100
  • a0f53f47aa [block_t] a superblock_zero test was mistakenly calling plain write_lock. Joe Thornber 2013-04-29 12:05:55 +0100
  • 1fe0df9f1a [block_t] make sure validator->check isn't called unexpectedly. Joe Thornber 2013-04-29 12:03:47 +0100
  • 441cba7185 Small work on metadata_checker tests. Joe Thornber 2013-04-26 15:55:45 +0100
  • b1e0ca2207 [block] make sure we can change validators Joe Thornber 2013-04-26 15:54:15 +0100
  • 5367631c8c [various data structures] Reuse validators rather than always creating a new one. Joe Thornber 2013-04-26 14:15:20 +0100
  • 53ac7b8119 [block_manager] Allow people to change the validator for a block Joe Thornber 2013-04-26 14:14:28 +0100
  • 0b4c359a63 [block manager] The dirty flag for blocks was never being cleared, causes redundant writes. Joe Thornber 2013-04-26 13:18:24 +0100
  • a55f6fcf78 A stack of thin_check refactorings Joe Thornber 2013-04-25 16:27:07 +0100
  • 20ff78c818 [thin_check] Start refactoring metadata_checker. Joe Thornber 2013-04-23 15:21:44 +0100
  • 70fd048426 Add a TODO file Joe Thornber 2013-04-23 11:18:21 +0100
  • 9943bd6549 cucumber tests were generating invalid xml metadata. Joe Thornber 2013-04-23 11:17:50 +0100
  • d8a208cbc8 A stack of space map tweaks. Joe Thornber 2013-04-23 10:57:47 +0100
  • e0230c5c55 Fix broken dependencies for .gmo files Joe Thornber 2013-04-22 13:50:40 +0100
  • 4cb19a06ba Pull subtracting_span_iterator out into separate file + test. Joe Thornber 2013-04-22 13:41:34 +0100
  • bf75b5c827 Add a space map unit test that creates a metadata sm and a disk sm Joe Thornber 2013-04-11 14:01:54 +0100
  • dde775ef52 thin_metadata_t now reproduces the recursive new_block() error. Joe Thornber 2013-04-11 13:41:43 +0100
  • 3629e1e2b5 cucumber test for thin_check --super-block-only Joe Thornber 2013-04-11 13:40:47 +0100
  • 7d3ab79789 some build updates Joe Thornber 2013-03-25 12:56:03 +0000
  • bc25afd686 update ignore file Joe Thornber 2013-03-25 11:54:52 +0000
  • 6df7f345cd remove Rakefile Joe Thornber 2013-03-25 11:54:31 +0000
  • 89f658862a [build] add features target Joe Thornber 2013-03-25 11:53:55 +0000
  • be7801f111 some __le -> le issues Joe Thornber 2013-03-22 15:48:43 +0000
  • a7081a4789 Some build updates Joe Thornber 2013-03-22 15:41:13 +0000
  • e794079cf7 unit-test makefile Joe Thornber 2013-03-22 15:26:18 +0000
  • f2a388dbab transaction_t -> gmock Joe Thornber 2013-03-22 15:19:40 +0000
  • 2ec15f74b8 space_map_t -> gmock Joe Thornber 2013-03-22 15:08:52 +0000
  • a018647d0a btree_t -> gmock Joe Thornber 2013-03-22 14:57:46 +0000
  • 9c4bfe4cf9 endian_t -> gmock Joe Thornber 2013-03-22 14:53:53 +0000
  • 28128624eb cache_t -> gmock Joe Thornber 2013-03-22 14:46:43 +0000
  • 9ed0ecabfe block_t to gmock Joe Thornber 2013-03-22 14:43:15 +0000
  • 0a70c17268 Convert bitset_t to gmock Joe Thornber 2013-03-22 14:36:31 +0000
  • 1e141f83bb Convert array_block_t to gmock Joe Thornber 2013-03-22 14:13:58 +0000
  • f9bf18adf6 Move array_t to gmock Joe Thornber 2013-03-22 13:42:20 +0000
  • 50bab1c90a Quieten down the build Joe Thornber 2013-03-22 12:19:31 +0000
  • edb33dce4c Put build dependencies in for gmock Joe Thornber 2013-03-22 12:10:51 +0000
  • c044c2c729 Convert buffer_t to gmock. Joe Thornber 2013-03-22 12:04:38 +0000
  • e3375443eb gmock stub Joe Thornber 2013-03-22 10:55:55 +0000
  • a560e672b9 Add a script to retrieve and build gmock. Joe Thornber 2013-03-22 10:06:31 +0000
  • 52f1aa8a8a cache_check work Joe Thornber 2013-03-21 15:44:28 +0000
  • 81d4e5523f Some trivial cucumber tests Joe Thornber 2013-03-20 19:44:09 +0000
  • 43d5d8d2a2 cache tools work Joe Thornber 2013-03-18 13:56:30 +0000
  • 843cf76d41 cache tools wip Joe Thornber 2013-03-15 16:24:17 +0000
  • 907dc34499 rename some parameters Joe Thornber 2013-03-15 14:59:32 +0000
  • 2ed1648896 cache tools wip Joe Thornber 2013-03-15 14:59:21 +0000
  • 12dff31358 bitset Joe Thornber 2013-03-14 13:13:18 +0000
  • add23c1709 Array data structure Joe Thornber 2013-03-13 13:28:03 +0000
  • 3c54e2b23a Updates to array_block Joe Thornber 2013-03-13 12:59:11 +0000
  • 11a41c4cf4 Pull ref_counter out of btree.h Joe Thornber 2013-03-13 12:58:05 +0000
  • 7d18b08b91 rename NoOpRefCounter -> no_op_ref_counter Joe Thornber 2013-02-01 13:04:05 +0000
  • 4eadd9438e add fixme Joe Thornber 2013-02-01 12:01:23 +0000
  • 5aaa710b53 [data-structures] array_block Joe Thornber 2013-02-01 12:00:49 +0000
  • 92d70ad9c2 [block] read and write refs defined BLOCK_SIZE Joe Thornber 2013-02-01 11:55:46 +0000
  • 0f3a9cc567 Merge remote-tracking branch 'github-heinz/Work' into heinz Joe Thornber 2013-01-29 11:40:56 +0000
  • 7a6d09866a [array] add array_t Joe Thornber 2013-01-29 11:35:37 +0000
  • 1b49f95c0c Introduce COMPILE_TIME_ERROR conditionals around tests failing at compile time Heinz Mauelshagen 2013-01-23 15:08:05 +0100
  • dc06c88758 Joe's BOOST_STATIC_ASSERT addition Heinz Mauelshagen 2013-01-23 14:39:42 +0100
  • 9e5213530f fix last push Joe Thornber 2013-01-23 13:34:38 +0000
  • aa12870c22 [buffer.h] add static test for alignment Joe Thornber 2013-01-23 13:32:33 +0000
  • ca7de05e62 buffer_t.cc: more tests Heinz Mauelshagen 2013-01-23 14:32:03 +0100
  • c2ab5390cb buffer_t const assignment fails Joe Thornber 2013-01-23 13:12:17 +0000
  • 5776ba114c Merge branch 'Work' of git://github.com/lvmguy/thin-provisioning-tools into heinz root 2013-01-23 13:06:56 +0000
  • 0f5fc39694 buffer_t.cc Heinz Mauelshagen 2013-01-23 14:04:34 +0100
  • bb3d8b9aee whitespace Joe Thornber 2013-01-23 12:54:54 +0000