aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
Commit message (Expand)AuthorAgeFilesLines
* validate rpc chunk responses (#36)Dan Engelbrecht2024-04-031-1/+1
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-211-2/+3
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-0/+54
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-0/+4
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-1/+2
* remove reference caching (#658)Dan Engelbrecht2024-02-271-43/+8
* hashing fixes (#657)Dan Engelbrecht2024-02-262-1/+2
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-205-1/+275
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-193-0/+853
* Fix crash bug when trying to inspect non-open block file in GC (#614)Dan Engelbrecht2023-12-181-0/+1
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-112-1/+8
* reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-042-16/+26
* use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-011-13/+13
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-012-0/+6
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-1/+10
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-271-0/+2
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-242-5/+16
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-211-2/+8
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-212-49/+57
* gc history log (#519)Dan Engelbrecht2023-11-131-0/+7
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-19/+16
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-1/+1
* statsd for cas (#511)Dan Engelbrecht2023-11-061-10/+13
* multithread cache bucket (#508)Dan Engelbrecht2023-11-061-4/+5
* individual gc stats (#506)Dan Engelbrecht2023-10-301-21/+69
* New GC implementation (#459)Dan Engelbrecht2023-10-302-7/+238
* fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...Dan Engelbrecht2023-10-231-8/+8
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-231-3/+2
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-201-5/+7
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-201-9/+3
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-201-0/+1
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-9/+56
* check that block does not exists on disk before starting write to it (#449)Dan Engelbrecht2023-10-051-0/+2
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-031-1/+1
* lightweight gc (#431)Dan Engelbrecht2023-10-021-11/+16
* adding more stats (#429)Dan Engelbrecht2023-09-281-3/+7
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-141-8/+16
* safer gc on low disk (#373)Dan Engelbrecht2023-08-221-1/+1
* CidStore now implements the ChunkResolver interfaceStefan Boberg2023-06-302-9/+12
* added zen::ChunkResolverStefan Boberg2023-06-301-0/+9
* Content scrubbing (#271)Stefan Boberg2023-05-163-27/+60
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-6/+12
* removed remnants of ZEN_USE_REF_TRACKINGStefan Boberg2023-05-151-8/+0
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-151-2/+4
* added static_assert for BlockStoreDiskLocationStefan Boberg2023-05-151-0/+2
* corrected CidStore commentStefan Boberg2023-05-151-4/+0
* minor GC API cleanupStefan Boberg2023-05-152-15/+15
* clang-format (sorry)Stefan Boberg2023-05-111-1/+1
* build fix (accidental commit on the wrong branch)Stefan Boberg2023-05-111-0/+3
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-6/+23