aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir.go
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-23multiple fixesChris Lu1-1/+0
2020-08-18adjust logsChris Lu1-1/+1
2020-08-18delete chunks in the last stepChris Lu1-1/+5
2020-08-15adjust logsChris Lu1-2/+2
2020-08-15adjust log levelChris Lu1-2/+2
2020-08-15fix nilChris Lu1-3/+6
2020-08-15proper deletion orderingChris Lu1-11/+9
2020-08-14adjust log levelChris Lu1-3/+3
2020-08-09add back fs node cache for renamingChris Lu1-8/+17
2020-08-08FUSE mount: proper error with deleting non empty folderChris Lu1-1/+4
2020-07-28FUSE mount: remove DirListCacheLimitChris Lu1-1/+2
2020-07-24remove fsnode cacheChris Lu1-17/+8
2020-07-23FUSE: implement dir fsyncChris Lu1-0/+9
2020-06-30filer: support active<=>active filer replicationChris Lu1-2/+2
2020-06-28remove empty calls for list cacheChris Lu1-14/+1
2020-06-28removed async optionChris Lu1-38/+16
2020-06-28reverting and workingChris Lu1-28/+71
2020-06-19FUSE mount: lazy loading meta cacheChris Lu1-2/+7
2020-06-11purge old cache implementationChris Lu1-66/+24
2020-05-02fix possible directory deletion errorChris Lu1-8/+8
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-04-22also writes to local meta cacheChris Lu1-0/+23
2020-04-21read from meta cacheChris Lu1-8/+21
2020-04-21add placeholder for cached meta data readingChris Lu1-0/+8
2020-04-12mount: option to disable cachingChris Lu1-2/+2