aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22fix metrics1.32Chris Lu1-8/+8
2019-04-21minorChris Lu1-1/+1
2019-04-21shell: add fs.catChris Lu3-2/+82
2019-04-211.311.31Chris Lu1-1/+1
2019-04-21minorChris Lu1-0/+1
2019-04-21volume: support http status 304 for the same file idChris Lu6-17/+18
2019-04-21maintain layout correctness when changing volumesChris Lu1-14/+32
2019-04-21volume: also check cookie for possible duplicatesChris Lu2-2/+2
2019-04-21adjust log or errorChris Lu4-7/+11
2019-04-20add remove volumes with version infoChris Lu7-85/+155
2019-04-20shell: fix volume.copyChris Lu1-2/+2
2019-04-20shell: add commands volume.copy volume.delete volume.mount volume.unmountChris Lu5-2/+224
2019-04-20add notesChris Lu1-1/+1
2019-04-20refactoringChris Lu5-126/+128
2019-04-20shell: add command volume.moveChris Lu17-311/+727
2019-04-20Merge pull request #934 from stlpmo-jn/parse_fileid_from_stringChris Lu4-4/+150
2019-04-20add function ParseFileIdFromStringstlpmo-jn4-4/+150
2019-04-19volume: atomic copying file, adds version and stopOffsetChris Lu9-113/+168
2019-04-19filer mysql: adjust scaffolding instructionsChris Lu1-2/+3
2019-04-19read volume lastAppendAtNs when loading a volumeChris Lu4-24/+28
2019-04-19fix needle map entry sizeChris Lu18-184/+195
2019-04-18refactoringChris Lu72-326/+382
2019-04-18refactoringChris Lu2-75/+91
2019-04-18filer.copy: add adjustable compression levelChris Lu2-13/+31
2019-04-18refactoringChris Lu1-31/+44
2019-04-18volume tailing chunks large filesChris Lu5-103/+179
2019-04-18add volume tailerChris Lu4-147/+227
2019-04-18go fmtChris Lu9-29/+28
2019-04-18add VolumeStreamFollow, but not used yetChris Lu8-102/+351
2019-04-17refactoringChris Lu8-157/+162
2019-04-16adjust log levelChris Lu1-1/+1
2019-04-16lock btree writesChris Lu1-1/+9
2019-04-16add notesChris Lu1-0/+2
2019-04-16refactor: prepare for snapshottingChris Lu5-8/+9
2019-04-16weed shell: fs.meta.save adjusts meta data file nameChris Lu2-6/+14
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu3-192/+78
2019-04-16weed shell: add command fs.meta.load to restore meta dataChris Lu1-0/+103
2019-04-16better error messageChris Lu4-8/+8
2019-04-16weed shell: add command fs.meta.saveChris Lu1-0/+142
2019-04-16replicate need to include new entry pathChris Lu13-198/+270
2019-04-15increase max idle conn per hostsChris Lu1-1/+1
2019-04-15volume: fix needle checking for deleted needlesChris Lu1-2/+2
2019-04-15Revert "Revert "volume: close request body if any parsing error""Chris Lu1-0/+7
2019-04-15Revert "volume: close request body if any parsing error"Chris Lu1-7/+0
2019-04-15stress test filerChris Lu2-10/+25
2019-04-15volume: close request body if any parsing errorChris Lu1-0/+7
2019-04-15volume: reset leader if error happensChris Lu1-0/+1
2019-04-14http exhaust and close response bodyChris Lu3-3/+15
2019-04-14fix race detector found problemsChris Lu4-33/+53
2019-04-12add stress filer test codeChris Lu2-0/+271