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
/
blockstore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce batch size for reads (#740)
Dan Engelbrecht
2026-01-29
1
-2
/
+2
*
various optimizations (#704)
Dan Engelbrecht
2026-01-09
1
-6
/
+18
*
automatic scrub on startup (#667)
Dan Engelbrecht
2025-11-27
1
-0
/
+1
*
fix block store file appender (#658)
Dan Engelbrecht
2025-11-20
1
-3
/
+43
*
add append-only buffering of BlockStoreFile (#652)
Dan Engelbrecht
2025-11-17
1
-9
/
+124
*
optimize blockstore flush (#614)
Dan Engelbrecht
2025-10-27
1
-28
/
+55
*
optimize blockstore filesize (#612)
Dan Engelbrecht
2025-10-24
1
-1
/
+11
*
add ability to limit concurrency (#565)
Stefan Boberg
2025-10-10
1
-2
/
+2
*
fix missing chunk in block after gc (#560)
Dan Engelbrecht
2025-10-06
1
-1
/
+3
*
speed up tests (#555)
Dan Engelbrecht
2025-10-06
1
-58
/
+72
*
fix missing chunk (#548)
Dan Engelbrecht
2025-10-03
1
-2
/
+12
*
fix race condition in BlockStoreFile::Flush (#525)
Dan Engelbrecht
2025-09-29
1
-2
/
+2
*
more responsive cancel during oplog import (#505)
Dan Engelbrecht
2025-09-22
1
-6
/
+7
*
add EMode to WorkerTheadPool to avoid thread starvation (#492)
Dan Engelbrecht
2025-09-10
1
-100
/
+112
*
missing chunks bugfix (#424)
Dan Engelbrecht
2025-06-09
1
-16
/
+37
*
add missing flush inblockstore compact (#411)
Dan Engelbrecht
2025-05-30
1
-11
/
+67
*
faster oplog validate (#408)
Dan Engelbrecht
2025-05-30
1
-5
/
+42
*
optimize block store CompactBlocks (#384)
Dan Engelbrecht
2025-05-07
1
-14
/
+19
*
iterate chunks crash fix (#376)
Dan Engelbrecht
2025-05-02
1
-10
/
+21
*
long filename support (#330)
Dan Engelbrecht
2025-03-31
1
-9
/
+9
*
zen build cache service (#318)
Dan Engelbrecht
2025-03-26
1
-1
/
+1
*
Add multithreading directory scanning in core/filesystem (#277)
Dan Engelbrecht
2025-01-22
1
-2
/
+3
*
batch fetch record cache values (#266)
Dan Engelbrecht
2024-12-17
1
-2
/
+7
*
added support for dynamic LLM tags (#245)
Stefan Boberg
2024-12-02
1
-0
/
+19
*
use plain sorted array instead of map of vectors (#237)
Dan Engelbrecht
2024-11-27
1
-18
/
+26
*
caller controls threshold for bulk-loading chunks in IterateChunks (#222)
Dan Engelbrecht
2024-11-25
1
-1
/
+2
*
don't read chunks into memory during cache batch fetch unless we may cache th...
Dan Engelbrecht
2024-10-09
1
-12
/
+12
*
remove gc v1 (#121)
Dan Engelbrecht
2024-10-03
1
-631
/
+17
*
gc block size target max size (#180)
Dan Engelbrecht
2024-10-02
1
-8
/
+31
*
optimize startup time (#175)
Dan Engelbrecht
2024-09-30
1
-15
/
+5
*
exception safety when writing block (#168)
Dan Engelbrecht
2024-09-25
1
-10
/
+8
*
gc performance improvements (#160)
Dan Engelbrecht
2024-09-17
1
-3
/
+3
*
oplog index snapshots (#140)
Dan Engelbrecht
2024-09-03
1
-0
/
+2
*
meta info store (#75)
Dan Engelbrecht
2024-08-30
1
-7
/
+147
*
prevent new block in gc (#118)
Dan Engelbrecht
2024-08-15
1
-1
/
+1
*
Skip chunk in block stores when iterating a block if the location is out of r...
Dan Engelbrecht
2024-08-12
1
-2
/
+7
*
don't assert that we have moved bytes if source block is zero size (#97)
Dan Engelbrecht
2024-06-14
1
-1
/
+2
*
add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)
Dan Engelbrecht
2024-06-04
1
-14
/
+40
*
refactor BlockStore IterateChunks (#77)
Dan Engelbrecht
2024-05-17
1
-189
/
+196
*
iterate cas chunks (#59)
Dan Engelbrecht
2024-04-24
1
-83
/
+122
*
InsertChunks for CAS store (#55)
Dan Engelbrecht
2024-04-22
1
-0
/
+163
*
gc v2 disk freed space fix and oplog stats report improvement (#45)
Dan Engelbrecht
2024-04-15
1
-10
/
+15
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
1
-3
/
+3
*
validate rpc chunk responses (#36)
Dan Engelbrecht
2024-04-03
1
-1
/
+5
*
add disk caching to block move (#661)
Dan Engelbrecht
2024-02-27
1
-23
/
+36
*
improved block store logging and more gcv2 tests (#659)
Dan Engelbrecht
2024-02-27
1
-16
/
+52
*
Add retry with optional resume logic to HttpClient::Download (#639)
Dan Engelbrecht
2024-01-24
1
-80
/
+84
*
Fix crash bug when trying to inspect non-open block file in GC (#614)
Dan Engelbrecht
2023-12-18
1
-7
/
+19
*
log each block that is compacted (#613)
Dan Engelbrecht
2023-12-15
1
-0
/
+5
*
skip invalid chunks when reclaiming space in block store (#607)
Dan Engelbrecht
2023-12-13
1
-0
/
+13
[next]