| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete GCd blocks on close. | Dan Engelbrecht | 2022-03-31 | 1 | -5/+46 |
| | | | | | Still some work to do with holding the file handle alive | ||||
| * | Use blocks to store data in cas stores | Dan Engelbrecht | 2022-03-31 | 1 | -237/+723 |
| | | |||||
| * | clang format | Dan Engelbrecht | 2022-03-31 | 1 | -5/+5 |
| | | |||||
| * | WIP | Dan Engelbrecht | 2022-03-31 | 1 | -208/+289 |
| | | |||||
| * | Add AlignPositon helper | Dan Engelbrecht | 2022-03-31 | 1 | -11/+13 |
| | | |||||
| * | Fix insert offset when moving last chunk | Dan Engelbrecht | 2022-03-31 | 1 | -1/+1 |
| | | |||||
| * | Overview of CasContainerStrategy::CollectGarbage implementation | Dan Engelbrecht | 2022-03-31 | 1 | -0/+20 |
| | | |||||
| * | Rewrite cas log on gc | Dan Engelbrecht | 2022-03-31 | 1 | -36/+55 |
| | | |||||
| * | We don't use the uidx file for anything, disable for now | Dan Engelbrecht | 2022-03-31 | 1 | -44/+34 |
| | | |||||
| * | Rewrite smallobjectindex after gc | Dan Engelbrecht | 2022-03-31 | 1 | -24/+37 |
| | | |||||
| * | Simplified logic of last chunk move | Dan Engelbrecht | 2022-03-31 | 1 | -99/+74 |
| | | |||||
| * | Todo notes | Dan Engelbrecht | 2022-03-31 | 1 | -0/+4 |
| | | |||||
| * | Compact algorithm that can be interrupted and still regain space at end | Dan Engelbrecht | 2022-03-31 | 1 | -81/+156 |
| | | |||||
| * | Fix race condition that could cause loss of added items | Dan Engelbrecht | 2022-03-31 | 1 | -3/+3 |
| | | |||||
| * | WIP | Dan Engelbrecht | 2022-03-31 | 1 | -109/+94 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -2/+0 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -1/+1 |
| |\ | |||||
| | * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Corrected incorrect casing of include statements | Martin Ridgers | 2021-10-12 | 1 | -2/+2 |
| | | | |||||
| * | | Remove Cid to CAS chunk mapping after GC. | Per Larsson | 2021-12-13 | 1 | -7/+22 |
| | | | |||||
| * | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 1 | -2/+2 |
| | | | |||||
| * | | Added options for Z$ max duration and whether to collect small objects. | Per Larsson | 2021-12-09 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed bug in container GC. | Per Larsson | 2021-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Check available disk space before GC. | Per Larsson | 2021-12-05 | 1 | -0/+21 |
| | | | |||||
| * | | Added naive container CAS GC support. | Per Larsson | 2021-12-01 | 1 | -41/+187 |
| | | | |||||
| * | | Added CAS total size. | Per Larsson | 2021-11-30 | 1 | -3/+70 |
| | | | |||||
| * | | cas: fixed some warnings | Stefan Boberg | 2021-10-23 | 1 | -0/+1 |
| | | | | | | | | | unsure why we don't get these when building in VS | ||||
| * | | compactcas: Changed CasDiskLocation implementation so it can store chunks > ↵ | Stefan Boberg | 2021-10-22 | 1 | -8/+93 |
| | | | | | | | | | | | | | | | | | | | | | 4GB (max is now 1TB) The offset and size members are now five bytes each, which leaves two bytes which are intended to be used for content-type and flags but are currently unused Also added some unit tests for compactcas This change bumps the global storage schema in order to wipe any existing disk state | ||||
| * | | cas: Hooked up GC to structured cache | Stefan Boberg | 2021-10-19 | 1 | -0/+5 |
| |/ | |||||
| * | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -1/+1 |
| | | |||||
| * | Encapsulated containers in CasChunkSet to allow for more efficient ↵ | Stefan Boberg | 2021-09-21 | 1 | -15/+3 |
| | | | | | udpates/queries | ||||
| * | Fixed an issue in scrubbing which would flag certain chunks as invalid | Stefan Boberg | 2021-09-21 | 1 | -2/+12 |
| | | | | | Added some more context to log output | ||||
| * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -3/+3 |
| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | ||||
| * | Implemented handling of "large" chunks in compact cas scrubbing | Stefan Boberg | 2021-09-19 | 1 | -0/+10 |
| | | |||||
| * | Implemended basic scrubbing / detection of disk corruption. Still needs more ↵ | Stefan Boberg | 2021-09-19 | 1 | -6/+87 |
| | | | | | code to propagate errors and make adjustments to account for them in higher level data structures | ||||
| * | clang-format again | Stefan Boberg | 2021-09-19 | 1 | -2/+2 |
| | | |||||
| * | Changed some code over from ATL to BasicFile and added Scrub() stubs. | Stefan Boberg | 2021-09-19 | 1 | -7/+36 |
| | | |||||
| * | Implemented more formalised CAS chunk filtering (with plenty of room for ↵ | Stefan Boberg | 2021-08-23 | 1 | -0/+33 |
| | | | | | optimization) | ||||
| * | Implemented Flush() operation for CID/CAS store interfaces | Stefan Boberg | 2021-08-11 | 1 | -0/+8 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+119 |