aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_grpc_server.go
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-25renamingChris Lu1-1/+1
2020-10-24less verbose logsChris Lu1-1/+1
2020-10-20filer: support default rackChris Lu1-13/+9
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+22
2020-10-07go fmtChris Lu1-22/+22
2020-10-07read from alternative replicaChris Lu1-4/+7
2020-09-24switch hardlink id from int64 to bytesChris Lu1-2/+2
2020-09-24hardlink works nowChris Lu1-17/+22
2020-09-21filer: add file extended propertiesChris Lu1-0/+1
2020-09-17filer report metrics configurationChris Lu1-7/+9
2020-09-09filer: cross cluster synchronizationChris Lu1-1/+1
2020-09-05read filer signatureChris Lu1-0/+1
2020-09-01rename filer2 to filerChris Lu1-17/+17
2020-08-31Merge pull request #1431 from kmlebedev/wip-prefix-searchChris Lu1-8/+1
2020-08-28add signatures to messages to avoid double processingChris Lu1-4/+4
2020-08-23always keep the manifest list of chunksChris Lu1-7/+8
2020-08-05test ListDirectoryPrefixedEntriesУстюжанин Антон Александрович1-8/+1
2020-07-19go code can read and write chunk manifestChris Lu1-8/+65
2020-06-30filer: support active<=>active filer replicationChris Lu1-4/+4
2020-06-28passing ctx for metadata loggingChris Lu1-1/+1
2020-05-08able to read chan and write chanChris Lu1-1/+37
2020-05-05add broker connects to filerChris Lu1-0/+36
2020-04-26Hadoop: fix entry not found for HCFSChris Lu1-3/+22
2020-04-17filer: able to append to a fileChris Lu1-0/+32
2020-04-12remove configurable topics folder locationChris Lu1-1/+0
2020-04-11s3: add option to fsync bucketsChris Lu1-1/+1
2020-04-05refactoringChris Lu1-6/+5
2020-03-26refactoringChris Lu1-6/+15
2020-03-23refactoringChris Lu1-6/+7
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu1-19/+0
2020-03-09filer: list diretory pagination make up for the expired entriesChris Lu1-2/+2
2020-03-09filer: support TTL for all filer storesChris Lu1-2/+2
2020-03-07breaks dependency loopChris Lu1-1/+1