aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/compactcas.cpp
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-041-2/+2
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-3/+12
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-2/+6
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-50/+96
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-191-1/+1
* improve trace (#606)Dan Engelbrecht2023-12-131-0/+1
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-26/+12
* fixed bug in CasContainerStrategy::ReadIndexFile (#595)Stefan Boberg2023-12-071-1/+3
* reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-041-6/+15
* use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-011-1/+1
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-281-0/+6
* fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-271-2/+4
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-18/+35
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-241-0/+19
* 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-211-7/+13
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-113/+106
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-2/+2
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-27/+9
* individual gc stats (#506)Dan Engelbrecht2023-10-301-33/+56
* New GC implementation (#459)Dan Engelbrecht2023-10-301-0/+217
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-231-1/+1
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-201-46/+5
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-201-1/+3
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-201-1/+1
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-051-26/+32
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-041-16/+57
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-031-79/+66
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-8/+23
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+5
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-13/+21
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-0/+1
* Content scrubbing (#271)Stefan Boberg2023-05-161-66/+73
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+13
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-11/+18
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-151-3/+13
* minor GC API cleanupStefan Boberg2023-05-151-1/+1
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-111-1/+1
* clean up log/index reading and fix incorrect logging about bad log files (#286)Dan Engelbrecht2023-05-101-82/+96
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-091-5/+42
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1511