aboutsummaryrefslogtreecommitdiff
path: root/go/topology/volume_layout.go
AgeCommit message (Expand)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-226/+0
2016-04-14make VolumeLayout thread safechrislusf1-3/+15
2015-05-23Adjust log messagechrislusf1-1/+1
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-2/+2
2015-04-06change count to uint64 to fix #109chrislusf1-1/+1
2015-03-10follow golint suggestionschrislusf1-19/+18
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-0/+5
2014-10-26formatting code by: goimports -w=true .Chris Lu1-2/+3
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-2/+2
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-2/+2
2014-09-20add TTL supportChris Lu1-1/+12
2014-04-171. v0.54Chris Lu1-1/+0
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu1-6/+18
2014-03-30working filer server!Chris Lu1-1/+1
2014-03-19switch to ReadAt() for thread-safe readChris Lu1-11/+17
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu1-4/+14
2014-03-02Major:Chris Lu1-8/+8
2013-11-12remove unused parameter pulseChris Lu1-4/+2
2013-08-12ensure unwritable volumes are not in writables listChris Lu1-6/+13
2013-08-08switching to temporarily use glog libraryChris Lu1-6/+6
2013-08-08avoid verbose log message when some volumes are fullChris Lu1-1/+1
2013-07-15better locking to prevent any possible memory access errorChris Lu1-0/+15
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu1-5/+5
2013-06-19add dataCenter option when assign file keysChris Lu1-7/+37
2013-04-14merge changes from about dealing with read only volumes.Chris Lu1-4/+6
2013-03-20return nil instead of memory access errorChris Lu1-1/+4
2013-02-26add lots of error checking by GThomasChris Lu1-1/+1
2013-02-10testing compilation with remove packageChris Lu1-0/+116