aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2021-08-12use grpc and jwtChris Lu4-79/+56
2021-08-12move some volume lookup operations to grpcChris Lu2-7/+12
2021-08-10avoid fail on tail errorChris Lu1-1/+4
2021-07-23filer.copy: fail early if assign request failedChris Lu1-0/+4
2021-06-13skip cookie checking if from grpc apiChris Lu1-1/+1
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu1-1/+1
2021-04-28fix aws style Etag for chunksKonstantin Lebedev1-1/+1
2021-04-18resend the http request if connection is staleChris Lu1-4/+5
2021-04-14fix #1996qieqieplus1-0/+1
2021-04-10go fmtChris Lu1-1/+1
2021-04-07skip connection reset errorChris Lu1-2/+4
2021-04-02go fmtChris Lu1-0/+1
2021-04-02refactoringChris Lu1-61/+0
2021-04-01dedicated upload processorChris Lu1-0/+61
2021-04-01refactor buffer poolChris Lu2-3/+25
2021-03-07fix nilChris Lu1-1/+1
2021-03-07stats collect chunk upload retry countChris Lu1-0/+2
2021-02-22filer: avoid encryption and compression at the same timeChris Lu1-16/+17
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang7-27/+44
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang1-1/+1
2021-02-17go fmtChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu6-27/+32
2021-02-17add sleep between upload retriesChris Lu1-0/+1
2021-02-12adjust http max idle connections per hostChris Lu1-0/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu2-3/+2
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-2/+1
2021-01-03upload result changes to the right output variableChris Lu1-1/+1
2020-12-30weed upload: add TTLChris Lu1-0/+1
2020-12-16go fmtChris Lu2-9/+9
2020-12-13rename from volumeType to diskTypeChris Lu2-11/+11
2020-12-13adding volume typeChris Lu2-1/+12
2020-11-26go fmtChris Lu1-20/+20
2020-11-21remove zstdChris Lu1-0/+2
2020-11-17fs.configure: configurable volume growthChris Lu1-18/+21
2020-11-17use alternative assign requestChris Lu1-8/+8
2020-11-15go fmtChris Lu1-1/+0
2020-11-15refactoringChris Lu1-0/+37
2020-11-11add a {X-,}Idempotency-Key header for http POSTChris Lu1-0/+1
2020-11-11print out data sizeChris Lu1-1/+1
2020-11-02avoid []byte reuseChris Lu1-4/+1
2020-11-02Revert "revert bytebufferpool, seems problematic"Chris Lu1-4/+9
2020-11-02revert bytebufferpool, seems problematicChris Lu1-9/+4
2020-10-30add back upload retriesChris Lu1-1/+1
2020-10-24print for debuggingChris Lu1-0/+2
2020-10-23adjust compression thresholdChris Lu1-1/+1
2020-10-23byte buffer for uploadingChris Lu1-3/+4
2020-10-23fix bug found by testsChris Lu1-0/+1
2020-10-23memory pool to reduce memory allocationChris Lu1-1/+4
2020-10-20mount: shortcut when there is only one chunkChris Lu1-4/+9
2020-10-20Revert "a better byte buffer pool"Chris Lu1-6/+2