aboutsummaryrefslogtreecommitdiff
path: root/zenstore
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fixed bug in z$ GC.Per Larsson2021-12-132-18/+25
* | | | | Refactored z$ GC.Per Larsson2021-12-132-6/+31
* | | | | Added support for triggering GC with different params and refactored GC sched...Per Larsson2021-12-122-72/+157
* | | | | Added size to GcStorage.Per Larsson2021-12-106-20/+26
* | | | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-102-39/+52
* | | | | Format fix.Per Larsson2021-12-091-5/+5
* | | | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-093-13/+20
* | | | | GC default off.Per Larsson2021-12-091-1/+1
* | | | | Added tombstone flag to file cas.Per Larsson2021-12-082-4/+17
* | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-072-6/+49
* | | | | Fixed bug in container GC.Per Larsson2021-12-051-1/+1
* | | | | Check available disk space before GC.Per Larsson2021-12-052-2/+31
* | | | | Added simple GC interval scheduling.Per Larsson2021-12-054-33/+180
* | | | | Added naive container CAS GC support.Per Larsson2021-12-015-45/+221
* | | | | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-303-1/+8
* | | | | Added CAS total size.Per Larsson2021-11-306-12/+130
* | | | | Moved GC to background thread and added endpoint to trigger/status GC.Per Larsson2021-11-292-2/+48
* | | | | gc: implemented CID remapping for GCStefan Boberg2021-11-012-2/+50
* | | | | cid: Added RemapCid() for use in GCStefan Boberg2021-11-012-0/+19
* | | | | gc: added DeletionMode flag to allow gc dry runsStefan Boberg2021-11-013-0/+27
* | | | | cidstore: implemented validation of data during index initializationStefan Boberg2021-11-011-9/+24
* | | | | caslog: Added GetLogSize, fixed issue with append offset computationStefan Boberg2021-11-012-1/+8
* | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-011-10/+60
|\ \ \ \ \
| * | | | | filecas: Fixed debug loggingStefan Boberg2021-11-011-10/+60
| * | | | | Merge remote-tracking branch 'origin/main' into gcStefan Boberg2021-10-282-0/+66
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | gc: CollectGarbage implementationStefan Boberg2021-11-012-1/+18
* | | | | | Merged from mainStefan Boberg2021-10-292-0/+66
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / Lockfile implementation (#24)Stefan Boberg2021-10-272-0/+66
| | |_|/ | |/| |
* | | | cas: minor improvement to CasLogFile::Open error handlingStefan Boberg2021-10-251-1/+1
* | | | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-242-3/+4
* | | | clang-formatStefan Boberg2021-10-232-2/+2
* | | | cas: fixed some warningsStefan Boberg2021-10-233-9/+14
* | | | compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...Stefan Boberg2021-10-223-14/+128
* | | | filecas: minor code restructuringStefan Boberg2021-10-211-15/+16
* | | | filecas: Added commit log, chunk gcStefan Boberg2021-10-218-18/+151
* | | | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-216-22/+74
* | | | cas: Adding cas.file.gc test for exercising garbage collection (incomplete)Stefan Boberg2021-10-201-1/+35
* | | | gc: commentStefan Boberg2021-10-191-0/+9
* | | | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING`Stefan Boberg2021-10-191-44/+45
* | | | Merge from mainStefan Boberg2021-10-192-41/+55
|\ \ \ \
| * \ \ \ Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-10-191-21/+96
| |\ \ \ \
| * | | | | Some gc interface stubsStefan Boberg2021-10-182-3/+17
* | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-10-191-21/+96
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cas: Factored out OpenOrCreateManifestStefan Boberg2021-10-191-45/+49
| * | | | | cas: implemented manifest update/upgradeStefan Boberg2021-10-191-24/+56
| * | | | | cas: added structured manifest supportStefan Boberg2021-10-191-8/+47
| |/ / / /
* / / / / cas: Hooked up GC to structured cacheStefan Boberg2021-10-196-4/+64
|/ / / /
* / / / gc: moved GcContect from CAS into gc filesStefan Boberg2021-10-184-46/+54
|/ / /
* | / zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-151-7/+2
| |/ |/|
* | clang-formatStefan Boberg2021-10-152-5/+5
|/