aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/blockstore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* check that block does not exists on disk before starting write to it (#449)Dan Engelbrecht2023-10-051-18/+44
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-051-4/+7
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-031-39/+45
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-8/+34
* flush block store blocks when finished (#425)Dan Engelbrecht2023-09-271-0/+1
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-77/+89
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-3/+3
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+23
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-6/+11
* CidStore now implements the ChunkResolver interfaceStefan Boberg2023-06-301-4/+8
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+14
* added error reporting for bad BlockStore chunksStefan Boberg2023-05-151-5/+22
* fix logic for old blocks in blockstore gc (#295)Dan Engelbrecht2023-05-121-21/+24
* if a block is missing during gc, log an error but still continue (#289)Dan Engelbrecht2023-05-111-4/+8
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-5/+15
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-091-33/+46
* Treat reading outside of block store file as a not found error. We may encoun...Dan Engelbrecht2023-05-021-0/+4
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1312