thin-provisioning-tools/caching
Joe Thornber 0fc7529c01 [cache_repair, thin_repair] fix bug introduced in recent patch
I hadn't realised that check_file_exists() also checked that it was
a regular file, which we don't want for the couple of uses I recently
added.

This patch adds an optional arg must_be_regular_file, and defaults
it to true, preserving the original behaviour.  The recent additions
have this set to false.
2019-10-14 09:21:38 +01:00
..
cache_check.cc Detect XML in *_check tools (#86) 2017-10-05 13:47:10 +01:00
cache_dump.cc [cache tools] knock out OPEN from the metadata enum 2016-10-07 15:01:16 -04:00
cache_metadata_size.cc [man pages] Various updates. 2017-09-18 16:10:56 +01:00
cache_metadata.h
cache_repair.cc [cache_repair, thin_repair] fix bug introduced in recent patch 2019-10-14 09:21:38 +01:00
cache_restore.cc [*_restore] if things go wrong wipe the superblock. 2017-09-28 14:39:24 +01:00
cache_writeback.cc Merge branch 'v0.7-devel' into 2016-14-08-cache-format2 2017-02-27 09:37:01 -05:00
commands.cc [cache_writeback] stub cache_writeback 2016-03-08 15:27:22 +00:00
commands.h [cache_writeback] stub cache_writeback 2016-03-08 15:27:22 +00:00
dump.cc
emitter.h
hint_array.cc
hint_array.h
mapping_array.cc [cache] a lot of format 2 changes 2016-09-30 11:21:20 -04:00
mapping_array.h [cache] a lot of format 2 changes 2016-09-30 11:21:20 -04:00
metadata_disk_structures.cc
metadata_disk_structures.h
metadata_dump.cc
metadata_dump.h
metadata.cc [cache_restore] v2 dirty bitset root wasn't being written to superblock. 2017-11-13 14:02:16 +00:00
metadata.h [cache tools] knock out OPEN from the metadata enum 2016-10-07 15:01:16 -04:00
restore_emitter.cc [restore_emitter] squash a strncpy warning 2018-06-13 12:50:48 +01:00
restore_emitter.h [cache_restore] The metadata version and clean shutdown flags were 2017-08-29 12:33:32 +01:00
superblock.cc Detect XML in *_check tools (#86) 2017-10-05 13:47:10 +01:00
superblock.h [cache] a lot of format 2 changes 2016-09-30 11:21:20 -04:00
xml_format.cc
xml_format.h