aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2020-01-081.501.50Chris Lu1-1/+1
2020-01-08protect against nil deletion resultsChris Lu1-4/+6
fix https://github.com/chrislusf/seaweedfs/issues/1180
2020-01-08skip error when draining readerChris Lu1-2/+5
fix https://github.com/chrislusf/seaweedfs/issues/1179
2020-01-081.491.49Chris Lu1-1/+1
2020-01-08add the old way to compact as a commentChris Lu1-0/+1
2020-01-08saving .vif files correctlyChris Lu2-6/+8
2020-01-08volume: fix compactionChris Lu2-23/+20
2020-01-08fix possible nilChris Lu1-0/+3
2020-01-07remove printlnChris Lu1-2/+0