| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | compactcas.threadedinsert test case | Dan Engelbrecht | 2022-03-31 | 1 | -0/+174 | |
| * | remove test code | Dan Engelbrecht | 2022-03-31 | 1 | -1/+0 | |
| * | GC cleanup | Dan Engelbrecht | 2022-03-31 | 1 | -26/+24 | |
| * | review feedback | Dan Engelbrecht | 2022-03-31 | 1 | -28/+29 | |
| * | add test for legacy store conversion | Dan Engelbrecht | 2022-03-31 | 1 | -12/+129 | |
| * | Include cleanup | Dan Engelbrecht | 2022-03-31 | 1 | -1/+1 | |
| * | Move MarkAsDeleteOnClose to BasicFile | Dan Engelbrecht | 2022-03-31 | 1 | -45/+32 | |
| * | Add GC reserve block logic | Dan Engelbrecht | 2022-03-31 | 1 | -10/+71 | |
| * | ChunkBlock takes prepared path | Dan Engelbrecht | 2022-03-31 | 1 | -9/+13 | |
| * | add test that triggers direct removal of block in gc | Dan Engelbrecht | 2022-03-31 | 1 | -0/+34 | |
| * | Use proper locking in MarkAsDeleteOnClose() | Dan Engelbrecht | 2022-03-31 | 1 | -14/+19 | |
| * | Reworked storage structure and fixed race conditions | Dan Engelbrecht | 2022-03-31 | 1 | -68/+168 | |
| * | Clean up thread locking | Dan Engelbrecht | 2022-03-31 | 1 | -88/+66 | |
| * | rename compact cas test cases | Dan Engelbrecht | 2022-03-31 | 1 | -7/+7 | |
| * | Levarage payload alignment when storing offset | Dan Engelbrecht | 2022-03-31 | 1 | -23/+28 | |
| * | Don't store maxblocksize in index header | Dan Engelbrecht | 2022-03-31 | 1 | -6/+4 | |
| * | open blocks on demand | Dan Engelbrecht | 2022-03-31 | 1 | -1/+10 | |
| * | Use bitpacking for Cas block location | Dan Engelbrecht | 2022-03-31 | 1 | -47/+82 | |
| * | WIP - bit assignement for CasDiskLocation | Dan Engelbrecht | 2022-03-31 | 1 | -10/+7 | |
| * | Add header to cas index file | Dan Engelbrecht | 2022-03-31 | 1 | -8/+40 | |
| * | Remove dead code | Dan Engelbrecht | 2022-03-31 | 1 | -14/+0 | |
| * | clang format | Dan Engelbrecht | 2022-03-31 | 1 | -12/+12 | |
| * | Moved ChunkBlock to be internal class | Dan Engelbrecht | 2022-03-31 | 1 | -15/+41 | |
| * | Migrate old store format to blocks | Dan Engelbrecht | 2022-03-31 | 1 | -25/+192 | |
| * | Check usage of block instead of size on disk | Dan Engelbrecht | 2022-03-31 | 1 | -23/+37 | |
| * | Manage lifetime of FileHandle | Dan Engelbrecht | 2022-03-31 | 1 | -33/+140 | |
| * | Delete GCd blocks on close. | Dan Engelbrecht | 2022-03-31 | 1 | -5/+46 | |
| * | 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 | |