aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into sb/rpc-analysisStefan Boberg2025-10-0645-6677/+23196
|\
| * fix missing chunk in block after gc (#560)Dan Engelbrecht2025-10-061-1/+3
| * fixed issue in compactcas.restart test due to std::vector<bool> (#559)Stefan Boberg2025-10-061-2/+5
| * speed up tests (#555)Dan Engelbrecht2025-10-063-154/+209
| * cacherequests helpers test only (#551)Dan Engelbrecht2025-10-0312-8/+1051
| * zenutil cleanup (#550)Dan Engelbrecht2025-10-034-2/+145
| * move zen vfs implementation to zenstore (#549)Dan Engelbrecht2025-10-033-1/+554
| * fix missing chunk (#548)Dan Engelbrecht2025-10-031-2/+12
| * remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-035-5/+5
| * move chunking code to zenremotestore lib (#545)Dan Engelbrecht2025-10-031-29/+0
| * move projectstore to zenstore (#541)Dan Engelbrecht2025-10-025-0/+8824
| * more cbobject validations (#527)Dan Engelbrecht2025-09-291-5/+19
| * fix race condition in BlockStoreFile::Flush (#525)Dan Engelbrecht2025-09-291-2/+2
| * GetCacheChunk value request respects RawHash (#518)Zousar Shaker2025-09-291-1/+3
| * some bug fixes (#522)Stefan Boberg2025-09-291-1/+2
| * more iterate chunk logging (#516)Dan Engelbrecht2025-09-262-12/+56
| * 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
| * Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-223-14/+15
| |\
| | * more responsive cancel during oplog import (#505)Dan Engelbrecht2025-09-222-12/+13
| | * issue error on second retry, not first attempt (#503)Dan Engelbrecht2025-09-221-2/+2
| * | Change batch put responses for client reportingzousar2025-09-195-36/+79
| |/
| * revise exception vs error (#495)Dan Engelbrecht2025-09-151-16/+16
| * add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-109-360/+416
| * add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-042-19/+27
| * oplog memory usage reduction (#482)Dan Engelbrecht2025-09-041-0/+2
| * revert multi-cid store (#475)Dan Engelbrecht2025-08-263-44/+20
| * clean up trace options parsing (#473)Dan Engelbrecht2025-08-221-0/+2
| * per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-2012-136/+165
| * zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-1/+1
| * reduce lock contention when checking for disk cache put reject (#465)Dan Engelbrecht2025-08-122-105/+91
| * Merge branch 'main' into zs/put-overwrite-policyZousar Shaker2025-08-083-550/+323
| |\
| | * add the correct set of references hashes in batched inline mode (#459)Dan Engelbrecht2025-08-061-3/+3
| | * refactor blobstore (#458)Dan Engelbrecht2025-08-062-548/+321
| * | 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-052-41/+101
| * | 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-242-7/+7
| * | Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-2426-1873/+4320
| |\|
| | * 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-164-172/+213
| | * missing chunks bugfix (#424)Dan Engelbrecht2025-06-097-84/+479
| | * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-054-7/+14
| | * fix cachbucket mem hit count (#415)Dan Engelbrecht2025-06-021-4/+7
| | * add missing flush inblockstore compact (#411)Dan Engelbrecht2025-05-305-17/+130
| | * faster oplog validate (#408)Dan Engelbrecht2025-05-304-10/+69
| | * frequent disk space check (#407)Dan Engelbrecht2025-05-271-25/+84