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
/
filer
/
reader_at.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
WIP
origin/changing-to-zap
chrislu
1
-9
/
+9
2024-11-05
remove case when read request is out side of the file size
chrislu
1
-5
/
+4
2024-11-05
fix FUSE mount on mac
chrislu
1
-1
/
+4
2024-11-04
merge current message queue code changes (#6201)
Chris Lu
1
-0
/
+4
2024-09-14
fix file read crash (#6021)
Bruce
1
-1
/
+2
2024-09-11
Feature limit caching to prescribed number of bytes per file (#6009)
Eugeniy E. Mikhailov
1
-1
/
+1
2024-09-04
Revert "weed mount, weed dav add option to force cache"
chrislu
1
-4
/
+1
2024-09-04
weed mount, weed dav add option to force cache
chrislu
1
-1
/
+4
2023-04-13
Mount concurrent read (#4400)
zemul
1
-4
/
+4
2023-01-16
use one readerCache for the whole file
chrislu
1
-3
/
+2
2023-01-02
more solid weed mount (#4089)
Chris Lu
1
-27
/
+38
2022-08-21
minor
chrislu
1
-5
/
+5
2022-08-21
refactoring
chrislu
1
-3
/
+3
2022-08-21
Fix FUSE server buffer leaks in file gaps (#3472)
Patrick Schmidt
1
-7
/
+26
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
1
-7
/
+15
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-5
/
+5
2022-07-07
mount: random read also try to use the local cache first
chrislu
1
-0
/
+4
2022-03-13
mount: add back random read support
chrislu
1
-1
/
+1
2022-02-27
download 2 chunks if at the beginning of a file
chrislu
1
-3
/
+9
2022-02-26
prefetch other chunks when stream reading
chrislu
1
-6
/
+7
2022-02-26
prefetch 2 chunks
chrislu
1
-8
/
+10
2022-02-26
better control for reader caching
chrislu
1
-115
/
+15
2022-01-13
padding zero for sparse file
banjiaojuhao
1
-1
/
+1
2021-12-28
reader: avoid wrong pattern detection due to lock waiting
chrislu
1
-2
/
+2
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-12-22
fix tests
chrislu
1
-4
/
+3
2021-12-22
fix test
chrislu
1
-0
/
+3
2021-12-19
mount: only cache the first chunk on stream read
chrislu
1
-3
/
+12
2021-12-19
mount: improve read performance on random reads
chrislu
1
-4
/
+24
2021-05-10
adjust logs
Chris Lu
1
-3
/
+3
2021-04-28
make reader_at handle random reads more efficiently for FUSE
Nathan Hawkins
1
-3
/
+19
2021-01-28
add back AdjustedUrl() related code
Chris Lu
1
-1
/
+1
2021-01-24
mount: outsideContainerClusterMode proxy through filer
Chris Lu
1
-3
/
+3
2021-01-24
Revert "mount: when outside cluster network, use filer as proxy to access vol...
Chris Lu
1
-3
/
+3
2021-01-24
mount: when outside cluster network, use filer as proxy to access volume servers
Chris Lu
1
-3
/
+3
2021-01-18
minor fix
Chris Lu
1
-1
/
+1
2021-01-06
add "weed filer.cat" to read files directly from volume servers
Chris Lu
1
-4
/
+2
2020-12-08
add back last read chunk cache to reader and properly close the reader
Chris Lu
1
-1
/
+17
2020-12-08
mount: avoid memory leaking read buffer
Chris Lu
1
-10
/
+1
2020-11-01
move to util.RetryWaitTime
Chris Lu
1
-9
/
+5
2020-11-01
refactoring
Chris Lu
1
-26
/
+22
2020-10-21
add lock for vidCache
Chris Lu
1
-0
/
+5
2020-10-14
file read report EOF
Chris Lu
1
-1
/
+1
2020-10-11
refactoring in order to adjust volume server url later
Chris Lu
1
-1
/
+1
2020-10-10
mount: configurable read wait time
Chris Lu
1
-1
/
+5
2020-10-10
add retry if volume can not be found
Chris Lu
1
-1
/
+9
2020-10-10
return proper error
Chris Lu
1
-0
/
+4
2020-10-08
fix error not being returned
Chris Lu
1
-1
/
+1
2020-10-07
randomize file locations
Chris Lu
1
-4
/
+9
2020-10-07
read from alternative replica
Chris Lu
1
-11
/
+13
[next]