aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
AgeCommit message (Expand)AuthorFilesLines
2021-01-26mount: properly invalidate kernel node cache entryChris Lu1-0/+14
2021-01-25mount: avoid the need to specify different cache directory for different mountChris Lu1-1/+2
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-0/+13
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-13/+0
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-0/+13
2020-10-30mount: optional limit for the number of concurrent writersChris Lu1-0/+8
2020-10-30clear file.entryChris Lu1-1/+1
2020-10-29properly clear out the file.entryChris Lu1-1/+1
2020-10-25mount: invalide file cache when metadata is changedChris Lu1-1/+8
2020-10-25refresh cached file entry from sync metadata updatesChris Lu1-4/+6
2020-10-12mount: fix bound tree with filer.pathChris Lu1-1/+1
2020-10-03FUSE: use the mount directory permissionsChris Lu1-0/+3
2020-09-27refactorChris Lu1-1/+1
2020-09-24Merge pull request #1482 from hilimd/masterChris Lu1-5/+3
2020-09-24mount: fix k8s pvc and os mount directory permission buglimd1-5/+3
2020-09-24hardlink works nowChris Lu1-0/+6
2020-09-23mount: auto created directory follow umaskChris Lu1-1/+1
2020-09-03mount: map uid/gid between local and filerChris Lu1-2/+9
2020-08-30change log level 5 to 4Chris Lu1-3/+3
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+3
2020-08-23multiple fixesChris Lu1-0/+4
2020-08-19avoid shutdown in the middle of runningChris Lu1-3/+0
2020-08-18adjust logsChris Lu1-1/+1
2020-08-17renameChris Lu1-2/+2
2020-08-15adjust logsChris Lu1-6/+5
2020-08-09add back fs node cache for renamingChris Lu1-1/+3
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-1/+1
2020-07-28FUSE mount: remove DirListCacheLimitChris Lu1-1/+0
2020-07-24fix compilationChris Lu1-2/+0
2020-07-24remove fsnode cacheChris Lu1-1/+1
2020-07-11reset cache for each new releaseChris Lu1-4/+4
2020-07-10remove old codeChris Lu1-8/+4
2020-07-07filer: support running multiple mount to different filers avoiding duplicated...Chris Lu1-3/+5
2020-07-03refactoringChris Lu1-31/+0
2020-06-28remove empty calls for list cacheChris Lu1-8/+0
2020-06-28remove list cacheChris Lu1-13/+0
2020-06-28removed async optionChris Lu1-15/+15
2020-06-28reverting and workingChris Lu1-14/+38
2020-06-11purge old cache implementationChris Lu1-38/+14
2020-06-08auto create non-existing cache directoryChris Lu1-0/+1
2020-04-29refactoringChris Lu1-0/+2
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-3/+4
2020-04-27FUSE: subcribe meta events based on timestampChris Lu1-1/+2
2020-04-21cache metadata on startupChris Lu1-1/+1
2020-04-21async meta caching: can stream updates nowChris Lu1-0/+8
2020-04-21read from meta cacheChris Lu1-0/+6
2020-04-21add placeholder for cached meta data readingChris Lu1-0/+1
2020-04-13tiered cachingChris Lu1-1/+1
2020-04-12mount: option to disable cachingChris Lu1-5/+6
2020-04-11mount: add on disk cachingChris Lu1-13/+18