aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/read_write.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-5/+6
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-07-11close SkipCheckParentDirectory flagguosj1-2/+3
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-6/+4
2022-03-17minor optimizationchrislu1-0/+1
2022-02-07filer read empty file may cause OOM in some caseschrislu1-2/+1
2021-07-09s3 config read via grpcChris Lu1-45/+8
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-1/+1
2021-04-06Merge branch 'upstreamMaster' into iamapiprKonstantin Lebedev1-2/+2
2021-03-25SaveAs S3 ConfigurationKonstantin Lebedev1-2/+6
2021-03-16Merge branch 'upstreamMaster' into check_chunkviews_mrKonstantin Lebedev1-1/+1
2021-03-16CheckAllChunkViews() for HEAD requests onlyKonstantin Lebedev1-1/+1
2021-03-16revert fasthttp changesChris Lu1-1/+1
2021-02-12use fasthttp lib to readChris Lu1-1/+1
2020-12-22go fmtChris Lu1-6/+6
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu1-0/+39
2020-12-09added error handling for savingChris Lu1-1/+11
2020-12-06refactoringChris Lu1-0/+63