aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29support env variables to overwrite toml fileChris Lu1-1/+1
2020-01-27reduce logsChris Lu1-7/+3
2020-01-27avoid retry delayChris Lu1-1/+0
2020-01-27mount: able to write to any part of a fileChris Lu2-18/+82
2020-01-27loggingChris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu9-20/+22
2020-01-26mount: able to handle large git cloneChris Lu3-21/+60
2020-01-25grpc send error via response instead of grpc errorChris Lu4-8/+7
2020-01-25logChris Lu1-2/+2
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 Lu2-3/+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 Lu1-5/+19
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-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 Lu1-13/+17
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 Lu5-58/+65
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 Lu2-8/+19
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
2019-12-23go fmtChris Lu1-3/+3
2019-12-17loading xattr valueChris Lu1-2/+10
2019-12-17mount: invalidate xattrChris Lu2-2/+10
2019-12-17mount: fix nil directory problemChris Lu1-1/+3
2019-12-17twakingChris Lu1-2/+2
2019-12-17mount: fix dir nilChris Lu1-0/+3
2019-12-17Fix missing leading dot in extensionbs1061-3/+3
2019-12-15fix loggingChris Lu2-2/+2
2019-12-15mount: support extended attributesChris Lu4-99/+315
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-12-14tweakChris Lu1-2/+3
2019-12-13update cache if updating the attributesChris Lu2-2/+4
2019-12-13rm will clean the cache firstChris Lu1-5/+5
2019-12-13fix nillChris Lu2-3/+8