index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
util
/
chunk_cache
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-6
/
+4
2022-02-26
better control for reader caching
chrislu
1
-103
/
+0
2022-02-25
chunk cache adds function ReadChunkAt
chrislu
5
-9
/
+125
2022-02-14
test: use `T.TempDir` to create temporary test directory
Eng Zer Jun
1
-4
/
+1
2021-10-16
add warning error
Chris Lu
1
-1
/
+1
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-2
/
+1
2021-05-31
mount: avoid exception if disk cache is not initialized
Chris Lu
1
-0
/
+4
2021-04-28
make reader_at handle random reads more efficiently for FUSE
Nathan Hawkins
4
-4
/
+128
2021-04-14
truncate is a bit faster to reuse the storage
Chris Lu
1
-4
/
+6
2021-03-22
make a local copy of the in memory cached data
Chris Lu
1
-1
/
+3
2021-02-07
fix typo offset.ToAcutalOffset to offset.ToActualOffset
bingoohuang
1
-2
/
+2
2021-01-08
update ccache version
Chris Lu
1
-1
/
+1
2020-10-03
re-enable caching larger than 16MB
Chris Lu
1
-2
/
+2
2020-09-27
fix test
Chris Lu
1
-19
/
+19
2020-09-27
adjust for test
Chris Lu
1
-0
/
+19
2020-09-27
adjust
Chris Lu
1
-2
/
+2
2020-09-27
skip caching too large chunks
Chris Lu
1
-2
/
+4
2020-09-27
more tests
Chris Lu
2
-11
/
+31
2020-09-27
fix pre allocated volume size
Chris Lu
1
-1
/
+1
2020-09-27
refactor
Chris Lu
3
-23
/
+21
2020-08-30
change log level 5 to 4
Chris Lu
1
-1
/
+1
2020-08-18
adjust logs
Chris Lu
1
-1
/
+1
2020-08-18
refactoring to typed Size
Chris Lu
1
-1
/
+1
2020-08-17
refactoring: use interface
Chris Lu
1
-0
/
+5
2020-08-17
rename
Chris Lu
2
-10
/
+10
2020-08-17
rename variables
Chris Lu
1
-10
/
+10
2020-08-15
adjust logs
Chris Lu
1
-1
/
+1
2020-06-27
since we already know the chunk size, no need to iterate
Chris Lu
1
-6
/
+20
2020-06-27
incase the memory data is too small
Chris Lu
1
-19
/
+6
2020-06-26
a little bit more efficient
Chris Lu
1
-3
/
+15
2020-06-26
error logging
Chris Lu
3
-2
/
+6
2020-06-25
FUSE mount: fix file id written twice?
Chris Lu
1
-1
/
+1
2020-04-20
go fmt
Chris Lu
1
-3
/
+3
2020-04-13
tiered caching
Chris Lu
3
-19
/
+39
2020-04-13
refactoring
Chris Lu
3
-63
/
+112
2020-04-12
refactoring
Chris Lu
2
-5
/
+5
2020-04-12
mount: fix
Chris Lu
1
-3
/
+1
2020-04-12
avoid duplicated setting chunks into cache
Chris Lu
1
-0
/
+11
2020-04-12
handle nil chunk cache
Chris Lu
1
-0
/
+10
2020-04-11
mount: add on disk caching
Chris Lu
4
-16
/
+334
2020-04-11
refactor
Chris Lu
1
-0
/
+36