aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/filehandle.go
AgeCommit message (Expand)AuthorFilesLines
2020-08-17possibly read moreChris Lu1-2/+5
2020-08-17renameChris Lu1-1/+1
2020-08-16report error firstChris Lu1-3/+3
2020-08-16fix possible out of range bytesChris Lu1-6/+5
2020-08-16adjust log levelChris Lu1-1/+1
2020-08-16reduce memory allocationChris Lu1-2/+6
2020-08-16clean up logsChris Lu1-1/+0
2020-08-16fix reader_atChris Lu1-4/+6
2020-08-15adjust logsChris Lu1-6/+6
2020-08-15file size support set file lengthChris Lu1-12/+11
2020-08-14adjust log levelChris Lu1-4/+4
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-2/+7
2020-07-24FUSE: do not change crtime, uid, gid on saveChris Lu1-3/+5
2020-07-24FUSE: skip changing to empty uid and gid during flushChris Lu1-2/+6
2020-07-19go code can read and write chunk manifestChris Lu1-2/+11
2020-06-28removed async optionChris Lu1-3/+1
2020-06-28reverting and workingChris Lu1-1/+3
2020-06-24ensure correct file modeChris Lu1-1/+2
2020-06-11purge old cache implementationChris Lu1-3/+1
2020-06-09fix possible EOF problemChris Lu1-0/+5
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