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
/
stream.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
WIP
origin/changing-to-zap
chrislu
1
-13
/
+13
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
1
-2
/
+2
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+3
2024-04-08
fix: filer authenticate with with volume server (#5480)
Henco Appel
1
-5
/
+12
2024-02-04
Merge branch 'master' into mq-subscribe
Chris Lu
1
-39
/
+50
2024-01-29
fix: http range request return status 500 (#5251)
Sébastien
1
-39
/
+50
2024-01-13
refactoring
chrislu
1
-1
/
+1
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-2
/
+2
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-4
/
+4
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-4
/
+4
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-4
/
+4
2023-02-17
clean comments
chrislu
1
-2
/
+2
2023-02-17
fix for io.ReaderAt used in filer.remote.sync
chrislu
1
-23
/
+16
2023-02-01
fix filer.remote.sync on a S3 cloud mount
chrislu
1
-0
/
+3
2023-01-05
fix for stream reader
chrislu
1
-6
/
+13
2023-01-02
more solid weed mount (#4089)
Chris Lu
1
-58
/
+32
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
1
-2
/
+2
2022-08-15
less verbose log
chrislu
1
-1
/
+2
2022-08-05
Add download speed limit support (#3408)
LHHDZ
1
-0
/
+6
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-5
/
+5
2022-07-26
refactor
Konstantin Lebedev
1
-3
/
+2
2022-07-26
fix logic else brake
Konstantin Lebedev
1
-0
/
+1
2022-07-25
filer: fix wrong logic during read
chrislu
1
-1
/
+1
2022-07-15
Use BackoffSchedule for getLookupFileId
Konstantin Lebedev
1
-1
/
+15
2022-07-15
Use fallback if urls are not found
Konstantin Lebedev
1
-3
/
+3
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-6
/
+7
2022-03-14
minor
chrislu
1
-5
/
+7
2022-02-26
better control for reader caching
chrislu
1
-9
/
+9
2022-01-13
padding zero for sparse file
banjiaojuhao
1
-1
/
+35
2021-11-28
read deleted chunks when replicating data
Chris Lu
1
-1
/
+1
2021-09-01
go fmt
Chris Lu
1
-10
/
+10
2021-08-25
ensure multi-threaded correctness
Chris Lu
1
-29
/
+45
2021-08-15
fix locating data chunks
Chris Lu
1
-2
/
+17
2021-08-15
ensure no writes to remote storage if content is not changed
Chris Lu
1
-3
/
+7
2021-08-15
adjust log format
Chris Lu
1
-0
/
+39
2021-08-15
readerAt need to use the right offset
Chris Lu
1
-1
/
+2
2021-08-13
filer: stream read from volume server, reduce memory usage
Chris Lu
1
-8
/
+2
2021-08-08
filer.remote.sync can work now
Chris Lu
1
-12
/
+20
2021-08-07
ChunkStreamReader implenents io.ReaderAt
Chris Lu
1
-0
/
+9
2021-08-07
refactoring
Chris Lu
1
-36
/
+50
2021-08-07
refactor
Chris Lu
1
-7
/
+15
2021-05-24
Merge branch 'master' into head_check_all_chunks
Konstantin Lebedev
1
-3
/
+11
2021-05-24
Chunk download stats
Konstantin Lebedev
1
-0
/
+7
2021-05-24
rm chunk Download stats
Konstantin Lebedev
1
-11
/
+3
2021-05-21
rm func CheckAllChunkViews
Konstantin Lebedev
1
-15
/
+0
2021-05-21
del checks
Konstantin Lebedev
1
-14
/
+8
2021-05-20
fix https://github.com/chrislusf/seaweedfs/issues/2046
Konstantin Lebedev
1
-2
/
+5
2021-05-20
Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"
Konstantin Lebedev
1
-1
/
+25
2021-05-06
go fmt
Chris Lu
1
-1
/
+0
2021-05-05
revert PR #1903 avoid http error: superfluous response.WriteHeader
Chris Lu
1
-24
/
+1
[next]