aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_grpc_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-23/+23
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
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+1
2020-02-27weed queue startsChris Lu1-1/+2
2020-02-25remove ctx if possibleChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-2/+2
2020-02-25move filer assign volume grpc errror to responseChris Lu1-3/+3
2020-02-25s3: implemented DeleteMultipleObjectsChris Lu1-1/+25
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-9/+14
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-5/+9
2020-01-24return empty response if not foundChris Lu1-2/+5
2020-01-24adjust loggingChris Lu1-0/+7
2020-01-24adjust loggingChris Lu1-0/+1
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-1/+1
2019-12-17passing entry.ExtendedChris Lu1-3/+6