aboutsummaryrefslogtreecommitdiff
path: root/zenstore/blockstore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename EMode to ModeDan Engelbrecht2022-04-011-2/+2
|
* Truncate migrated and new blocks after gc to save disk spaceDan Engelbrecht2022-03-311-0/+6
|
* Remove redundant lock in BlockStoreFileDan Engelbrecht2022-03-311-28/+1
|
* keep all block files open from startDan Engelbrecht2022-03-311-17/+10
|
* Migration now works in larger disk IO chunksDan Engelbrecht2022-03-311-2/+2
| | | | BasicFile and CasLogFile now has new explicit modes instead of create true/false
* review feedbackDan Engelbrecht2022-03-311-13/+12
|
* cleanup duplicate code in CollectGarbageDan Engelbrecht2022-03-311-2/+0
|
* Add separate blockstore.h/.cppDan Engelbrecht2022-03-311-0/+273