| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-27 | remove dead code | chrislu | 1 | -84/+0 | |
| 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-12-20 | remove writeOnly flag | chrislu | 1 | -2/+2 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -4/+1 | |
| 2021-09-06 | refactoring | Chris Lu | 1 | -1/+10 | |
| 2021-05-21 | FUSE mount: support multiple filers | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531 | |||||
| 2021-05-07 | add retry to assign volume | Chris Lu | 1 | -26/+27 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2056 | |||||
| 2021-05-06 | mount: skip local chunk cache if opened write only | Chris Lu | 1 | -2/+4 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -0/+3 | |
| 2021-01-28 | mount: change option name to volumeServerAccess, with publicUrl and ↵ | Chris Lu | 1 | -1/+1 | |
| filerProxy modes | |||||
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -1/+1 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -1/+4 | |
| 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 | -4/+1 | |
| 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 | -1/+4 | |
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -0/+1 | |
| 2020-10-25 | passing full path when assign volume locations | Chris Lu | 1 | -2/+3 | |
| 2020-10-25 | renaming | Chris Lu | 1 | -1/+1 | |
| 2020-10-19 | mount: pass along replication and collection parameters | Chris Lu | 1 | -1/+1 | |
| 2020-10-11 | refactoring in order to adjust volume server url later | Chris Lu | 1 | -2/+6 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -2/+2 | |
| 2020-07-19 | go code can read and write chunk manifest | Chris Lu | 1 | -0/+66 | |
