aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_grpc_server.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-25Add error list each entry func (#7485)tam-i131-4/+4
2025-10-30Filer: fallback to check master (#7411)Chris Lu1-22/+22
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2025-06-24Changes logging function (#6919)Aleksey Kosov1-17/+17
2025-05-28Add context with request (#6824)Aleksey Kosov1-13/+13
2024-08-01conditional deletechrislu1-1/+1
2024-07-11small refactoringchrislu1-6/+1
2024-04-10fix append disorder (#5492)skycope1-1/+1
2024-02-01use a short-lived lockchrislu1-2/+2
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-2/+2
2023-09-16balancer workschrislu1-3/+3
2023-07-17Fix large file chunks deleted by mistake (#4678)wusong1-3/+4
2023-06-25lock on append metadata operationchrislu1-1/+6
2023-02-25add -disk to filer command (#4247)lfhy1-0/+4
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-6/+6
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-3/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-6/+4
2022-06-06filer: detect ttl based on fs configure settingchrislu1-0/+7
2022-04-01refactor: separate into two fileschrislu1-126/+0
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-16rename to skipCheckParentDirchrislu1-2/+2
2022-03-17go fmtzzq094941-2/+2
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-2/+2
2022-03-17Revert "filer: support uploading file without needEnsureParentDir"zzq094941-2/+2
2022-03-17filer: support uploading file without needEnsureParentDirzzq094941-2/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-3/+3
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-2/+3
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-2/+2
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-2/+2
2021-09-12change server address from string to a typeChris Lu1-5/+10
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-08-29add cluster id in filer configuration responseChris Lu1-0/+3
2021-07-19add remote to filer.Entry and filer_pb entry, add RemoteConfChris Lu1-58/+8
2021-07-12add version to filer configuration responseChris Lu1-0/+1
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-4/+12
2021-04-24filer: directory listing adds namePatternExcludeChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-23/+21
2021-01-15add stream list directory entriesChris Lu1-22/+20
2021-01-14change limit to int64 in case of overflowChris Lu1-2/+2
2021-01-01separate prefix from namePatternChris Lu1-1/+1
2020-12-28filer: avoid deletion error when item is not foundChris Lu1-1/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13adding volume typeChris Lu1-2/+4
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu1-0/+2
2020-11-30filer: cache small file to filer storeChris Lu1-0/+2
2020-11-15refactoringChris Lu1-55/+16
2020-11-15refactoringChris Lu1-3/+18