aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
...
* global thread worker pools (#577)Dan Engelbrecht2023-11-292-11/+6
* close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-281-4/+17
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-283-1/+23
* fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-272-4/+9
* gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-271-0/+4
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-275-35/+88
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-272-1/+18
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-246-127/+293
* reduce work when there are no blocks to compact (#558)Dan Engelbrecht2023-11-221-51/+54
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-214-156/+232
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-216-631/+735
* blocking queue fix (#550)Dan Engelbrecht2023-11-161-1/+1
* gc history log (#519)Dan Engelbrecht2023-11-132-8/+286
* don't try to close NewBlockFile if it hasn't been created (#523)Dan Engelbrecht2023-11-081-1/+1
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-2/+2
* spdlog implementation hiding (#498)Stefan Boberg2023-11-063-34/+24
* gc v2 tests (#512)Dan Engelbrecht2023-11-065-85/+328
* statsd for cas (#511)Dan Engelbrecht2023-11-062-11/+32
* multithread cache bucket (#508)Dan Engelbrecht2023-11-062-256/+257
* individual gc stats (#506)Dan Engelbrecht2023-10-306-357/+558
* New GC implementation (#459)Dan Engelbrecht2023-10-308-28/+1131
* added missing includes (#504)Stefan Boberg2023-10-273-0/+6
* chunking moved to zenstore (#490)Stefan Boberg2023-10-232-0/+438
* fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...Dan Engelbrecht2023-10-232-26/+21
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-233-8/+24
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-203-90/+102
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-4/+0
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-206-41/+17
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-203-1/+6
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-183-32/+147
* 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
* check that block does not exists on disk before starting write to it (#449)Dan Engelbrecht2023-10-052-18/+46
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-052-30/+39
* trivial: log output typo in GCStefan Boberg2023-10-051-1/+1
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-042-19/+62
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-035-124/+131
* 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-024-26/+121
* lightweight gc (#431)Dan Engelbrecht2023-10-024-58/+167
* adding more stats (#429)Dan Engelbrecht2023-09-282-11/+39
* flush block store blocks when finished (#425)Dan Engelbrecht2023-09-271-0/+1
* add more trace scopes (#362)Dan Engelbrecht2023-09-156-114/+150
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-142-10/+45
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-062-75/+27
* retry file create (#383)Dan Engelbrecht2023-09-042-3/+27
* safer gc on low disk (#373)Dan Engelbrecht2023-08-222-37/+46
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-213-10/+19