aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* optimize blockstore flush (#614)Dan Engelbrecht2025-10-273-35/+66
* optimize filecas write file (#613)Dan Engelbrecht2025-10-241-16/+10
* optimize blockstore filesize (#612)Dan Engelbrecht2025-10-241-1/+11
* fix gc disk load graph (#610)Dan Engelbrecht2025-10-241-3/+3
* gracefully handle broken gc dlog (#606)Dan Engelbrecht2025-10-241-0/+8
* refactor CasContainerStrategy::IterateOneBlock to make it more readable (#607)Dan Engelbrecht2025-10-242-91/+102
* if we are low on disk space, only run GC if it will remove any data (#603)Dan Engelbrecht2025-10-232-90/+160
* remove scope in GC that prevented GC from executing (#600)Dan Engelbrecht2025-10-221-30/+31
* add support for OTLP logging/tracing (#599)Stefan Boberg2025-10-225-5/+5
* fix builds storage stats (#590)Dan Engelbrecht2025-10-202-5/+10
* fix gc state switching (#588)Dan Engelbrecht2025-10-171-40/+38
* add ability to limit concurrency (#565)Stefan Boberg2025-10-104-11/+11
* 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
|\|