aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-102.102.10Chris Lu3-3/+3
2020-11-10delete old volume replicaChris Lu1-12/+14
2020-11-09avoid verbose logsChris Lu1-1/+1
2020-11-09Update README.mdChris Lu1-2/+0
2020-11-09Update README.mdChris Lu1-1/+3
2020-11-09filer: add API to add/modify/delete taggingChris Lu3-6/+118
2020-11-082.092.09Chris Lu9-9/+9
2020-11-07Merge pull request #1603 from LazyDBA247-Anyvision/masterChris Lu7-8/+8
2020-11-08fix reading the correct Values.yaml for s3 metricsPortLazyDBA247-Anyvision1-1/+1
2020-11-08remove extra curly braceLazyDBA247-Anyvision7-7/+7
2020-11-07Merge pull request #1602 from LazyDBA247-Anyvision/masterChris Lu2-0/+0
2020-11-07naming typo fixLazyDBA247-Anyvision2-0/+0
2020-11-07Merge pull request #1601 from LazyDBA247-Anyvision/masterChris Lu2-1349/+1873
2020-11-07grafana dashboard - use Helm Files.GetLazyDBA247-Anyvision2-1349/+1873
2020-11-04Update release.ymlChris Lu1-2/+0
2020-11-04Update README.mdChris Lu1-1/+2
2020-11-04Merge pull request #1598 from kmlebedev/hotfix/ErrNoSuchKeyChris Lu1-1/+1
2020-11-04Update release.ymlChris Lu1-0/+12
2020-11-04avoid blank response for 404Konstantin Lebedev1-1/+1
2020-11-04add instructions to get helpChris Lu1-0/+2
2020-11-04Update release.ymlChris Lu1-11/+13
2020-11-03volume: detect max volume count changes based on disk usageChris Lu3-8/+11
2020-11-03ensure entryViewCache is in sync with the chunksChris Lu2-2/+1
2020-11-03in case some chunks modified earliar are added laterChris Lu1-5/+27
2020-11-03lock "addChunks()"Chris Lu1-1/+3
2020-11-03Update README.mdChris Lu1-1/+1
2020-11-03HCFS: add close() to SeaweedFileSystem.javaChris Lu4-0/+28
2020-11-03store together with "Seaweed-" prefixChris Lu1-1/+1
2020-11-03filer: Headers with "Seaweed-" prefix are stored as extended propertiesChris Lu2-5/+17
2020-11-02avoid []byte reuseChris Lu1-4/+1
2020-11-02Revert "revert bytebufferpool, seems problematic"Chris Lu1-4/+9
2020-11-02Revert "go mod tidy"Chris Lu2-0/+3
2020-11-02go mod tidyChris Lu2-3/+0
2020-11-02go fmtChris Lu1-1/+0
2020-11-02avoid closing chunkSaveErrChan too earlyChris Lu1-5/+8
2020-11-02revert bytebufferpool, seems problematicChris Lu1-9/+4
2020-11-01mount: clear possible leftover entry data in memoryChris Lu1-0/+8
2020-11-01README: add quick startChris Lu1-1/+5
2020-11-012.082.08Chris Lu3-3/+3
2020-11-01move to util.RetryWaitTimeChris Lu7-20/+17
2020-11-01break import cycleChris Lu1-2/+1
2020-11-01mount: remove files that may still are openChris Lu1-0/+6
2020-11-01refactoringChris Lu2-38/+28
2020-11-01add retry to master clients alsoChris Lu2-7/+16
2020-11-01only retry transport related errorsChris Lu1-3/+6
2020-11-01mount: add retry for all operations with filerChris Lu2-4/+29
2020-10-31go fmtChris Lu4-4/+4
2020-10-31filer: add CORS supportChris Lu3-9/+29
2020-10-31volume: add CORS supportChris Lu2-1/+23
2020-10-31ensure offset in the index file is positiveChris Lu1-1/+1