aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07fix compilation errorChris Lu1-1/+1
2020-01-06weed fix: add back .idx file generationChris Lu1-8/+7
2020-01-04volume: copy volumes also include .vif fileChris Lu1-7/+8
2020-01-03remove .vif filesChris Lu1-0/+9
2020-01-03Update README.mdChris Lu1-3/+5
2020-01-03volume: add option to limit file sizeChris Lu7-20/+46
2020-01-02Update README.mdChris Lu1-4/+0
2020-01-02Update README.mdChris Lu1-0/+8
2020-01-02Update README.mdChris Lu1-0/+2
2020-01-01Update README.mdChris Lu1-1/+2
2020-01-01Update README.mdChris Lu1-1/+1
2020-01-01update help messageChris Lu1-1/+1
2020-01-01fix help messageChris Lu2-2/+2
2020-01-01Update README.mdChris Lu1-1/+1
2020-01-01Update README.mdChris Lu1-1/+2
2020-01-01Update README.mdChris Lu1-1/+1
2020-01-01Update README.mdChris Lu1-2/+4
2020-01-01fix dev buildChris Lu1-0/+1
2020-01-01fix dev docker buildChris Lu1-0/+2
2020-01-011.481.48Chris Lu1-1/+1
2019-12-31filer: optional recursive deletionChris Lu3-6/+24
fix https://github.com/chrislusf/seaweedfs/issues/1176
2019-12-29fs: synchronized meta file writingChris Lu1-7/+20
fix https://github.com/chrislusf/seaweedfs/issues/1175
2019-12-28keep .vif file for ec to normal volume conversionChris Lu1-1/+0
2019-12-28always create .vif fileChris Lu1-0/+3
2019-12-28correct .vif file creationChris Lu1-6/+4
2019-12-28go fmtChris Lu1-1/+1
2019-12-28endure creating .vif filesChris Lu2-4/+6
2019-12-28go fmtChris Lu4-5/+1
2019-12-28fix edge casesChris Lu2-3/+4
2019-12-28ec: generate and copy .vif fileChris Lu8-212/+220
2019-12-28load volume info from .vif file, use superblock as a backupChris Lu9-251/+292
2019-12-28fix compilationChris Lu3-4/+4
2019-12-28refactoring: separating .vif from tier file loadingChris Lu3-13/+11
2019-12-28rename volume tier info to volume infoChris Lu9-219/+219
2019-12-28rename from .tier to .vifChris Lu2-3/+3
2019-12-28fix spellingChris Lu3-187/+187
2019-12-25ignore draining errorChris Lu1-1/+1
2019-12-25tier: support remote file attributes and remember the file extensionChris Lu6-185/+214
2019-12-25Merge pull request #1173 from divinerapier/masterChris Lu1-1/+9
feat: drains http body if buffer is too small
2019-12-26feat: drains http body if buffer is too smalldivinerapier1-1/+9
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2019-12-25Merge pull request #1172 from divinerapier/masterChris Lu1-16/+24
fix: handle errors for ReadUrl
2019-12-26fix: handle errors for ReadUrldivinerapier1-16/+24
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2019-12-25Merge pull request #1171 from stlpmo-jn/redundant_type_conversionChris Lu1-2/+2
remove the redundant type conversion
2019-12-25cleanly destroy remote filesChris Lu3-0/+17
2019-12-25go fmtChris Lu3-6/+6
2019-12-25tier storage: support downloading the remote dat filesChris Lu11-256/+775
2019-12-25remove the redundant type conversionstlpmo1-2/+2
2019-12-24ec encode distribute ec data and parity shards evenlyChris Lu3-27/+36
2019-12-24go fmtChris Lu2-3/+2
2019-12-24compaction changed to .idx based deletionChris Lu8-15/+63