aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-091-4/+5
* moved source directories into `/src` (#264)Stefan Boberg2023-05-027-0/+703