| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-17 | working | chrislu | 1 | -0/+5 | |
| 2022-01-11 | Update mount_std.go | chrislu | 1 | -0/+1 | |
| 2021-12-28 | mount: remove limits on number of parallel requests | chrislu | 1 | -3/+3 | |
| 2021-12-28 | fuse: change to direct io mode | chrislu | 1 | -1/+1 | |
| before and after: chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 8192+0 records in 8192+0 records out 1073741824 bytes transferred in 4.534068 secs (236816430 bytes/sec) dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 0.01s user 3.86s system 84% cpu 4.561 total chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 8192+0 records in 8192+0 records out 1073741824 bytes transferred in 3.824072 secs (280784948 bytes/sec) dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192 0.01s user 3.22s system 83% cpu 3.857 total | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -13/+7 | |
| 2021-09-01 | go fmt | Chris Lu | 1 | -0/+1 | |
| 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 | |
