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
/
src
/
zenstore
/
gc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
std::span -> eastl::span
sb/eastl
Stefan Boberg
2025-03-06
1
-17
/
+17
*
switched std::vector -> eastl::vector
Stefan Boberg
2025-03-06
1
-71
/
+71
*
Suppress progress report callback if oplog import detects zero op oplog (#271)
Dan Engelbrecht
2025-01-13
1
-6
/
+16
*
more memory tagging and fixes (#263)
Stefan Boberg
2024-12-16
1
-0
/
+16
*
ODR violation fix
Stefan Boberg
2024-12-03
1
-2
/
+2
*
added support for dynamic LLM tags (#245)
Stefan Boberg
2024-12-02
1
-0
/
+30
*
add missing projectstore expire time in gc log (#227)
Dan Engelbrecht
2024-11-25
1
-0
/
+1
*
oplog prep gc fix (#216)
Dan Engelbrecht
2024-11-15
1
-185
/
+415
*
Use a smaller thread pool during pre-cache phase of GC to reduce memory press...
Dan Engelbrecht
2024-10-22
1
-7
/
+11
*
remove gc v1 (#121)
Dan Engelbrecht
2024-10-03
1
-506
/
+19
*
Porject -> Project
Stefan Boberg
2024-10-02
1
-1
/
+1
*
optimize gc reference sort (#179)
Dan Engelbrecht
2024-10-01
1
-33
/
+37
*
use alternate IoHash comparision function (#177)
v5.5.8-pre5
Dan Engelbrecht
2024-09-30
1
-4
/
+23
*
gc command attachment options (#176)
Dan Engelbrecht
2024-09-30
1
-7
/
+30
*
Add `gc-attachment-passes` option to zenserver (#167)
Dan Engelbrecht
2024-09-25
1
-36
/
+150
*
gc unused refactor (#165)
Dan Engelbrecht
2024-09-23
1
-16
/
+242
*
move gc logs to gc logger (#142)
Dan Engelbrecht
2024-09-04
1
-1
/
+1
*
separate worker pools into burst/background to avoid background jobs blocking...
Dan Engelbrecht
2024-08-22
1
-2
/
+2
*
if disk space is low, set the last gc time to avoid spamming retries (#124)
Dan Engelbrecht
2024-08-19
1
-0
/
+2
*
improved logging removing unimportant information (#116)
Dan Engelbrecht
2024-08-14
1
-24
/
+33
*
hardening and reduced spam from GC on failure (#112)
Dan Engelbrecht
2024-08-14
1
-141
/
+229
*
add gc single threaded option (#104)
Dan Engelbrecht
2024-08-07
1
-4
/
+9
*
Make sure we monitor for new project, oplogs, namespaces and buckets during G...
Dan Engelbrecht
2024-06-13
1
-39
/
+85
*
use write and move in place for safer writing of files (#70)
Dan Engelbrecht
2024-05-02
1
-1
/
+1
*
safer gcv2 on error (#60)
Dan Engelbrecht
2024-04-24
1
-1
/
+19
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
1
-16
/
+16
*
Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...
Dan Engelbrecht
2024-03-28
1
-2
/
+2
*
Make sure we wait for all scheduled tasks to complete before throwing excepti...
Dan Engelbrecht
2024-02-28
1
-48
/
+88
*
Don't capture local variables in loop by reference (#623)
Dan Engelbrecht
2023-12-19
1
-27
/
+27
*
fix peak disk load in gc status (#608)
Dan Engelbrecht
2023-12-13
1
-12
/
+11
*
improved scrubbing of oplogs and filecas (#596)
Stefan Boberg
2023-12-11
1
-3
/
+10
*
add separate PreCache step for GcReferenceChecker (#578)
Dan Engelbrecht
2023-12-01
1
-6
/
+54
*
global thread worker pools (#577)
Dan Engelbrecht
2023-11-29
1
-10
/
+4
*
tracing for gcv2 (#574)
Dan Engelbrecht
2023-11-28
1
-1
/
+11
*
gc stop command (#569)
v0.2.36-pre2
Dan Engelbrecht
2023-11-27
1
-1
/
+16
*
Add GC Cancel/Stop (#568)
Dan Engelbrecht
2023-11-24
1
-6
/
+97
*
add command line options for compact block threshold and gc verbose (#557)
Dan Engelbrecht
2023-11-21
1
-146
/
+210
*
compact separate for gc referencer (#533)
Dan Engelbrecht
2023-11-21
1
-396
/
+425
*
blocking queue fix (#550)
Dan Engelbrecht
2023-11-16
1
-1
/
+1
*
gc history log (#519)
Dan Engelbrecht
2023-11-13
1
-8
/
+279
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
1
-27
/
+11
*
multithread cache bucket (#508)
Dan Engelbrecht
2023-11-06
1
-252
/
+252
*
individual gc stats (#506)
Dan Engelbrecht
2023-10-30
1
-265
/
+366
*
New GC implementation (#459)
Dan Engelbrecht
2023-10-30
1
-18
/
+308
*
added missing includes (#504)
Stefan Boberg
2023-10-27
1
-0
/
+1
*
fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...
Dan Engelbrecht
2023-10-23
1
-18
/
+13
*
clean up GcContributor and GcStorage to be pure interfaces (#485)
Dan Engelbrecht
2023-10-20
1
-24
/
+0
*
Add --skip-delete option to gc command (#484)
Dan Engelbrecht
2023-10-20
1
-0
/
+4
*
add `flush` command and more gc status info (#483)
Dan Engelbrecht
2023-10-18
1
-23
/
+89
*
skip lightweight GC if full GC is due soon (#467)
Stefan Boberg
2023-10-12
1
-20
/
+30
[next]