aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache
Commit message (Expand)AuthorAgeFilesLines
* test running / reporting improvements (#797)Stefan Boberg11 days1-1/+1
* Various bug fixes (#778)Stefan Boberg2026-02-243-4/+7
* Revert "Fix correctness and concurrency bugs found during code review"Stefan Boberg2026-02-243-7/+4
* Fix correctness and concurrency bugs found during code reviewStefan Boberg2026-02-243-4/+7
* reduce blocking in scrub (#743)Dan Engelbrecht2026-02-031-56/+86
* don't do full cb-object validation on cache records when read from disk (#739)Dan Engelbrecht2026-01-291-10/+9
* Fix unit test that relies on being able to overwritezousar2025-12-191-2/+2
* Ensure upstream put propagation includes overwritezousar2025-12-191-5/+12
* remove catching of exceptions in batch operations now that they are not execu...Dan Engelbrecht2025-12-102-101/+61
* batch op not in destructor (#676)Dan Engelbrecht2025-12-043-328/+402
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-041-0/+12
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-273-64/+69
* RawOffset can be anything and we expect an empty buffer to be returned along ...Dan Engelbrecht2025-11-261-17/+23
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-011-0/+1
* optimize filecas write file (#613)Dan Engelbrecht2025-10-241-16/+10
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-2/+2
* speed up tests (#555)Dan Engelbrecht2025-10-061-32/+56
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-035-5/+673
* zenutil cleanup (#550)Dan Engelbrecht2025-10-031-1/+2
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-1/+1
* more cbobject validations (#527)Dan Engelbrecht2025-09-291-5/+19
* GetCacheChunk value request respects RawHash (#518)Zousar Shaker2025-09-291-1/+3
* Improvement to Incomplete Result Iterationzousar2025-09-251-2/+1
* Report Incomplete Records To Clientzousar2025-09-241-5/+39
* Adjust the responses from PUT commandszousar2025-09-233-14/+9
* Change batch put responses for client reportingzousar2025-09-193-33/+75
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-102-48/+63
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-5/+3
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-37/+17
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-203-68/+82
* reduce lock contention when checking for disk cache put reject (#465)Dan Engelbrecht2025-08-121-91/+81
* Merge branch 'main' into zs/put-overwrite-policyZousar Shaker2025-08-081-2/+2
|\
| * add the correct set of references hashes in batched inline mode (#459)Dan Engelbrecht2025-08-061-3/+3
* | precommitzousar2025-08-071-9/+4
* | Avoid committing chunks for batch rejected putszousar2025-08-071-42/+35
* | Moving put rejections to happen in batch handlingzousar2025-08-051-33/+87
* | Merge branch 'main' into zs/put-overwrite-policyzousar2025-08-051-11/+40
|\|
| * add hardening for legacy cache bucket manifests (#454)Dan Engelbrecht2025-08-041-11/+40
* | xmake precommitzousar2025-06-241-4/+4
* | Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-243-308/+530
|\|
| * make sure we unregister from GC before we drop bucket/namespaces (#443)Dan Engelbrecht2025-06-192-1/+4
| * graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-161-35/+45
| * missing chunks bugfix (#424)Dan Engelbrecht2025-06-091-14/+70
| * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-4/+8
| * fix cachbucket mem hit count (#415)Dan Engelbrecht2025-06-021-4/+7
| * add missing flush inblockstore compact (#411)Dan Engelbrecht2025-05-301-2/+22
| * unblock cache bucket drop (#406)Dan Engelbrecht2025-05-262-40/+110
| * handle exception with batch work (#401)Dan Engelbrecht2025-05-191-15/+10
| * keep snapshot on log delete fail (#391)Dan Engelbrecht2025-05-121-26/+21
| * enable per bucket config (#388)Dan Engelbrecht2025-05-121-2/+19