aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/filehandle.go
AgeCommit message (Expand)AuthorFilesLines
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
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