aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_sync.go
AgeCommit message (Expand)AuthorFilesLines
2018-10-15migrate volume sync to gRpcChris Lu1-22/+17
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu1-5/+6
2018-07-31support 128 bit NeedleIdChris Lu1-2/+2
2018-07-08refactoring: add type for needle id, offsetChris Lu1-7/+8
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-1/+1
2017-05-26add btree for volume indexChris Lu1-13/+14
2017-01-06keep track of total data file sizeChris Lu1-1/+1
2016-07-03refactor volume_read_write.go out of volume.goChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+213