Sebastian Messmer
|
9ccb006f61
|
- Switch some CI jobs to clang 15
- Fix clang-tidy warnings from Clang 15
|
2023-07-08 14:48:59 -07:00 |
|
Sebastian Messmer
|
68a4c5646a
|
Fix clang-tidy warnings
|
2021-04-21 17:37:40 -07:00 |
|
Sebastian Messmer
|
e7110afe25
|
WARN_UNUSED_RESULT for windows
|
2018-05-20 19:22:46 -07:00 |
|
Sebastian Messmer
|
9fdefaa4e0
|
Remove BlockStoreWithRandomKeys
|
2017-09-18 20:42:07 +01:00 |
|
Sebastian Messmer
|
5458af7c52
|
Rename blockstore::Key -> blockstore::BlockId
|
2017-09-17 02:07:27 +01:00 |
|
Sebastian Messmer
|
10e11f67e2
|
Make blockstore::Key more typesafe
|
2017-09-17 00:10:53 +01:00 |
|
Sebastian Messmer
|
4a602ce7a5
|
Remove old blockstore implementations
|
2017-07-20 19:32:42 -07:00 |
|
Sebastian Messmer
|
428290fda5
|
Extend BlockStore2 and write a LowToHighLevelBlockStore as wrapper from BlockStore to BlockStore2
|
2017-07-07 16:18:09 -05:00 |
|
Sebastian Messmer
|
6bdefc56a4
|
Simplify VersionCountingBlockStore::store()
|
2017-07-07 17:21:52 +02:00 |
|
Sebastian Messmer
|
dbf54b9563
|
Add test cases for BlockStore2 and fix existing BlockStore2 implementations
|
2017-02-21 22:27:46 +00:00 |
|
Sebastian Messmer
|
70bfc47a2f
|
Start implementing new blockstore
|
2017-02-14 08:16:38 +00:00 |
|
Sebastian Messmer
|
eab7cb1df4
|
Implement BlockStore::overwrite(). This is the last step in ensuring that the write() call doen't have to load leaves if they're only overwritten anyhow.
|
2016-07-16 11:42:06 +02:00 |
|
Sebastian Messmer
|
9e9369b9ed
|
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 |
|
Sebastian Messmer
|
e7ac9bec57
|
Implement BlockStore::forEachBlock
|
2016-06-26 22:15:52 -07:00 |
|
Sebastian Messmer
|
037b59634e
|
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 |
|
Sebastian Messmer
|
68acc27e88
|
Report file system statistics (like free space) to operating system
|
2016-02-15 14:20:21 +01:00 |
|
Sebastian Messmer
|
31672e086c
|
Fix includes after merging repositories
|
2016-02-11 15:19:58 +01:00 |
|
Sebastian Messmer
|
f3d614c633
|
Merged blockstore
|
2016-02-11 14:44:28 +01:00 |
|
Sebastian Messmer
|
0c851fa452
|
Switch to biicode
|
2015-02-17 00:23:33 +01:00 |
|
Sebastian Messmer
|
76b3724da4
|
Since blocks now store their keys, we don't need to store it somewhere else.
|
2015-01-24 22:27:14 +01:00 |
|
Sebastian Messmer
|
196b543cbb
|
A block stores its key
|
2015-01-24 22:08:41 +01:00 |
|
Sebastian Messmer
|
e7aea38f83
|
Create dedicated Key class for addressing blocks
|
2014-12-09 20:36:32 +01:00 |
|
Sebastian Messmer
|
868c06a5f1
|
Rename blobstore to blockstore
|
2014-12-09 17:19:59 +01:00 |
|