aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-7/+7
2020-11-01move to util.RetryWaitTimeChris Lu1-3/+3
2020-10-30mount: optional limit for the number of concurrent writersChris Lu1-0/+1
2020-10-10mount: configurable read wait timeChris Lu1-0/+5
2020-10-03FUSE: use the mount directory permissionsChris Lu1-0/+27
2020-09-24mount: fix k8s pvc and os mount directory permission buglimd1-28/+0
2020-09-24mount: fix k8s pvc mount directory permissionlimd1-4/+2
2020-09-23mount: auto created dir set corrct umask fix buglimd1-2/+5
2020-09-23mount: auto created dir set corrct umaskChris Lu1-1/+1
2020-09-03mount: map uid/gid between local and filerChris Lu1-0/+9
2020-07-28FUSE mount: remove DirListCacheLimitChris Lu1-1/+0
2020-07-16mount: resolve home directoryChris Lu1-1/+1
2020-07-16stop if the directory can not be foundChris Lu1-2/+6
2020-06-28removed async optionChris Lu1-1/+0
2020-06-28reverting and workingChris Lu1-0/+1
2020-06-12mount: add option to auto create dir to mountChris Lu1-0/+3
2020-06-11purge old cache implementationChris Lu1-1/+0
2020-06-05go fmtChris Lu1-1/+1
2020-06-02inject git version into buildChris Lu1-1/+1
2020-05-18add printouts for synchronizing metadata which can be slow for large foldersChris Lu1-15/+18
2020-05-18avoid possible wrong argumentsChris Lu1-0/+4
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-2/+3
2020-04-21add placeholder for cached meta data readingChris Lu1-0/+1
2020-04-11mount: add on disk cachingChris Lu1-3/+3
2020-04-03make error a little bit more clearerChris Lu1-1/+1
2020-04-03mount: fail early rather than after mounted the directoryChris Lu1-34/+26
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-0/+1
2020-03-21FUSE mount: make "nonempty" optionalChris Lu1-24/+17
2020-03-06filer: option to encrypt data on volume serverChris Lu1-1/+4
2020-03-04refactoringChris Lu1-3/+4
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu1-17/+19
2020-02-25fix compilation errorChris Lu1-3/+1
2020-02-25mount: fail fast when connecting to filerChris Lu1-1/+21
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+1
2019-12-13mount: rename to dirListCacheLimit to configure cache for long format directo...Chris Lu1-3/+3
2019-12-13filer: configurable directory list cache sizeChris Lu1-1/+1
2019-12-10return meaningful error logChris Lu1-7/+9
2019-11-28fuse: adjust linux specific logicLei Liu1-0/+1
2019-11-27fuse: check mount point available before do runmountLei Liu1-6/+10
2019-10-27FUSE: add os specific mount optionsChris Lu1-1/+4
2019-07-24mount: add umask optionChris Lu1-1/+9
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+1
2019-05-10weedfuse: daemonizeChris Lu1-0/+6
2019-05-10add weedfuseChris Lu1-30/+56
2019-04-29mount: allow nonempty fuse mount to work with SambaChris Lu1-0/+1
2019-04-10weed mount: mount to the same folder nameChris Lu1-1/+4
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-1/+1
2019-03-10mount: add option to disable allow othersChris Lu1-5/+8
2019-02-18adding grpc mutual tlsChris Lu1-0/+7