aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir_link.go
AgeCommit message (Collapse)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-8/+8
losing filename and line number. Critical for debugging.
2020-10-30make a copy of the filer.entry for most read operationsChris Lu1-6/+7
2020-09-27add a hard link marker to 16byte + maker, for future extensionsChris Lu1-1/+5
2020-09-24minorChris Lu1-1/+1
2020-09-24switch hardlink id from int64 to bytesChris Lu1-2/+2
2020-09-24adjust hardlink updateChris Lu1-26/+20
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
2020-09-24hardlink works nowChris Lu1-0/+80
2020-09-03mount: map uid/gid between local and filerChris Lu1-0/+4
2020-09-01rename filer2 to filerChris Lu1-2/+2
2020-08-28add signatures to messages to avoid double processingChris Lu1-0/+1
2020-08-14adjust log levelChris Lu1-2/+2
2020-06-28removed async optionChris Lu1-3/+1
2020-06-28reverting and workingChris Lu1-1/+3
2020-06-11purge old cache implementationChris Lu1-3/+1
2020-04-22also writes to local meta cacheChris Lu1-0/+6
before waiting for subscribed meta events
2020-03-26tree structured fs cacheChris Lu1-4/+4
FsCache for FsNode, wrapping fs.Node
2020-02-25avoid reusing context objectChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1182
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
2019-12-15mount: support extended attributesChris Lu1-1/+1
2019-07-24mount: add umask optionChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/978
2019-05-03webdav: can read nowChris Lu1-1/+1
2019-03-15add context.ContextChris Lu1-1/+1
2019-01-17go fmt and fix some typobingoohuang1-2/+2
2018-12-29switching_to_seaweedfs_fuseChris Lu1-2/+2
2018-12-25weed mount add symlink supportChris Lu1-0/+66