aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2021-02-222.282.28Chris Lu1-1/+1
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 Lu1-1/+1
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 Lu2-2/+11
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-20revert ErrXyz to ErrorXyz temporarily.bingoohuang7-16/+16
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/masterbingoohuang16-61/+64
2021-02-19Update data_node.goChris Lu1-1/+1
2021-02-19add back volume idsChris Lu1-1/+1
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-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-18webdav add replication settingChris Lu4-3/+9
2021-02-18add more help messageChris Lu1-1/+1
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang122-2802/+3881
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang4-4/+4
2021-02-17go fmtChris Lu15-39/+39
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu19-56/+63
2021-02-17add sleep between upload retriesChris Lu1-0/+1
2021-02-17s3: set filename when uploading file chunksChris Lu1-1/+1
2021-02-17filer: do not print password on errorChris Lu4-5/+17
2021-02-16skip JWT if fileId is emptyChris Lu1-0/+3
2021-02-16Merge branch 'extend_to_disk_type'Chris Lu52-1387/+1805
2021-02-16adjust printingChris Lu1-2/+9
2021-02-16fix testsChris Lu3-15/+36
2021-02-16only use "" for hdd to avoid two values for the same thingChris Lu1-2/+2
2021-02-16fix printChris Lu1-1/+1