aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/meta_cache/meta_cache.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-27remove dead codechrislu1-154/+0
2022-01-12POSIX: different inode for same named different file typeschrislu1-4/+5
2022-01-11POSIX: ensure file and directory inodes are differentchrislu1-4/+4
2022-01-11add a debug capability to list all metadata keyschrislu1-0/+7
2021-10-17mount: streaming renaming foldersChris Lu1-2/+2
2021-10-16Revert "mount: fix renaming a deep directory with unvisited directories"Chris Lu1-6/+3
2021-10-16mount: fix renaming a deep directory with unvisited directoriesChris Lu1-3/+6
2021-07-01mount: recursively rename locallyChris Lu1-18/+16
2021-05-13fix logsChris Lu1-1/+1
2021-04-30mount: fix directory invalidationChris Lu1-4/+0
2021-01-27mount: invalidate kernel cache when mounted to a filer pathChris Lu1-1/+7
2021-01-15add stream list directory entriesChris Lu1-8/+8
2021-01-14change limit to int64 in case of overflowChris Lu1-1/+1
2021-01-14chagned apiChris Lu1-1/+1
2020-10-25mount: invalide file cache when metadata is changedChris Lu1-3/+5
2020-10-25refresh cached file entry from sync metadata updatesChris Lu1-0/+2
2020-10-13minorChris Lu1-1/+0
2020-10-13mount: report filer IO errorChris Lu1-0/+6
2020-10-12mount: fix bound tree with filer.pathChris Lu1-2/+2
2020-09-24hardlink works nowChris Lu1-8/+3
2020-09-22renameChris Lu1-10/+10
2020-09-03mount: map uid/gid between local and filerChris Lu1-2/+10
2020-09-01rename filer2 to filerChris Lu1-10/+10
2020-08-23multiple fixesChris Lu1-0/+4
2020-08-17prevent nilChris Lu1-1/+1
2020-08-17minor optimizationChris Lu1-2/+7
2020-07-20mount: fix difference with storage format in local cacheChris Lu1-2/+21
2020-07-14go fmtChris Lu1-1/+1
2020-06-19FUSE mount: lazy loading meta cacheChris Lu1-6/+19
2020-04-29FUSE mount: atomic local cache updatesChris Lu1-2/+58
2020-04-29refactoringChris Lu1-1/+1
2020-04-21cache metadata on startupChris Lu1-1/+4
2020-04-21async meta caching: can stream updates nowChris Lu1-3/+3
2020-04-21read from meta cacheChris Lu1-0/+34