| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix logic for old blocks in blockstore gc (#295) | Dan Engelbrecht | 2023-05-12 | 1 | -21/+24 |
| | | | | | | | | * fix logic for old blocks in blockstore gc If we will remove all entries in a block and keep nothing we can't expect for the block to exist. If we want to keep entries in a block, the block must exist, if not error and move entries to delete list. Don't reset output block between blocks we are reading from, keep using it until it exceeds the max limit. * changelog | ||||
| * | clang-format (sorry) | Stefan Boberg | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | build fix (accidental commit on the wrong branch) | Stefan Boberg | 2023-05-11 | 2 | -1/+4 |
| | | |||||
| * | clang-format | Stefan Boberg | 2023-05-11 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2023-05-11 | 2 | -24/+33 |
| |\ | |||||
| | * | flush file cas on exit (#291) | Dan Engelbrecht | 2023-05-11 | 2 | -24/+33 |
| | | | | | | | | | | | | | | | | | * flush caslog and index snapshot on flush * fix save reading of index/logfile with cleanup write snapshot at flush * don't validate entries we just scanned/created * fix total size found when scanning for cas files * changelog | ||||
| * | | added scrubcontext.cpp | Stefan Boberg | 2023-05-11 | 1 | -0/+15 |
| |/ | |||||
| * | if a block is missing during gc, log an error but still continue (#289) | Dan Engelbrecht | 2023-05-11 | 1 | -4/+8 |
| | | |||||
| * | WARN level log if we can't write snapshot/manifest/access times (#288) | Dan Engelbrecht | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | clean up log/index reading and fix incorrect logging about bad log files (#286) | Dan Engelbrecht | 2023-05-10 | 2 | -84/+98 |
| | | |||||
| * | make sure we create gc root directory before checking disk space | Dan Engelbrecht | 2023-05-10 | 1 | -7/+7 |
| | | |||||
| * | Low disk space detector (#277) | Dan Engelbrecht | 2023-05-09 | 3 | -14/+83 |
| | | | | | * - Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value * Never keep an entry in m_ChunkBlocks that points to a nullptr | ||||
| * | Validate that entries points inside valid blocks at startup (#280) | Dan Engelbrecht | 2023-05-09 | 3 | -42/+93 |
| | | | | | | * Separate initialization of block store from pruning of unknown blocks * Validate that entries points inside valid blocks | ||||
| * | Treat reading outside of block store file as a not found error. We may ↵ | Dan Engelbrecht | 2023-05-02 | 1 | -0/+4 |
| | | | | | encounter truncated blocks due to earlier abnormal termination of zenserver or disk failures. (#268) | ||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 20 | -0/+7371 |
| * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | |||||