aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-222.282.28Chris Lu3-4/+4
2021-02-22avoid conflict with "weed scaffold -config=xxx"Chris Lu1-1/+1
2021-02-22avoid unnecessary user home checkingChris Lu1-0/+4
2021-02-22volume: avoid fixed vacuum timeout for large volumesChris Lu1-13/+12
2021-02-22filer: avoid encryption and compression at the same timeChris Lu1-16/+17
2021-02-22disk type support custom tagsChris Lu11-15/+15
2021-02-22volume.tier.move: passing non-empty disk typeChris Lu3-4/+11
2021-02-22avoid moving to another server with the same volume idChris Lu1-3/+25
2021-02-22shell: add volume.tier.moveChris Lu2-6/+61
2021-02-22refactoringChris Lu11-98/+63
2021-02-212.272.27Chris Lu3-4/+4
2021-02-21use basic file object to parse pathChris Lu1-17/+16
2021-02-20Merge pull request #1823 from bingoohuang/masterChris Lu5-4/+1152
2021-02-20fix testChris Lu1-1/+1
2021-02-20disk file avoid file.Stat()Chris Lu3-3/+12
2021-02-21fix log helpbingoo1-1/+1
2021-02-20Revert "Revert "avoid file.Stat()""Chris Lu1-7/+26
2021-02-20Revert "avoid file.Stat()"Chris Lu1-26/+7
2021-02-20skip seek() when index file writesChris Lu4-6/+23
2021-02-20avoid file.Stat()Chris Lu1-7/+26
2021-02-20revert comment temporarilybingoohuang1-2/+0
2021-02-20Merge remote-tracking branch 'origin/master'bingoohuang0-0/+0
2021-02-20revert ErrXyz to ErrorXyz temporarily.bingoohuang7-16/+16
2021-02-20revert ErrXyz to ErrorXyz temporarily.bingoohuang6-13/+13
2021-02-20support command line arguments in a configuration file so we can `weed master...bingoohuang4-3/+1151
2021-02-20Merge pull request #3 from chrislusf/masterbingoohuang20-108/+131
2021-02-19Update data_node.goChris Lu1-1/+1
2021-02-19add back volume idsChris Lu1-1/+1
2021-02-19adjustChris Lu1-2/+2
2021-02-19Revert "volume: avoid file.stat(), file.seek() if possible during writes"Chris Lu2-33/+6
2021-02-19add WIP messageChris Lu1-2/+2
2021-02-19grpc should fail when heart beating to masterChris Lu1-1/+0
2021-02-19add back actionsChris Lu2-44/+62
2021-02-19fix volume server display for volumesChris Lu2-20/+20
2021-02-19renaming to ErrXyzbingoohuang7-16/+18
2021-02-18volume: avoid file.stat(), file.seek() if possible during writesChris Lu2-6/+33
2021-02-18remove extra filesChris Lu1-11/+0
2021-02-18add descriptive error if no free volumesChris Lu4-15/+17
2021-02-18filer: fs.configure should try to read from entry.content alsoChris Lu2-8/+10
2021-02-18webdav adds disktypeChris Lu3-0/+5
2021-02-18Merge pull request #1818 from Derkades/patch-1Chris Lu1-1/+3
2021-02-18Add build arg to choose dev or stable releaseRobin1-1/+3
2021-02-18webdav add replication settingChris Lu4-3/+9
2021-02-18add more help messageChris Lu1-1/+1
2021-02-18Merge pull request #1813 from bingoohuang/masterChris Lu4-4/+4
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang147-2875/+4306
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang4-4/+4
2021-02-18Merge pull request #2 from chrislusf/masterbingoohuang147-2875/+4306
2021-02-17go fmtChris Lu15-39/+39
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu20-57/+64