libcryfs/test/blockstore/implementations
2016-07-15 12:51:29 +02:00
..
caching Implemented BlockStore::blockSizeFromPhysicalBlockSize. This will be used to let the user configure physical block size instead of virtual block size. 2016-03-16 18:56:06 +00:00
compressing Fix includes after merging repositories 2016-02-11 15:19:58 +01:00
encrypted Implemented BlockStore::blockSizeFromPhysicalBlockSize. This will be used to let the user configure physical block size instead of virtual block size. 2016-03-16 18:56:06 +00:00
inmemory Fix includes after merging repositories 2016-02-11 15:19:58 +01:00
mock Removed unneeded include 2016-07-15 12:51:29 +02:00
ondisk Allow Data::FillWithZeroes on rvalue 2016-07-10 22:43:07 +02:00
parallelaccess Implemented BlockStore::blockSizeFromPhysicalBlockSize. This will be used to let the user configure physical block size instead of virtual block size. 2016-03-16 18:56:06 +00:00
testfake Fix compiling test cases on Debian 2016-02-14 18:17:37 +01:00
versioncounting Performance optimization: When removing or shrinking a tree, we don't load/read leaves anymore. Loading inner nodes is enough to get all block IDs and then we can delete the leaves from their IDs without loading them. 2016-07-13 11:27:31 +02:00