aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file.go
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-05refactoringChris Lu1-4/+7
2019-01-05refactoringChris Lu1-0/+15
2019-01-03reduce directory list cache usageChris Lu1-1/+1
2018-12-31reduce pointer usageChris Lu1-1/+1
2018-12-30caching visible intervals for readChris Lu1-7/+11
2018-12-29switching_to_seaweedfs_fuseChris Lu1-2/+2
2018-12-28set attributes include crtimeChris Lu1-0/+4
2018-12-28adjust error and logChris Lu1-3/+3
2018-11-08improve "ls -al" performance for large directoryChris Lu1-1/+1
2018-11-07much improved "ls -al" performanceChris Lu1-0/+2
2018-10-14use the configurable chunk sizeChris Lu1-1/+1
2018-10-14increase weed mount IO perforanceChris Lu1-1/+1
2018-09-27Revert "smalller block size for better accuracy"Chris Lu1-1/+1
2018-09-27smalller block size for better accuracyChris Lu1-1/+1
2018-09-27add block size for linux duChris Lu1-0/+4
2018-09-22go fmtChris Lu1-1/+1
2018-09-22delay file creation without chunks from dir.Create to file.FlushChris Lu1-32/+25