aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/gc.cpp
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-041-16/+16
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-2/+2
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-48/+88
* Don't capture local variables in loop by reference (#623)Dan Engelbrecht2023-12-191-27/+27
* fix peak disk load in gc status (#608)Dan Engelbrecht2023-12-131-12/+11
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-3/+10
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-011-6/+54
* global thread worker pools (#577)Dan Engelbrecht2023-11-291-10/+4
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-281-1/+11
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-271-1/+16
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-241-6/+97
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-211-146/+210
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-396/+425
* blocking queue fix (#550)Dan Engelbrecht2023-11-161-1/+1
* gc history log (#519)Dan Engelbrecht2023-11-131-8/+279
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-27/+11
* multithread cache bucket (#508)Dan Engelbrecht2023-11-061-252/+252
* individual gc stats (#506)Dan Engelbrecht2023-10-301-265/+366
* New GC implementation (#459)Dan Engelbrecht2023-10-301-18/+308
* added missing includes (#504)Stefan Boberg2023-10-271-0/+1
* fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...Dan Engelbrecht2023-10-231-18/+13
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-201-24/+0
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-201-0/+4
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-23/+89
* skip lightweight GC if full GC is due soon (#467)Stefan Boberg2023-10-121-20/+30
* fixed GC logging output stats (#458)Stefan Boberg2023-10-101-1/+1
* fix gc infinite loop (#453)Dan Engelbrecht2023-10-061-1/+9
* trivial: log output typo in GCStefan Boberg2023-10-051-1/+1
* clean up date formatting (#440)Stefan Boberg2023-10-021-4/+4
* fix formatting of gc start messagev0.2.26-pre0Dan Engelbrecht2023-10-021-1/+1
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-1/+39
* lightweight gc (#431)Dan Engelbrecht2023-10-021-47/+141
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-0/+5
* retry file create (#383)Dan Engelbrecht2023-09-041-1/+4
* safer gc on low disk (#373)Dan Engelbrecht2023-08-221-36/+45
* catch exceptions when scheduling GC and when writing GC scheduling state (#339)Dan Engelbrecht2023-08-011-136/+149
* Content scrubbing (#271)Stefan Boberg2023-05-161-7/+135
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+5
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-26/+51
* removed remnants of ZEN_USE_REF_TRACKINGStefan Boberg2023-05-151-20/+0
* minor GC API cleanupStefan Boberg2023-05-151-5/+5
* make sure we create gc root directory before checking disk spaceDan Engelbrecht2023-05-101-7/+7
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-3/+45
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1312