| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-06-06 | mount: adjust starting order | Chris Lu | 1 | -0/+1 | |
| avoid possible nil wfs.Server | |||||
| 2021-06-02 | Return artificial . and .. directories | Patrick Schmidt | 1 | -2/+27 | |
| 2021-05-21 | FUSE mount: support multiple filers | Chris Lu | 1 | -10/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531 | |||||
| 2021-04-18 | cleaner way to set readonly | Chris Lu | 1 | -1/+3 | |
| 2021-04-16 | remove unused variable | Chris Lu | 1 | -1/+0 | |
| 2021-04-07 | remove mac specific mount options | Chris Lu | 1 | -2/+0 | |
| 2021-04-04 | mount: add readOnly option | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1961 | |||||
| 2021-03-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-03-11 | mount: add a bit retry when connecting to filer during startup | Chris Lu | 1 | -7/+14 | |
| 2021-03-02 | support IPv6 | Chris Lu | 1 | -1/+1 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -2/+2 | |
| 2021-02-13 | disk type can be generic tags | Chris Lu | 1 | -5/+1 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -27/+32 | |
| 2021-01-28 | go fmt | Chris Lu | 1 | -10/+10 | |
| 2021-01-28 | mount: change option name to volumeServerAccess, with publicUrl and ↵ | Chris Lu | 1 | -13/+13 | |
| filerProxy modes | |||||
| 2021-01-27 | match upstream | Daniel Santos | 1 | -1/+3 | |
| 2021-01-26 | Fix log message with correct mode | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Fix var assignment | Daniel Santos | 1 | -1/+1 | |
| 2021-01-26 | Enforce umask correctly | Daniel Santos | 1 | -4/+2 | |
| 2021-01-26 | mount: properly invalidate kernel node cache entry | Chris Lu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1752 | |||||
| 2021-01-25 | mount: avoid the need to specify different cache directory for different mount | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/11 | |||||
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -0/+1 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 1 | -1/+0 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -0/+1 | |
| 2021-01-20 | mount: limit background requests and congestion threshold | Chris Lu | 1 | -0/+2 | |
| 2020-12-29 | mount: load security keys | Chris Lu | 1 | -2/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1714 | |||||
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -0/+8 | |
| 2020-11-01 | move to util.RetryWaitTime | Chris Lu | 1 | -3/+3 | |
| 2020-10-30 | mount: optional limit for the number of concurrent writers | Chris Lu | 1 | -0/+1 | |
| 2020-10-10 | mount: configurable read wait time | Chris Lu | 1 | -0/+5 | |
| 2020-10-03 | FUSE: use the mount directory permissions | Chris Lu | 1 | -0/+27 | |
| 2020-09-24 | mount: fix k8s pvc and os mount directory permission bug | limd | 1 | -28/+0 | |
| 2020-09-24 | mount: fix k8s pvc mount directory permission | limd | 1 | -4/+2 | |
| 2020-09-23 | mount: auto created dir set corrct umask fix bug | limd | 1 | -2/+5 | |
| 2020-09-23 | mount: auto created dir set corrct umask | Chris Lu | 1 | -1/+1 | |
| 2020-09-03 | mount: map uid/gid between local and filer | Chris Lu | 1 | -0/+9 | |
| 2020-07-28 | FUSE mount: remove DirListCacheLimit | Chris Lu | 1 | -1/+0 | |
| outdated parameter | |||||
| 2020-07-16 | mount: resolve home directory | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1391 | |||||
| 2020-07-16 | stop if the directory can not be found | Chris Lu | 1 | -2/+6 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1391 | |||||
| 2020-06-28 | removed async option | Chris Lu | 1 | -1/+0 | |
| 2020-06-28 | reverting and working | Chris Lu | 1 | -0/+1 | |
| 2020-06-12 | mount: add option to auto create dir to mount | Chris Lu | 1 | -0/+3 | |
| 2020-06-11 | purge old cache implementation | Chris Lu | 1 | -1/+0 | |
| 2020-06-05 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -1/+1 | |
| 2020-05-18 | add printouts for synchronizing metadata which can be slow for large folders | Chris Lu | 1 | -15/+18 | |
| 2020-05-18 | avoid possible wrong arguments | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1320 | |||||
| 2020-04-28 | refacotr: move signal handling and pprof to grace package | wuyuxiang | 1 | -2/+3 | |
