aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend
AgeCommit message (Expand)AuthorFilesLines
2020-03-19volume: sync volume file right before compactionChris Lu4-0/+13
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu2-3/+8
2020-01-29support env variables to overwrite toml fileChris Lu2-15/+13
2019-12-28rename volume tier info to volume infoChris Lu2-3/+3
2019-12-25tier: support remote file attributes and remember the file extensionChris Lu3-3/+15
2019-12-25go fmtChris Lu2-2/+2
2019-12-25tier storage: support downloading the remote dat filesChris Lu4-1/+130
2019-12-10adjust textChris Lu1-2/+2
2019-12-08refactoringChris Lu4-13/+4
2019-12-08remove unused functionsChris Lu2-8/+0
2019-12-02go fmtChris Lu2-9/+9
2019-12-02fix testChris Lu1-1/+1
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu3-30/+119
2019-11-29pass backend config from master to volume serversChris Lu2-17/+80
2019-11-28tweakingChris Lu1-0/+3
2019-11-28master load backend storage config from master.tomlChris Lu4-60/+111
2019-11-27s3Chris Lu5-9/+74
2019-11-22go fmtChris Lu2-4/+4
2019-11-18WIPChris Lu3-0/+178
2019-11-12adjust memory mapped file sizeChris Lu1-1/+1
2019-11-12fix master maintenance logicLei Liu1-2/+2
2019-11-09refactor memory mapped file into backend storageChris Lu2-2/+60
2019-10-29adjust NewDiskFile() paramatersChris Lu1-2/+2
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu2-0/+65
2019-10-24refactoringChris Lu7-0/+648