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
2025-09-24
FUSE Mount: enhance disk cache with volume ID and cookie validation (#7269)
Chris Lu
2
-24
/
+131
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
1
-1
/
+1
2024-11-21
ReadAt may return io.EOF t end of file
chrislu
1
-6
/
+12
2024-11-04
merge current message queue code changes (#6201)
Chris Lu
1
-0
/
+20
2024-09-14
fix file read crash (#6021)
Bruce
1
-4
/
+7
2024-09-11
Feature limit caching to prescribed number of bytes per file (#6009)
Eugeniy E. Mikhailov
1
-0
/
+46
2024-09-10
bug fix in the data received from cache processing (#6002)
Eugeniy E. Mikhailov
1
-5
/
+5
2024-09-04
Revert "weed mount, weed dav add option to force cache"
chrislu
2
-6
/
+4
2024-09-04
weed mount, weed dav add option to force cache
chrislu
2
-4
/
+6
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-2
/
+2
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-2
/
+2
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-2
/
+2
2022-11-14
Lazy loading (#3958)
Guo Lei
1
-1
/
+1
2022-09-15
docs: `panicing` -> `panicking` (#3687)
Ryan Russell
1
-2
/
+2
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
4
-12
/
+12
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
[next]