aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-11refactorChris Lu1-3/+3
2020-04-11refactoringChris Lu1-1/+1
2020-04-08simplify file handle managementChris Lu1-25/+11
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-12/+13
2020-03-28FUSE: add chunk cache for recently accessed file chunksChris Lu1-0/+4
2020-03-26tree structured fs cacheChris Lu1-5/+1
2020-03-25fix fscache moveChris Lu1-28/+5
2020-03-23refactoringChris Lu1-10/+10
2020-03-22FUSE mount: rename under rootChris Lu1-0/+3
2020-03-06filer: option to encrypt data on volume serverChris Lu1-2/+3
2020-03-04refactoringChris Lu1-2/+2
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu1-0/+16
2020-02-25avoid reusing context objectChris Lu1-13/+5
2020-02-25adjust loggingChris Lu1-1/+1
2020-01-27avoid retry delayChris Lu1-1/+0
2020-01-26use the same context object in order to retryChris Lu1-7/+7
2020-01-24retry context canceled requestChris Lu1-5/+19
2020-01-22mount: read data that is just writtenChris Lu1-0/+11
2020-01-20mount: fix problems found in issue 1182Chris Lu1-23/+46
2020-01-19refactoringChris Lu1-3/+22
2019-12-13mount: rename to dirListCacheLimit to configure cache for long format directo...Chris Lu1-2/+2
2019-12-13filer: configurable directory list cache sizeChris Lu1-4/+5
2019-07-24mount: add umask optionChris Lu1-0/+1
2019-05-28working with reading remote intervalsChris Lu1-3/+3
2019-05-10add weedfuseChris Lu1-0/+2
2019-05-03webdav: can read nowChris Lu1-2/+2
2019-03-15add context.ContextChris Lu1-3/+3
2019-02-18adding grpc mutual tlsChris Lu1-1/+2
2019-02-14weed mount deletion always goes to weed filerChris Lu1-5/+0
2019-01-17go fmt and fix some typobingoohuang1-4/+4
2019-01-03reduce directory list cache usageChris Lu1-1/+1
2019-01-01async file chunk deletionChris Lu1-3/+10
2018-12-29switching_to_seaweedfs_fuseChris Lu1-2/+2
2018-12-28set mount point to existing permissionsChris Lu1-0/+5
2018-12-28reuse buffer by sync poolChris Lu1-9/+8
2018-12-07refactoringChris Lu1-24/+3
2018-11-23add fs.FSStatfser for SeaweedFS weed mountChris Lu1-3/+40
2018-11-22add template for fs.FSStatfserChris Lu1-0/+36
2018-11-21detailed exportChris Lu1-1/+1
2018-11-14caching grpc clientsChris Lu1-0/+1