index
:
zen
273-integrated-memory-tracking
actions_updates
asio
ddcref
de/add-builds-download-force-option
de/add-verbose-logging-on-missing-blocks
de/auto-batch-upstream
de/better-composite-iterator
de/bloom-filter-experiment
de/builds-cmd-refactor
de/chunk-info-logging
de/compressed-buffer-creation-opts
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/enable-partial-requests-to-jupiter-by-default
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
de/httpclient-send-refactor
de/improve-status-command
de/improved-projectstore-batch-requests
de/improved-write-cache
de/increase-logging-to-find-mac-upload-error
de/json-to-cbobject-test
de/macos-copyright
de/macos-x86-build
de/memory-stomp-detector
de/new-append-op-rpc
de/no-mmap-for-attachment-meta-files
de/oplog-attachment-warnings
de/oplog-import-improvements
de/oplog-partial-block-download
de/optionally-keep-value-in-memory-when-uploadint-to-remote
de/reduce-project-store-memory
de/reduce-upstream-api
de/release-5.7.8-minimal
de/safer-oplog-import
de/statds-for-gc
de/test-macos-signing-with-id
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.8-with-sb-refactor
de/vcpkg-latest
de/zen-as-oplog-store
de/zenserver-full-build-storage
deriveddata
di/add_cmake_dev
di/plugin-name-wip
di/poc_zen_command_plugins
feature/oplog-dependency-graph
lm/batch-request-content-type
lm/builds-metadata-integer-changelist
lm/oidctoken-exe-path
lm/restrict-content-type
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/curly-httpclient
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/oidc-token
sb/orch
sb/rpc-analysis
sb/spdlog-out
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
sb/zenserver-test-verbose
streamapi
tb/docker
wait_for_quiescence
zen-options
zs/get-all-chunk-infos
zs/xrepo
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zenstore
/
gc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove fallocate on MacOS
Dan Engelbrecht
2022-04-12
1
-5
/
+0
*
logging cleanup
Dan Engelbrecht
2022-04-04
1
-2
/
+2
*
more linux fixes
Dan Engelbrecht
2022-04-02
1
-6
/
+6
*
proper error handling when setting file size
Dan Engelbrecht
2022-04-02
1
-7
/
+7
*
error handling in BasicFile::SetFileSize
Dan Engelbrecht
2022-04-01
1
-4
/
+6
*
linux compilation fixes
Dan Engelbrecht
2022-04-01
1
-4
/
+4
*
make sure we allocate disk space when we set file size
Dan Engelbrecht
2022-04-01
1
-0
/
+8
*
Make gc reserve a global resource
Dan Engelbrecht
2022-04-01
1
-14
/
+163
*
Improved GC logging
Dan Engelbrecht
2022-03-31
1
-5
/
+16
*
review feedback
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
WIP
Dan Engelbrecht
2022-03-31
1
-0
/
+5
*
cleanup
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
Fix insert offset when moving last chunk
Dan Engelbrecht
2022-03-31
1
-0
/
+17
*
More tests
Dan Engelbrecht
2022-03-31
1
-43
/
+165
*
WIP
Dan Engelbrecht
2022-03-31
1
-0
/
+53
*
Fix gc shutdown stalling if shutting down while gc is running
Dan Engelbrecht
2022-03-31
1
-2
/
+11
*
Make sure we wait for gc thread to complete before exiting
Dan Engelbrecht
2022-03-30
1
-9
/
+15
*
Fixed unexpected abort() call when joining an unjoinable thread
Martin Ridgers
2022-01-25
1
-1
/
+4
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-3
/
+1
*
Apple Clang does not implement std::jthread
Martin Ridgers
2022-01-07
1
-1
/
+3
*
Deleted unused statically-linked function
Martin Ridgers
2021-12-15
1
-2
/
+0
*
Corrected include statement case
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Merged main.
Per Larsson
2021-12-14
1
-1
/
+1
|
\
*
|
Fixed bug in z$ service returning partial cache records and enable small obje...
Per Larsson
2021-12-14
1
-0
/
+6
*
|
Remove Cid to CAS chunk mapping after GC.
Per Larsson
2021-12-13
1
-4
/
+97
*
|
Fixed bug in z$ GC.
Per Larsson
2021-12-13
1
-15
/
+22
*
|
Refactored z$ GC.
Per Larsson
2021-12-13
1
-6
/
+27
*
|
Added support for triggering GC with different params and refactored GC sched...
Per Larsson
2021-12-12
1
-54
/
+127
*
|
Set GC default enabled and interval set to zero (off).
Per Larsson
2021-12-10
1
-32
/
+47
*
|
Added options for Z$ max duration and whether to collect small objects.
Per Larsson
2021-12-09
1
-8
/
+13
*
|
Added support for time based eviction policy in structured cache.
Per Larsson
2021-12-07
1
-5
/
+26
*
|
Check available disk space before GC.
Per Larsson
2021-12-05
1
-2
/
+10
*
|
Added simple GC interval scheduling.
Per Larsson
2021-12-05
1
-19
/
+136
*
|
Added naive container CAS GC support.
Per Larsson
2021-12-01
1
-1
/
+16
*
|
Added CacheStore and CAS store sizes to status endpoint.
Per Larsson
2021-11-30
1
-1
/
+1
*
|
Moved GC to background thread and added endpoint to trigger/status GC.
Per Larsson
2021-11-29
1
-1
/
+27
*
|
gc: implemented CID remapping for GC
Stefan Boberg
2021-11-01
1
-2
/
+44
*
|
gc: added DeletionMode flag to allow gc dry runs
Stefan Boberg
2021-11-01
1
-0
/
+13
*
|
gc: CollectGarbage implementation
Stefan Boberg
2021-11-01
1
-0
/
+17
*
|
filecas: Added commit log, chunk gc
Stefan Boberg
2021-10-21
1
-3
/
+15
*
|
gc: Added GcStorage base class and hooked it up to CasGc
Stefan Boberg
2021-10-21
1
-1
/
+27
*
|
Merge from main
Stefan Boberg
2021-10-19
1
-0
/
+12
|
\
\
|
*
|
Some gc interface stubs
Stefan Boberg
2021-10-18
1
-1
/
+13
*
|
|
cas: Hooked up GC to structured cache
Stefan Boberg
2021-10-19
1
-1
/
+27
|
/
/
*
/
gc: moved GcContect from CAS into gc files
Stefan Boberg
2021-10-18
1
-0
/
+31
|
/
*
Adding zenservice code
Stefan Boberg
2021-05-11
1
-0
/
+26