aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/filehandle.go
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-07fix file permission during writesChris Lu1-0/+2
2018-09-07fix data writes error when consecutive calls overlaps with previous writesChris Lu1-1/+2
2018-07-21go fmtChris Lu1-1/+1
2018-07-05ensure using none nil attributesChris Lu1-1/+6
2018-06-06fixed file handle by file full pathChris Lu1-4/+18
2018-05-30handle large file copy when write request is larger than bufferChris Lu1-2/+2
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-4/+6
2018-05-28fix isPerfectAppendChris Lu1-7/+7
2018-05-28cache local writes before flushing to volume serverChris Lu1-51/+24
2018-05-28filer support reading multiple chunks, with range supportChris Lu1-1/+1
2018-05-27go fmtChris Lu1-6/+7
2018-05-25do not read attributes when file is openedChris Lu1-0/+2
2018-05-25refactoringChris Lu1-34/+30
2018-05-24better logsChris Lu1-1/+6
2018-05-24file handler directly read from volume serversChris Lu1-20/+79
2018-05-23seems editing already workingChris Lu1-4/+9
2018-05-23copy works, edit somehow still failsChris Lu1-0/+176