aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filechunk_manifest.go
AgeCommit message (Expand)AuthorFilesLines
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-2/+7
2021-03-22refactor: remove unused parameterChris Lu1-2/+2
2021-03-22use []byte directly instead of bytes.BufferChris Lu1-4/+5
2021-03-16Merge branch 'upstreamMaster' into check_chunkviews_mrKonstantin Lebedev1-1/+1
2021-03-16revert fasthttp changesChris Lu1-1/+1
2021-03-15avoid http error: superfluous response.WriteHeaderKonstantin Lebedev1-3/+3
2021-02-12use fasthttp lib to readChris Lu1-1/+1
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-3/+4
2020-11-01move to util.RetryWaitTimeChris Lu1-1/+1
2020-10-22to read files that are quickly changingChris Lu1-1/+1
2020-10-13go fmtChris Lu1-1/+1
2020-10-13minorChris Lu1-1/+1
2020-10-13Only wait on retryable requestsChris Lu1-2/+6
2020-10-10mount: configurable read wait timeChris Lu1-1/+1
2020-10-09fix logic errorChris Lu1-3/+7
2020-10-08add loggingChris Lu1-1/+2
2020-10-08mount:exponentially backoff if read error for about 10 minutesChris Lu1-11/+16
2020-10-08refactoringChris Lu1-2/+7
2020-10-08adjust loggingChris Lu1-1/+1
2020-10-07read from alternative replicaChris Lu1-8/+13
2020-09-24hardlink deletion factors in hardlink counterChris Lu1-1/+1
2020-09-01rename filer2 to filerChris Lu1-0/+168