aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* 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
| * unblock cache bucket drop (#406)Dan Engelbrecht2025-05-264-54/+124
| * handle exception with batch work (#401)Dan Engelbrecht2025-05-194-134/+147
| * make sure tests initialize trace so we don't end up allocating tons of memory...Stefan Boberg2025-05-151-0/+2
| * keep snapshot on log delete fail (#391)Dan Engelbrecht2025-05-126-104/+81
| * enable per bucket config (#388)Dan Engelbrecht2025-05-122-2/+22
| * tweak iterate block parameters (#390)Dan Engelbrecht2025-05-122-34/+50
| * flush cas log file (#387)Dan Engelbrecht2025-05-092-46/+31
| * make RemoveExpiredData and PreCache serial to reduce CPU overhead / lock cont...Dan Engelbrecht2025-05-071-85/+61
| * optimize block store CompactBlocks (#384)Dan Engelbrecht2025-05-071-14/+19
| * optimize cache bucket state writing (#382)Dan Engelbrecht2025-05-061-42/+59
| * make OOD and OOM in gc non critical (#381)Dan Engelbrecht2025-05-051-27/+218
| * silence Out Of Disk errors to sentry (#378)Dan Engelbrecht2025-05-051-48/+56
| * iterate chunks crash fix (#376)Dan Engelbrecht2025-05-024-76/+314
| * cbobject validation (#377)Dan Engelbrecht2025-05-021-10/+31
| * replace local equal_to_2 with eastl impl (#368)Stefan Boberg2025-04-251-16/+2
| * predicate to enable compiling with later EASTL version (#367)Stefan Boberg2025-04-241-1/+1
| * blobstore size limit (#342)Dan Engelbrecht2025-04-042-13/+255
| * build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-033-30/+304
| * use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-021-13/+0
| * reduce disk io during gc (#335)Dan Engelbrecht2025-04-011-20/+8
| * long filename support (#330)Dan Engelbrecht2025-03-319-117/+117
| * optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-5/+26
| * zen build cache service (#318)Dan Engelbrecht2025-03-2611-46/+1738
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-067-108/+143
| * improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-2/+2
| * moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-124-997/+0
* | Change to PutResult structurezousar2025-06-247-134/+201