aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2021-03-02return errChris Lu1-0/+4
2021-03-01s3: list permission is needed to list my bucketsChris Lu1-1/+1
2021-03-01skip network error when remote volumes startChris Lu2-0/+8
2021-03-01add logs for remote file loadingChris Lu1-0/+1
2021-03-01add vif file versions in case loading superblock failsChris Lu2-4/+15
2021-03-01skip already loaded backendsChris Lu1-0/+6
2021-02-28go fmtChris Lu6-15/+14
2021-02-28adjust log levelChris Lu1-4/+4
2021-02-28adjust textChris Lu1-1/+1
2021-02-28cloud tier to non-AWS s3 gatewaysChris Lu1-2/+3
2021-02-282.292.29Chris Lu1-1/+1
2021-03-01set default env prefix to WEED_bingoohuang1-0/+1
2021-02-28filer.backup: added to replace filer.replicateChris Lu5-99/+296
2021-02-28minorChris Lu1-2/+2
2021-02-28local file sink: create backup files with permission 0755Chris Lu1-2/+2
2021-02-28always use non bucket prefixing urlChris Lu1-0/+1
2021-02-28filer source: support filerProxy modeChris Lu3-6/+11
2021-02-28data sink: add incremental modeChris Lu9-15/+60
2021-02-28rename fileChris Lu1-1/+1
2021-02-27add help messageChris Lu1-1/+1
2021-02-27use "options"Chris Lu1-1/+1
2021-02-27avoid confusion: conf and config are too similarChris Lu1-1/+1
2021-02-26Merge pull request #1844 from kmlebedev/processRangeRequestChris Lu1-0/+1
2021-02-26Show the real disk usage in stats callsPatrick Schmidt3-7/+4
2021-02-26log error write entryKonstantin Lebedev1-0/+1
2021-02-23filer: do not return no content for empty filesChris Lu1-8/+0
2021-02-23volume.tier.move: avoid repeated move for replicated volumesChris Lu1-1/+1
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