aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26mount: able to handle large git cloneChris Lu3-21/+60
2020-01-26add test casesChris Lu1-0/+36
2020-01-26add loggingChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu14-124/+152
2020-01-25Revert "use docker built binaries for faster automated release"Chris Lu3-15/+59
This reverts commit 9863f51cc8280a613eb816f5b73bda0fcc60f459.
2020-01-25logChris Lu1-2/+2
2020-01-25use docker built binaries for faster automated releaseChris Lu3-59/+15
2020-01-252-stage docker dev image buildChris Lu3-5/+43
fix https://github.com/chrislusf/seaweedfs/issues/1047
2020-01-25logsChris Lu1-4/+4
2020-01-25mount: reuse the entry object for the new directoryChris Lu1-12/+14
avoid mkdir and then query for the same directory reduces these "context canceled" issues attr read directory:"/seaweedfs/other/java/s3copier/src/main/java/com" name:"seaweedfs" : rpc error: code = Canceled desc = context canceled
2020-01-25logChris Lu1-0/+1
2020-01-25adjust loggingChris Lu4-8/+7
2020-01-24loggingChris Lu1-2/+2
2020-01-24add loggingChris Lu1-1/+3
2020-01-24less logs for volume serversChris Lu1-1/+1
2020-01-24adjust logsChris Lu2-1/+7
2020-01-24return empty response if not foundChris Lu1-2/+5
2020-01-24docker: tweaking docker fileChris Lu2-9/+9
2020-01-24adjust loggingChris Lu1-0/+7
2020-01-24adjust loggingChris Lu1-1/+1
2020-01-24adjust loggingChris Lu2-2/+3
2020-01-24minor changesChris Lu1-1/+1
2020-01-24reduce logChris Lu1-3/+1
2020-01-24mount: return IO error for mkdirChris Lu2-6/+13
2020-01-24retry context canceled requestChris Lu2-6/+27
2020-01-23mount: avoid use uint64 for greater than zero testChris Lu1-5/+6
2020-01-23mount: update the file size so file Attr() can readChris Lu1-0/+2
if file Attr() during file writes, the OS, at least for Mac, may try to resend the data to write, which usually are empty.
2020-01-22mount: better combines connected intervals to write to volume serversChris Lu4-113/+259
2020-01-22fix http range requestsChris Lu2-3/+3
2020-01-22add lock on dirty pagesChris Lu1-0/+4
2020-01-22adjust loggingChris Lu2-2/+1
2020-01-22mount: read data that is just writtenChris Lu5-22/+84
able read on data not flushed multiple file open shares the same file handle fix https://github.com/chrislusf/seaweedfs/issues/1182 on linux
2020-01-22mount: reuse previous file nodeChris Lu1-6/+10
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu11-122/+140
2020-01-21adjust loggingChris Lu1-1/+2
2020-01-21volume: avoid sharing volume dat file handleChris Lu1-13/+18
possibly help on https://github.com/chrislusf/seaweedfs/issues/1184
2020-01-201.511.51Chris Lu1-1/+1
2020-01-20fix print formatChris Lu1-1/+1
2020-01-20mount: fix problems found in issue 1182Chris Lu5-44/+117
fix https://github.com/chrislusf/seaweedfs/issues/1182 always use the non-duplicated fs.Node Forget() the fs.Node Rename will also use the right fs.Node Avoid using the same file handle for the same file
2020-01-20mount: able to trim a fileChris Lu1-2/+11
2020-01-19refactoringChris Lu12-85/+92
2020-01-19mount: rename also clear the cacheChris Lu3-6/+14
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-01-19mount: deletion ignore old vidChris Lu1-1/+4
2020-01-19mount: modify file sizeChris Lu1-0/+4
2020-01-19filer: set inodeChris Lu5-46/+57
avoid "getcwd: No such file or directory"
2020-01-18adjust logsChris Lu2-3/+13
2020-01-15logsChris Lu1-0/+3
2020-01-15filer: no entry if not foundChris Lu2-8/+4
2020-01-12correct commentsChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1181
2020-01-10treat it as a single node cluster if empty raft server nameChris Lu1-3/+8
possible fix for https://github.com/chrislusf/seaweedfs/issues/1118