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
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
2021-03-22
refactor: remove unused parameter
Chris Lu
1
-18
/
+3
2021-03-16
Merge branch 'upstreamMaster' into check_chunkviews_mr
Konstantin Lebedev
1
-1
/
+2
2021-03-16
CheckAllChunkViews() for HEAD requests only
Konstantin Lebedev
1
-11
/
+12
2021-03-16
revert fasthttp changes
Chris Lu
1
-1
/
+1
2021-03-15
add debug logging
Konstantin Lebedev
1
-1
/
+3
2021-03-15
avoid http error: superfluous response.WriteHeader
Konstantin Lebedev
1
-5
/
+38
2021-03-11
error if urls not found
Konstantin Lebedev
1
-6
/
+3
2021-03-11
error if read chunk zero data size
Konstantin Lebedev
1
-1
/
+8
2021-02-28
filer source: support filerProxy mode
Chris Lu
1
-1
/
+1
2021-02-12
use fasthttp lib to read
Chris Lu
1
-1
/
+1
2021-01-06
add "weed filer.cat" to read files directly from volume servers
Chris Lu
1
-4
/
+4
2020-10-22
to read files that are quickly changing
Chris Lu
1
-1
/
+1
2020-10-13
adds errror on read and write
Chris Lu
1
-3
/
+8
2020-10-13
Only wait on retryable requests
Chris Lu
1
-1
/
+5
2020-10-10
filer: fix hanging on read
Chris Lu
1
-1
/
+1
2020-10-08
mount:exponentially backoff if read error for about 10 minutes
Chris Lu
1
-2
/
+2
2020-10-08
refactoring
Chris Lu
1
-21
/
+11
2020-10-07
read from alternative replica
Chris Lu
1
-24
/
+40
2020-09-24
hardlink deletion factors in hardlink counter
Chris Lu
1
-3
/
+3
[next]