aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file.go
AgeCommit message (Expand)AuthorFilesLines
2020-08-18logsChris Lu1-1/+1
2020-08-18adjust logsChris Lu1-2/+2
2020-08-15adjust logsChris Lu1-3/+4
2020-08-15update metadata only if changedChris Lu1-0/+4
2020-08-15adjust logsChris Lu1-5/+5
2020-08-15adjust log levelChris Lu1-1/+1
2020-08-15ensure meta data changes are updatedChris Lu1-0/+9
2020-08-15file size support set file lengthChris Lu1-8/+19
2020-08-14adjust log levelChris Lu1-6/+6
2020-08-09add back fs node cache for renamingChris Lu1-0/+1
2020-07-24remove fsnode cacheChris Lu1-1/+0
2020-07-19go code can read and write chunk manifestChris Lu1-1/+1
2020-06-28remove empty calls for list cacheChris Lu1-6/+0
2020-06-28removed async optionChris Lu1-3/+1
2020-06-28reverting and workingChris Lu1-2/+11
2020-06-25FUSE mount: fix file id written twice?Chris Lu1-1/+1
2020-06-11purge old cache implementationChris Lu1-10/+1
2020-05-02log adjust formatChris Lu1-4/+3
2020-04-22also writes to local meta cacheChris Lu1-0/+4
2020-03-29fix: delete a file and then create a directory with the same nameChris Lu1-0/+1
2020-03-27fix FUSE read for large filesChris Lu1-1/+2
2020-03-26tree structured fs cacheChris Lu1-7/+7
2020-03-25fix fscache moveChris Lu1-1/+1
2020-03-23refactoringChris Lu1-3/+4
2020-03-22loggingChris Lu1-1/+1
2020-03-22FUSE mount: stream read data with bufferChris Lu1-0/+5
2020-02-25avoid reusing context objectChris Lu1-7/+7
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25logChris Lu1-0/+1
2020-01-23mount: avoid use uint64 for greater than zero testChris Lu1-5/+6
2020-01-22mount: better combines connected intervals to write to volume serversChris Lu1-6/+0
2020-01-22adjust loggingChris Lu1-1/+1
2020-01-22mount: read data that is just writtenChris Lu1-6/+6
2020-01-20mount: fix problems found in issue 1182Chris Lu1-1/+10
2020-01-20mount: able to trim a fileChris Lu1-2/+11
2020-01-19refactoringChris Lu1-10/+11
2020-01-19mount: modify file sizeChris Lu1-0/+4
2020-01-19filer: set inodeChris Lu1-1/+3
2019-12-17mount: invalidate xattrChris Lu1-1/+5
2019-12-15fix loggingChris Lu1-1/+1
2019-12-15mount: support extended attributesChris Lu1-52/+85
2019-12-13update cache if updating the attributesChris Lu1-0/+2
2019-12-13fix nillChris Lu1-1/+4
2019-12-13filer: configurable directory list cache sizeChris Lu1-1/+9
2019-06-21loggingChris Lu1-0/+2
2019-05-03webdav: can read nowChris Lu1-2/+2
2019-03-15add context.ContextChris Lu1-2/+2
2019-02-15avoid "fchmod failed" during cpChris Lu1-0/+4
2019-01-24set file attributesChris Lu1-4/+0
2019-01-05incrementally calculate visible intervalsChris Lu1-7/+17