aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-23mount: default to enable asyncMetaDataCachingChris Lu1-1/+1
2020-04-21add placeholder for cached meta data readingChris Lu1-0/+2
2020-04-12mount: option to disable cachingChris Lu1-1/+1
2020-04-11set default chunk size to 16Chris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu1-2/+8
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-0/+2
2020-03-21FUSE mount: make "nonempty" optionalChris Lu1-0/+2
2020-03-07go fmtChris Lu1-1/+0
2020-03-05fix typoChris Lu1-1/+1
2020-03-04refactoringChris Lu1-21/+0
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu1-11/+19
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-2/+2
2019-11-27typoChris Lu1-2/+2
2019-07-24mount: add umask optionChris Lu1-0/+2
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-6/+1
2019-03-10mount: add option to disable allow othersChris Lu1-0/+2
2019-01-05weed mount: reduce default chunk sizeChris Lu1-1/+1
2018-12-29switching_to_seaweedfs_fuseChris Lu1-1/+1
2018-11-14reduce memory usageChris Lu1-1/+5
2018-09-20let filer choose default replicationChris Lu1-1/+1
2018-09-17set large limit for "weed mount" directory listingChris Lu1-1/+1
2018-07-22go fmtChris Lu1-1/+1
2018-07-22s3 API add ListObjectsV1Chris Lu1-0/+2
2018-07-21fix compilation problemChris Lu1-0/+25
2018-07-14add feature to mount a specific filer path to local directoryChris Lu1-8/+10
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-0/+2
2018-06-11weed mount add ttl optionChris Lu1-0/+2
2018-06-05use separate filer grpc portChris Lu1-0/+2
2018-05-29properly working local write bufferChris Lu1-1/+1
2018-05-28add mountOptions.chunkSizeLimitMB, remove cmdMount.IsDebugChris Lu1-5/+6
2018-05-28weed mount add options for collection and replicationChris Lu1-2/+6
2017-03-06Fixes #266sparklxb1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+35