aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-18set inode valueChris Lu1-1/+1
2021-04-18correctly runs git cloneChris Lu1-6/+19
2021-04-18WIPChris Lu1-26/+12
2021-04-18cleaner way to set readonlyChris Lu1-28/+0
2021-04-15ensure consistent inode valueChris Lu1-3/+3
2021-04-15ensure to delete on filer alsoChris Lu1-4/+1
2021-04-15mount: remove folder recursivelyChris Lu1-3/+4
2021-04-14mostly refactoring, add some error handlingChris Lu1-17/+32
2021-04-14fix typoChris Lu1-2/+2
2021-04-14fuse mount: dir ReadDirAll avoid extra conversion to filer_pb.EntryChris Lu1-5/+5
2021-04-14fuse mount: dir lookup avoids extra conversion to filer_pb.Entry objectChris Lu1-13/+13
2021-04-14lighten up File objectChris Lu1-6/+5
2021-04-14mount: remove entry from Dir objectChris Lu1-41/+40
2021-04-14go fmtChris Lu1-4/+4
2021-04-14move file reader, entryViewCache to file handleChris Lu1-2/+1
2021-04-10go fmtChris Lu1-1/+0
2021-04-04mount: add readOnly optionChris Lu1-0/+29
2021-03-16reverting 7d57664c2d80f2b7d3eb4cecc57a3275bafee44dChris Lu1-22/+37
2021-03-15[mount] [regression] `filer.path` option results in empty mount in 2.32Chris Lu1-1/+4
2021-03-12mount: internals switch to filer.Entry instead of protobufChris Lu1-38/+20
2021-03-11reduce repeated calls to dir.FullPath()Chris Lu1-6/+6
2021-03-02reduce possibility of nil file entryChris Lu1-1/+1
2021-01-28go fmtChris Lu1-1/+1
2021-01-26mount: properly invalidate kernel node cache entryChris Lu1-9/+7
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-5/+0
2021-01-18fix test2.21Chris Lu1-1/+1
2021-01-18Revert "Revert "mount: fake support for socket/block/character/fifo devices""Chris Lu1-37/+42
2021-01-18Revert "Revert "mount: add more entry type""Chris Lu1-1/+22
2021-01-18Revert "mount: add more entry type"Chris Lu1-22/+1
2021-01-18Revert "mount: fake support for socket/block/character/fifo devices"Chris Lu1-42/+37
2021-01-17mount: fake support for socket/block/character/fifo devicesChris Lu1-37/+42
2021-01-17mount: add more entry typeChris Lu1-1/+22
2021-01-15add stream list directory entriesChris Lu1-4/+4
2021-01-14change limit to int64 in case of overflowChris Lu1-1/+1
2020-11-01mount: clear possible leftover entry data in memoryChris Lu1-0/+8
2020-11-01mount: remove files that may still are openChris Lu1-0/+6
2020-10-30handle mknod requestsChris Lu1-0/+15
2020-10-13mount: report filer IO errorChris Lu1-2/+9
2020-10-08mount: ignore recursion errorChris Lu1-1/+2
2020-10-03FUSE: use the mount directory permissionsChris Lu1-3/+3
2020-09-24Merge pull request #1482 from hilimd/masterChris Lu1-3/+3
2020-09-24hardlink deletion factors in hardlink counterChris Lu1-2/+5
2020-09-24mount: fix k8s pvc and os mount directory permission buglimd1-3/+3
2020-09-24hardlink works nowChris Lu1-0/+3
2020-09-09filer: cross cluster synchronizationChris Lu1-2/+2
2020-09-03mount: map uid/gid between local and filerChris Lu1-0/+10
2020-09-01rename filer2 to filerChris Lu1-4/+4
2020-08-30add logsChris Lu1-0/+1
2020-08-30change log level 5 to 4Chris Lu1-5/+5
2020-08-28add signatures to messages to avoid double processingChris Lu1-9/+11