aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-170.55 betaChris Lu1-1/+1
2014-04-171. v0.54Chris Lu11-24/+22
2014-04-161. volume server now sends master server its max file key, so thatChris Lu17-256/+60
2014-04-16added typed join resultChris Lu4-9/+16
2014-04-15adjust to upgraded Raft libraryChris Lu1-1/+1
2014-04-15Add types to uploadingChris Lu3-16/+17
2014-04-15Use type ClusterStatusResult for writing and reading resultsChris Lu3-15/+15
2014-04-15minor textual changeChris Lu1-2/+2
2014-04-15Use type AssignResult when writing and reading result.Chris Lu2-10/+10
2014-04-15Added batch file deleting.Chris Lu7-37/+110
2014-04-14rename variable nameChris Lu1-2/+2
2014-04-14rename file from lookup_volume_id.go to lookup.goChris Lu1-0/+0
2014-04-14batch delete on volume serversChris Lu3-1/+46
2014-04-14use fileId as the official name for the file identifierChris Lu1-1/+1
2014-04-14refactor: split master handler into 2 filesChris Lu2-150/+158
2014-04-14refactor: split volume handlers into 3 filesChris Lu3-84/+105
2014-04-13refactor lookup result types into package "operation"Chris Lu2-22/+31
2014-04-131. add batched volume lookup handlerChris Lu3-20/+79
2014-04-13remove unused code additional functions for glogChris Lu1-9/+1
2014-04-13adding instructions on how to use loggingChris Lu2-3/+5
2014-04-13releasing 0.53, and then move to 0.54 betaChris Lu1-1/+1
2014-04-13Correct logic to allocate volume slotsChris Lu1-12/+25
2014-04-13fix bug when reading back the replica settings!Chris Lu2-1/+15
2014-04-13correct assign logic for rack level. Still need to fix data centerChris Lu1-9/+19
2014-04-13mostly working correctly, but may have failed volume growing attemptsChris Lu1-0/+13
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu11-77/+144
2014-04-11Add retrying logic to wait for other peers during cluster bootstrapping.Chris Lu4-15/+44
2014-04-10starting 0.53 betaChris Lu1-1/+1
2014-04-100.52 versionChris Lu1-1/+1
2014-04-091. root dir has id of 0Chris Lu5-13/+26
2014-04-09a correct implementation of filerChris Lu10-148/+536
2014-03-30adding filer!!!Chris Lu4-35/+138
2014-03-30fix to avoid empty sub directoryChris Lu1-2/+4
2014-03-30more robust filerChris Lu4-7/+59
2014-03-30working filer server!Chris Lu9-31/+366
2014-03-28all in progress version will just be betaChris Lu1-1/+1
2014-03-28 Issue 65: weed-fs 0.51 does not compile under windowsChris Lu8-71/+58
2014-03-26adding lots of different statsChris Lu8-31/+123
2014-03-251. adding statistics reportingChris Lu17-32/+319
2014-03-240.51Chris Lu1-1/+1
2014-03-23refactor functionsChris Lu3-1/+6
2014-03-23fix delayed deletionChris Lu1-6/+6
2014-03-20better delayed deletionChris Lu1-7/+15
2014-03-20enhance deletion operationChris Lu4-26/+49
2014-03-20switch to idle timeout instead of read timeoutChris Lu5-33/+103
2014-03-19now the volume compaction bug is fixed.Chris Lu1-1/+1
2014-03-19switch to ReadAt() for thread-safe readChris Lu5-32/+42
2014-03-19adjusting logsChris Lu2-3/+3
2014-03-19adjusting logsChris Lu1-1/+1
2014-03-19add deletion during benchmarkingChris Lu1-20/+47