aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Expand)AuthorFilesLines
2020-03-26add back running outputChris Lu1-1/+7
2020-03-26go fmtChris Lu1-1/+0
2020-03-25purging skip EC volumesChris Lu1-0/+3
2020-03-25batch delete orphan data by file keysChris Lu1-18/+59
2020-03-25format outputChris Lu1-11/+26
2020-03-24shell: volume.fsck add optionsChris Lu1-18/+40
2020-03-24fix compilation on travisChris Lu1-3/+3
2020-03-24auto add prefix "fs."Chris Lu1-3/+2
2020-03-24fix pwd printoutChris Lu1-5/+1
2020-03-24better output formatChris Lu1-5/+11
2020-03-24clean upChris Lu1-0/+2
2020-03-24shell: add volume.fsckChris Lu2-34/+270
2020-03-24fix compilationChris Lu1-4/+4
2020-03-24fix logicChris Lu1-29/+27
2020-03-24disable chunk file outputChris Lu1-22/+20
2020-03-23add commentsChris Lu1-1/+8
2020-03-23shell: fs.meta.save add option to export all fileIds for all filesChris Lu2-22/+58
2020-03-23refactoringChris Lu2-12/+13
2020-03-23fix du block and byte coutingChris Lu1-1/+6
2020-03-23fix directory checkingChris Lu1-1/+5
2020-03-23simplify parsing filer host and portChris Lu14-99/+44
2020-03-23shell: desupport filer url in the argumentsChris Lu7-15/+11
2020-03-23refactoringChris Lu2-51/+34
2020-03-23refactoringChris Lu10-30/+30
2020-03-22consistent 64bit sizeChris Lu1-1/+1
2020-03-07breaks dependency loopChris Lu2-2/+0
2020-03-07fuse mount: avoid lookup nil entryChris Lu4-16/+5
2020-03-04refactoringChris Lu1-7/+2
2020-03-01go fmtChris Lu1-2/+2
2020-03-01master able to list all master clients by typeChris Lu1-2/+1
2020-02-26go fmtChris Lu1-1/+1
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu1-0/+3
2020-02-25fix testChris Lu1-1/+0
2020-02-25remove ctx if possibleChris Lu5-27/+12
2020-02-25avoid reusing context objectChris Lu32-253/+202
2020-02-25fix directory lookup nilChris Lu3-1/+7
2020-02-25minorChris Lu1-1/+1
2020-02-24shell: add commands for bucketChris Lu3-0/+246
2020-02-21shell: ensure dc and rack does not change for replicated volumesChris Lu1-11/+17
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu1-0/+105
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+2
2020-01-26use the same context object in order to retryChris Lu16-28/+28
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2020-01-19refactoringChris Lu4-9/+6
2020-01-01update help messageChris Lu1-1/+1
2020-01-01fix help messageChris Lu2-2/+2
2019-12-29fs: synchronized meta file writingChris Lu1-7/+20
2019-12-28ec: generate and copy .vif fileChris Lu3-0/+3
2019-12-25go fmtChris Lu1-4/+4
2019-12-25tier storage: support downloading the remote dat filesChris Lu3-22/+187