aboutsummaryrefslogtreecommitdiff
path: root/go/storage/volume.go
AgeCommit message (Expand)AuthorFilesLines
2015-05-23Rename variableschrislusf1-8/+8
2015-05-08Textual changes.chrislusf1-1/+1
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-1/+1
2015-04-14Add error checking for file reads.chrislusf1-1/+5
2015-03-29Add boltdb for volume needle mapchrislusf1-14/+24
2015-03-27add leveldb support for needle mapchrislusf1-68/+15
2015-03-09adding special handling to recover data if possiblechrislusf1-4/+26
2015-01-14Resolve ConflictsChris Lu1-1/+1
2015-01-13Cleanup error printing.Chris Lu1-2/+2
2015-01-13fix some typosLei Xue1-1/+1
2014-12-26fix bug: upload a file which already existed return a wrong file size.yanyiwu1-2/+6
2014-10-26formatting code by: goimports -w=true .Chris Lu1-1/+2
2014-10-21print error the correct way.Chris Lu1-12/+13
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-1/+1
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-1/+1
2014-09-20add TTL supportChris Lu1-6/+68
2014-08-25a bit refactoring to prepare for volume format change and backwardChris Lu1-55/+1
2014-05-31Reduce memory usage for "weed fix"Chris Lu1-3/+6
2014-05-19Refactor out volume vacuum.Chris Lu1-38/+0
2014-05-19Refactor out volume vacuum.Chris Lu1-28/+0
2014-04-171. v0.54Chris Lu1-4/+4
2014-03-23refactor functionsChris Lu1-0/+2
2014-03-19switch to ReadAt() for thread-safe readChris Lu1-12/+16
2014-03-181. no locks for all read operations! Switching to pread for all reads.Chris Lu1-27/+12
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu1-0/+15
2014-03-09truncate file content during creatingChris Lu1-2/+2
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