aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
AgeCommit message (Expand)AuthorFilesLines
2021-03-14go fmtChris Lu1-1/+1
2021-03-11mount: add a bit retry when connecting to filer during startupChris Lu1-7/+14
2021-03-02support IPv6Chris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-2/+2
2021-02-13disk type can be generic tagsChris Lu1-5/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-27/+32
2021-01-28go fmtChris Lu1-10/+10
2021-01-28mount: change option name to volumeServerAccess, with publicUrl and filerProx...Chris Lu1-13/+13
2021-01-27match upstreamDaniel Santos1-1/+3
2021-01-26Fix log message with correct modeDaniel Santos1-1/+1
2021-01-26Fix var assignmentDaniel Santos1-1/+1
2021-01-26Enforce umask correctlyDaniel Santos1-4/+2
2021-01-26mount: properly invalidate kernel node cache entryChris Lu1-1/+3
2021-01-25mount: avoid the need to specify different cache directory for different mountChris Lu1-0/+1
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-0/+1
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-1/+0
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-0/+1
2021-01-20mount: limit background requests and congestion thresholdChris Lu1-0/+2
2020-12-29mount: load security keysChris Lu1-2/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-2/+2
2020-12-13adding volume typeChris Lu1-0/+8
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