aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/filehandle.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-22also writes to local meta cacheChris Lu1-0/+4
2020-04-14better detect file mime typeChris Lu1-10/+2
2020-04-10mount: use file default permission 0666Chris Lu1-1/+1
2020-04-09fix to avoid nil file an dirty pagesChris Lu1-2/+0
2020-04-08make a copy of request dataChris Lu1-5/+9
2020-04-08ensure correct file size when opening existing filesChris Lu1-1/+5
2020-03-29refactoring to compile for windows OS1;701.70Chris Lu1-1/+1
2020-03-28FUSE: add chunk cache for recently accessed file chunksChris Lu1-1/+3
2020-03-27fix FUSE read for large filesChris Lu1-6/+6
2020-03-26tree structured fs cacheChris Lu1-1/+1
2020-03-22consistent 64bit sizeChris Lu1-1/+1
2020-03-22FUSE mount: stream read data with bufferChris Lu1-4/+12
2020-02-25remove ctx if possibleChris Lu1-6/+6
2020-02-25avoid reusing context objectChris Lu1-7/+7
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-0/+2
2020-01-27loggingChris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2020-01-25logsChris Lu1-4/+4
2020-01-24minor changesChris Lu1-1/+1
2020-01-24mount: return IO error for mkdirChris Lu1-4/+11
2020-01-23mount: update the file size so file Attr() can readChris Lu1-0/+2
2020-01-22mount: better combines connected intervals to write to volume serversChris Lu1-7/+8
2020-01-22mount: read data that is just writtenChris Lu1-14/+43
2019-12-17Fix missing leading dot in extensionbs1061-3/+3
2019-12-14tweakChris Lu1-2/+3
2019-07-24mount: add umask optionChris Lu1-1/+1
2019-06-22go fmtChris Lu1-1/+0
2019-06-21more logsChris Lu1-4/+7
2019-06-20more loggingChris Lu1-0/+5
2019-06-20delete chunks only when file writing is successfulChris Lu1-1/+2
2019-06-20refactoringChris Lu1-43/+0
2019-05-03webdav: can read nowChris Lu1-82/+7
2019-03-27detect mime typeChris Lu1-2/+10
2019-03-15add context.ContextChris Lu1-3/+3
2019-02-18adding grpc mutual tlsChris Lu1-2/+3
2019-01-05disable async file deletionChris Lu1-1/+1
2019-01-05refactoringChris Lu1-9/+6
2019-01-01async file chunk deletionChris Lu1-7/+54
2018-12-30caching visible intervals for readChris Lu1-3/+9
2018-12-29switching_to_seaweedfs_fuseChris Lu1-2/+2
2018-12-28reuse buffer by sync poolChris Lu1-10/+2
2018-12-16paginate when filer deleting and FUSE mount renamingChris Lu1-0/+4
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-1/+2
2018-11-23go fmtChris Lu1-0/+1
2018-11-18cleanupChris Lu1-2/+2
2018-11-14reduce memory usageChris Lu1-0/+9
2018-11-13fix possible error when reusing file handlesChris Lu1-1/+1
2018-09-23fix empty file reading on linuxChris Lu1-2/+2
2018-09-22delay file creation without chunks from dir.Create to file.FlushChris Lu1-33/+16