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
/
zenserver
/
cache
/
cachedisklayer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move cachedisklayer and structuredcachestore into zenstore (#624)
Stefan Boberg
2023-12-19
1
-4381
/
+0
*
fix ChunkIndexToChunkHash indexing (#621)
Stefan Boberg
2023-12-19
1
-1
/
+1
*
Don't use copy of Payloads array when fetching memcached payload in GC (#609)
Dan Engelbrecht
2023-12-13
1
-1
/
+1
*
improve trace (#606)
Dan Engelbrecht
2023-12-13
1
-34
/
+53
*
mem cache perf improvements (#592)
Dan Engelbrecht
2023-12-11
1
-104
/
+132
*
fix deadlock at bucket creation (#598)
Dan Engelbrecht
2023-12-11
1
-163
/
+175
*
Use correct iterator index when looking up memcached payload in GatherReferen...
Dan Engelbrecht
2023-12-05
1
-5
/
+4
*
reserve vectors in gcv2 upfront / load factor for robin_map (#582)
Dan Engelbrecht
2023-12-04
1
-5
/
+20
*
memory usage estimation for memcached entries (#586)
Dan Engelbrecht
2023-12-04
1
-5
/
+24
*
use 32 bit offset and size in BlockStoreLocation (#581)
Dan Engelbrecht
2023-12-01
1
-38
/
+75
*
add separate PreCache step for GcReferenceChecker (#578)
Dan Engelbrecht
2023-12-01
1
-169
/
+314
*
global thread worker pools (#577)
Dan Engelbrecht
2023-11-29
1
-10
/
+5
*
tracing for gcv2 (#574)
Dan Engelbrecht
2023-11-28
1
-0
/
+14
*
optimized index snapshot reading/writing (#561)
Stefan Boberg
2023-11-27
1
-441
/
+772
*
Add GC Cancel/Stop (#568)
Dan Engelbrecht
2023-11-24
1
-11
/
+60
*
reduce work when there are no blocks to compact (#558)
Dan Engelbrecht
2023-11-22
1
-54
/
+61
*
add command line options for compact block threshold and gc verbose (#557)
Dan Engelbrecht
2023-11-21
1
-5
/
+24
*
compact separate for gc referencer (#533)
Dan Engelbrecht
2023-11-21
1
-149
/
+231
*
blocking queue fix (#550)
Dan Engelbrecht
2023-11-16
1
-15
/
+28
*
fix index out of bounds in CacheBucket::CompactState (#532)
Dan Engelbrecht
2023-11-14
1
-25
/
+24
*
fix potential logic error in bucket manifest read
Stefan Boberg
2023-11-13
1
-17
/
+21
*
fix bad access to unlocked state (#527)
Dan Engelbrecht
2023-11-10
1
-16
/
+22
*
reduce number of files generated on shared instances (#524)
Stefan Boberg
2023-11-09
1
-1
/
+3
*
disk layer gc and error/warnings cleanup (#515)
Dan Engelbrecht
2023-11-08
1
-34
/
+81
*
Don't put cache entries into the memory cache on Put, only on Get (#518)
Dan Engelbrecht
2023-11-07
1
-16
/
+3
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
1
-1
/
+1
*
reduce cachebucket mem (#509)
Dan Engelbrecht
2023-11-06
1
-260
/
+354
*
multithread cache bucket (#508)
Dan Engelbrecht
2023-11-06
1
-21
/
+66
*
individual gc stats (#506)
Dan Engelbrecht
2023-10-30
1
-20
/
+45
*
New GC implementation (#459)
Dan Engelbrecht
2023-10-30
1
-86
/
+547
*
fix CacheBucket::CollectGarbage removing standalone entries without an exclus...
Dan Engelbrecht
2023-10-27
1
-4
/
+7
*
merge disk and memory layers (#493)
Dan Engelbrecht
2023-10-24
1
-291
/
+535
*
Remove any unreferenced blocks in block store on open (#492)
Dan Engelbrecht
2023-10-23
1
-1
/
+1
*
Filter expired cache entries against ExpiredKeys - not CAS entries to retain ...
Dan Engelbrecht
2023-10-23
1
-40
/
+23
*
Don't prune block locations due to missing blocks a startup (#487)
Dan Engelbrecht
2023-10-20
1
-57
/
+3
*
Add --skip-delete option to gc command (#484)
Dan Engelbrecht
2023-10-20
1
-1
/
+1
*
minor - fix references size array
Dan Engelbrecht
2023-10-17
1
-0
/
+2
*
don't call compact references if caching is not enabled (#478)
Dan Engelbrecht
2023-10-17
1
-6
/
+12
*
cache reference tracking (#455)
Dan Engelbrecht
2023-10-10
1
-56
/
+387
*
reject known bad bucket names in structured cache (#452)
v0.2.27-pre0
Stefan Boberg
2023-10-06
1
-1
/
+32
*
Fix curruption of disk cache bucket index on GC (#448)
Dan Engelbrecht
2023-10-05
1
-44
/
+51
*
reduce lock in disklayer (#447)
Dan Engelbrecht
2023-10-05
1
-10
/
+22
*
refactor comapactcas index (#443)
Dan Engelbrecht
2023-10-04
1
-3
/
+10
*
faster accesstime save restore (#439)
Dan Engelbrecht
2023-10-03
1
-93
/
+207
*
Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)
Dan Engelbrecht
2023-10-02
1
-10
/
+25
*
lightweight gc (#431)
Dan Engelbrecht
2023-10-02
1
-0
/
+5
*
adding more stats (#429)
Dan Engelbrecht
2023-09-28
1
-8
/
+51
*
VFS implementation for local storage service (#396)
Stefan Boberg
2023-09-20
1
-0
/
+25
*
add more trace scopes (#362)
Dan Engelbrecht
2023-09-15
1
-13
/
+33
*
Increase retry logic (#325)
Dan Engelbrecht
2023-06-05
1
-13
/
+19
[next]