aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-051.711.71Chris Lu3-3/+3
2020-04-05filer: support larger file sizeChris Lu1-7/+20
2020-04-05comment out debug messagesChris Lu1-13/+22
2020-04-05fixChris Lu1-1/+1
2020-04-05iterate through the log bufferChris Lu2-7/+47
2020-04-05adjust caching and notification for recursive directory deletionChris Lu1-3/+5
2020-04-05remove duplicated update eventsChris Lu1-7/+0
2020-04-05refactoringChris Lu9-21/+21
2020-04-05watch entries with common path prefixChris Lu5-129/+145
2020-04-05add util.PathJoinChris Lu2-2/+5
2020-04-05change from 'weed tail' to 'weed watch'Chris Lu2-12/+12
2020-04-05adjust log file namesChris Lu1-2/+2
2020-04-05set to 4MB meta log buffer sizeChris Lu1-1/+3
2020-04-05fix testsChris Lu2-4/+4
2020-04-05go fmtChris Lu4-19/+30
2020-04-05filer: able to tail meta data changesChris Lu11-179/+366
2020-04-04adjustChris Lu1-0/+5
2020-04-04add a tool to check disk statusChris Lu1-0/+37
2020-04-04add disk stat to logsChris Lu1-1/+5
2020-04-03loop through all mastersChris Lu1-5/+7
2020-04-03fail fast if filer configured wrong mastersChris Lu1-1/+9
2020-04-03adjust parameter nameChris Lu1-3/+3
2020-04-03re-orderingChris Lu1-2/+2
2020-04-03make error a little bit more clearerChris Lu1-1/+1
2020-04-03mount: fail early rather than after mounted the directoryChris Lu1-34/+26
2020-04-02handle gzip for image resizingChris Lu1-1/+7
2020-04-02volume: passing ext info via URLChris Lu1-3/+5
2020-04-02volume copying adds cleaning up on errorChris Lu1-4/+22
2020-04-02volume.fix.replication: add test cases for complicated movingChris Lu2-18/+324
2020-04-01volume.fsck: fix for erasure encoded volumesChris Lu1-5/+10
2020-04-01Merge pull request #1255 from levenlabs/ignoreChris Lu7-13/+39
2020-04-01Added treat_replication_as_minimums master toml optionJames Hartig7-13/+39
2020-04-01Update backers.mdChris Lu1-1/+1
2020-04-01add Admiral getadmiral.comChris Lu1-0/+1
2020-03-30refactoringChris Lu3-72/+96
2020-03-30adjust loggingChris Lu2-10/+13
2020-03-30writing meta logs is workingChris Lu12-152/+618
2020-03-29refactoring to compile for windows OS1;701.70Chris Lu3-9/+7
2020-03-291.70Chris Lu3-3/+3
2020-03-29HDFS: 1.2.6Chris Lu5-5/+5
2020-03-29fix: delete a file and then create a directory with the same nameChris Lu2-1/+10
2020-03-29HDFS: support chunk cacheChris Lu3-34/+41
2020-03-29return part of the chunk if chunkview is not the full chunkChris Lu2-16/+32
2020-03-28Update SeaweedRead.javaChris Lu1-0/+2
2020-03-28add notesChris Lu1-0/+2
2020-03-28adjust print outChris Lu1-1/+1
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu6-15/+24
2020-03-28FUSE: add chunk cache for recently accessed file chunksChris Lu6-17/+71
2020-03-28refactorChris Lu2-4/+4
2020-03-28refactoringChris Lu6-13/+15