aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache/structuredcachestore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various bug fixes (#778)Stefan Boberg2026-02-241-1/+4
* Revert "Fix correctness and concurrency bugs found during code review"Stefan Boberg2026-02-241-4/+1
* Fix correctness and concurrency bugs found during code reviewStefan Boberg2026-02-241-1/+4
* Fix unit test that relies on being able to overwritezousar2025-12-191-2/+2
* remove catching of exceptions in batch operations now that they are not execu...Dan Engelbrecht2025-12-101-22/+11
* batch op not in destructor (#676)Dan Engelbrecht2025-12-041-45/+77
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-271-29/+21
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-011-0/+1
* 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-031-2/+1
* Adjust the responses from PUT commandszousar2025-09-231-2/+2
* Change batch put responses for client reportingzousar2025-09-191-2/+7
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-45/+59
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-39/+29
* Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-241-18/+33
|\
| * make sure we unregister from GC before we drop bucket/namespaces (#443)Dan Engelbrecht2025-06-191-0/+1
| * unblock cache bucket drop (#406)Dan Engelbrecht2025-05-261-14/+28
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-4/+4
* | Change to PutResult structurezousar2025-06-241-10/+10
* | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-261-23/+39
|/
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-1/+1
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+27
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-18/+35
* bucket size queries (#203)Dan Engelbrecht2024-10-211-1/+23
* remove gc v1 (#121)Dan Engelbrecht2024-10-031-283/+17
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-251-1/+1
* gc unused refactor (#165)Dan Engelbrecht2024-09-231-14/+10
* unblock PreCache (#164)Dan Engelbrecht2024-09-201-1/+1
* trace scopes improvementsDan Engelbrecht2024-09-101-2/+2
* move gc logs to gc logger (#142)Dan Engelbrecht2024-09-041-1/+9
* oplog index snapshots (#140)Dan Engelbrecht2024-09-031-0/+2
* Make sure `noexcept` functions does not leak exceptions (#136)Dan Engelbrecht2024-08-231-6/+6
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-131-0/+235
* add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)Dan Engelbrecht2024-06-041-10/+135
* batch cache put (#67)Dan Engelbrecht2024-05-021-12/+69
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-261-4/+4
* improved assert (#37)Dan Engelbrecht2024-04-041-2/+2
* clean up test linking (#4)Dan Engelbrecht2024-03-141-10/+10
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-10/+1
* remove reference caching (#658)Dan Engelbrecht2024-02-271-135/+84
* hashing fixes (#657)Dan Engelbrecht2024-02-261-1/+72
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1/+1
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-191-0/+2440