aboutsummaryrefslogtreecommitdiff
path: root/go/storage/volume.go
AgeCommit message (Expand)AuthorFilesLines
2014-03-02Major:Chris Lu1-9/+9
2014-02-06Avoid creating *.dat file when reading and it does not existChris Lu1-19/+28
2014-01-21trivial refactoringChris Lu1-6/+9
2013-11-18adjust function nameChris Lu1-1/+1
2013-11-12support for collections!Chris Lu1-13/+19
2013-10-31log changesChris Lu1-2/+6
2013-09-28add a command to force compaction of a volume, removing deleted filesChris Lu1-1/+1
2013-09-19Issue 45 in weed-fs: [Compact issue] Offset overflowChris Lu1-7/+7
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-1/+1
2013-08-12v0.40Chris Lu1-2/+4
2013-08-12correct and more cleaner logic to fall back to read only modeChris Lu1-40/+67
2013-08-11wording changeChris Lu1-2/+2
2013-08-11handle cases when .idx files are also readonlyChris Lu1-10/+19
2013-08-08switching to temporarily use glog libraryChris Lu1-27/+39
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