aboutsummaryrefslogtreecommitdiff
path: root/go/storage/volume.go
AgeCommit message (Expand)AuthorFilesLines
2013-07-28a little more conciseChris Lu1-4/+3
2013-07-28Issue 37: Replicate deleteChris Lu1-3/+4
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu1-2/+2
2013-07-13use bytes.Equal() instead, Thanks for Thomas' suggestionChris Lu1-7/+2
2013-07-12ensure append only for deleted filesChris Lu1-2/+2
2013-07-11empty deleted fileChris Lu1-0/+1
2013-07-11avoid writing the same fileChris Lu1-0/+25
2013-07-05Issue 26: Could not download uploaded filesChris Lu1-0/+10
2013-06-19add dataCenter option when assign file keysChris Lu1-4/+48
2013-04-18refactoring needle mapper interface to separate index file storage logicChris Lu1-7/+7
2013-04-14merge changes from about dealing with read only volumes.Chris Lu1-1/+25
2013-02-26add lots of error checking by GThomasChris Lu1-8/+19
2013-02-11do not truncate file if any error happens. Truncating will lose allChris Lu1-11/+3
2013-02-10Issue 15: Stress test corrupts volumeChris Lu1-13/+21
2013-02-10testing compilation with remove packageChris Lu1-0/+274