aboutsummaryrefslogtreecommitdiff
path: root/weed/operation
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov5-9/+12
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-5/+20
2024-03-29[master] grow volumes if no writable volumes in current dataCenter (#5434)Konstantin Lebedev1-0/+3
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-1/+2
2023-10-03weed/operation: fix dropped error (#4888)Lars Lehtonen1-0/+3
2023-10-01RetryForever => RetryUntilchrislu1-1/+1
2023-09-10ensure single threaded accesschrislu1-0/+5
2023-08-23streaming assign file idschrislu2-3/+170
2023-04-29[Filer] post add param:saveInside (#4434)zemul1-0/+1
2023-04-21mount: add retry for read only case (#4416)wusong1-6/+8
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-2/+2
2023-01-02more solid weed mount (#4089)Chris Lu1-2/+2
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-1/+1
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-0/+5
2022-09-10refactorchrislu1-3/+4
2022-08-31upload_content: upload close response.Bodychrislu1-1/+2
2022-08-31refactorchrislu1-4/+1
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-2/+2
2022-08-20adjust logchrislu1-1/+1
2022-08-20add fileId to UploadWithRetry return resultchrislu1-2/+2
2022-08-20filer.copy: retryable uploadchrislu1-0/+49
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev2-9/+11
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-0/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu11-29/+29
2022-03-15reduced the timeout for creating a connection from 30 to 10 secondsKonstantin Lebedev1-0/+6
2022-02-15weed/operation/delete_content.go: nil pointer dereferencebanjiaojuhao1-1/+1
2022-01-05mount: skip special character in the filenameschrislu1-7/+7
2021-12-26use streaming mode for long poll grpc callschrislu6-10/+10
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-1/+4
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun2-6/+4
2021-10-11return error earlyChris Lu1-4/+4
2021-09-14go fmtChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu8-74/+46
2021-09-08replicated remote.cacheChris Lu1-1/+1
2021-09-07handle ipv6 addressesChris Lu1-1/+2
2021-09-06refactorChris Lu1-23/+39
2021-09-06refactoringChris Lu3-33/+88
2021-09-05add other replica locations when assigning volumesChris Lu1-6/+17
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