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
/
compactcas.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make cas storage an hidden implementation detail of CidStore (#130)
v0.1.4-pre6
v0.1.4-pre5
Dan Engelbrecht
2022-06-17
1
-6
/
+10
*
first pass at generic block store with gc
Dan Engelbrecht
2022-04-30
1
-6
/
+1
*
Make index/log reading non-static member functions
Dan Engelbrecht
2022-04-04
1
-3
/
+6
*
cleanup
Dan Engelbrecht
2022-04-01
1
-1
/
+0
*
flush important files
Dan Engelbrecht
2022-03-31
1
-2
/
+2
*
WIP
Dan Engelbrecht
2022-03-31
1
-2
/
+2
*
Switch from std::shared_ptr<> to Ref<>
Dan Engelbrecht
2022-03-31
1
-4
/
+4
*
reduce lock times
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
review feedback
Dan Engelbrecht
2022-03-31
1
-6
/
+6
*
typedef for LocationMap
Dan Engelbrecht
2022-03-31
1
-3
/
+4
*
cleanup
Dan Engelbrecht
2022-03-31
1
-2
/
+1
*
cleanup duplicate code in CollectGarbage
Dan Engelbrecht
2022-03-31
1
-0
/
+2
*
Use blockstore in compactcas
Dan Engelbrecht
2022-03-31
1
-74
/
+11
*
Make garbage collection state copy less complex
Dan Engelbrecht
2022-03-31
1
-5
/
+9
*
Use less bit shifting and magic in CasDiskLocation
Dan Engelbrecht
2022-03-31
1
-9
/
+18
*
Use constants for max block index and max block offset
Dan Engelbrecht
2022-03-31
1
-2
/
+2
*
Include cleanup
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
Change block size of compactcas stores
Dan Engelbrecht
2022-03-31
1
-2
/
+0
*
Reworked storage structure and fixed race conditions
Dan Engelbrecht
2022-03-31
1
-0
/
+1
*
Clean up thread locking
Dan Engelbrecht
2022-03-31
1
-6
/
+7
*
Levarage payload alignment when storing offset
Dan Engelbrecht
2022-03-31
1
-2
/
+8
*
Use bitpacking for Cas block location
Dan Engelbrecht
2022-03-31
1
-37
/
+26
*
WIP - bit assignement for CasDiskLocation
Dan Engelbrecht
2022-03-31
1
-4
/
+52
*
Add header to cas index file
Dan Engelbrecht
2022-03-31
1
-2
/
+4
*
clang format
Dan Engelbrecht
2022-03-31
1
-0
/
+2
*
Moved ChunkBlock to be internal class
Dan Engelbrecht
2022-03-31
1
-21
/
+0
*
Check usage of block instead of size on disk
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
Manage lifetime of FileHandle
Dan Engelbrecht
2022-03-31
1
-6
/
+27
*
Use blocks to store data in cas stores
Dan Engelbrecht
2022-03-31
1
-44
/
+12
*
WIP
Dan Engelbrecht
2022-03-31
1
-8
/
+8
*
Rewrite cas log on gc
Dan Engelbrecht
2022-03-31
1
-8
/
+8
*
We don't use the uidx file for anything, disable for now
Dan Engelbrecht
2022-03-31
1
-5
/
+2
*
Missing includes
Martin Ridgers
2022-01-07
1
-0
/
+3
*
Moved forward declaration after all include statements
Martin Ridgers
2022-01-07
1
-4
/
+4
*
Merged main.
Per Larsson
2021-12-14
1
-1
/
+4
|
\
|
*
CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent
Martin Ridgers
2021-10-29
1
-1
/
+1
|
*
Only include zencore/windows.h on Windows
Martin Ridgers
2021-10-12
1
-1
/
+4
|
*
Corrected incorrect casing of include statements
Martin Ridgers
2021-10-12
1
-1
/
+1
*
|
Added size to GcStorage.
Per Larsson
2021-12-10
1
-3
/
+3
*
|
Added naive container CAS GC support.
Per Larsson
2021-12-01
1
-2
/
+12
*
|
Added CAS total size.
Per Larsson
2021-11-30
1
-3
/
+7
*
|
compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...
Stefan Boberg
2021-10-22
1
-6
/
+33
*
|
cas: Hooked up GC to structured cache
Stefan Boberg
2021-10-19
1
-0
/
+1
|
/
*
Fixed an issue in scrubbing which would flag certain chunks as invalid
Stefan Boberg
2021-09-21
1
-0
/
+1
*
Implemended basic scrubbing / detection of disk corruption. Still needs more ...
Stefan Boberg
2021-09-19
1
-3
/
+4
*
clang-format again
Stefan Boberg
2021-09-19
1
-1
/
+1
*
Changed some code over from ATL to BasicFile and added Scrub() stubs.
Stefan Boberg
2021-09-19
1
-4
/
+7
*
Implemented more formalised CAS chunk filtering (with plenty of room for opti...
Stefan Boberg
2021-08-23
1
-2
/
+12
*
Implemented Flush() operation for CID/CAS store interfaces
Stefan Boberg
2021-08-11
1
-0
/
+1
*
clang-format
Stefan Boberg
2021-05-22
1
-1
/
+1
[next]