aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_upload.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-28filer write request use context without cancellation (#7567)Chris Lu1-2/+4
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-68/+0
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-5/+20
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-4/+75
2025-06-24Changes logging function (#6919)Aleksey Kosov1-6/+6
2025-05-28Add context with request (#6824)Aleksey Kosov1-10/+11
2025-03-09[filer] UploadRequestToChunks: terminate the upload of remaining chunks as ea...hoverseu1-0/+10
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-10-30fix parameterchrislu1-2/+2
2024-10-30pass in bytes buffer to avoid possible race conditionchrislu1-2/+2
2024-10-30adding more debug messagechrislu1-0/+4
2024-09-23Feat:merge small chunk (#6049)zemul1-1/+7
2024-07-16Added tls for http clients (#5766)vadimartynov1-1/+7
2024-06-15refactorchrislu1-1/+1
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-6/+6
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-2/+2
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-2/+2
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-2/+2
2023-06-10avoid overwriting non-nil uploadReaderToChunks.uploadErr with nil value (#4560)柏杰1-3/+7
2023-06-03fix deadlock for filer upload (#4527)wusong1-18/+8
2023-01-02more solid weed mount (#4089)Chris Lu1-1/+1
2022-09-13Removing chunks on failed to write to replicas (#3591)Konstantin Lebedev1-9/+18
2022-09-01avoid data race read fileChunksSize (#3570)Konstantin Lebedev1-1/+2
2022-08-30avoid data race access to uploadReaderToChunks.uploadErr (#3550)Konstantin Lebedev1-2/+9
2022-08-27minorchrislu1-1/+1
2022-08-27adjust for data racechrislu1-2/+2
2022-08-21filer: do not always save files in "/etc" folder to filer storechrislu1-3/+1
2022-08-20use util.Retry to retrychrislu1-10/+9
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-1/+0
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-3/+8
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-5/+3
2022-03-10[bugfix] filer: 1. Delete uploaded chunks when upload failed. 2. Report error...banjiaojuhao1-0/+2
2022-03-07minorchrislu1-2/+3
2022-03-07filer: add back isAppend functionbanjiaojuhao1-3/+2
2022-02-22filer_http: support uploading file with offsetbanjiaojuhao1-1/+19
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+2
2021-09-06refactoringChris Lu1-1/+10
2021-07-15s3: multipart upload miss data if file is chunked in 4MBChris Lu1-8/+3
2021-07-09/etc files are stored inside metadata storeChris Lu1-1/+1
2021-06-07locks for data racingChris Lu1-1/+4
2021-06-06limits concurrent uploads for one file2.51Chris Lu1-3/+25
2021-06-06skip md5 checking for now because of race conditionChris Lu1-9/+2
2021-06-06fix writing the small fileChris Lu1-1/+1
2021-06-06filer: parallel data uploadChris Lu1-19/+34
2021-06-06refactorChris Lu1-35/+54
2021-06-06use bytes.Buffer to reduce memory allocation and gcChris Lu1-5/+19
2021-05-06a little optimizationChris Lu1-4/+6
2021-05-06report error only for the first multipart uploadChris Lu1-1/+1
2021-04-28fix aws style Etag for chunksKonstantin Lebedev1-0/+6