| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-22 | added context to filer_client method calls (#6808) | Aleksey Kosov | 1 | -1/+1 | |
| Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-11-20 | [shell] add noLock param for volume.move (#6261) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-11-05 | [shell] add admin noLock for balance (#6209) | Konstantin Lebedev | 1 | -0/+5 | |
| add admin noLock for balance | |||||
| 2024-09-29 | refactor | chrislu | 1 | -12/+0 | |
| 2024-09-28 | add IsResourceHeavy() to command interface | chrislu | 1 | -0/+1 | |
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -1/+1 | |
| 2023-05-16 | Use filerGroup for s3 buckets collection prefix (#4465) | SmsS4 | 1 | -0/+7 | |
| * Use filerGroup for s3 buckets collection prefix * Fix templates * Remove flags * Remove s3CollectionPrefix | |||||
| 2023-03-26 | adjust name | chrislu | 1 | -1/+1 | |
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+1 | |
| 2022-10-31 | [volume.fsck] check needles status from volume server (#3926) | Konstantin Lebedev | 1 | -0/+15 | |
| check needles status from volume server | |||||
| 2022-10-28 | [voluche.chek.disk] needles older than the cutoff time are not missing yet ↵ | Konstantin Lebedev | 1 | -0/+21 | |
| (#3922) needles older than the cutoff time are not missing yet https://github.com/seaweedfs/seaweedfs/issues/3919 | |||||
| 2022-08-23 | fix test | chrislu | 1 | -1/+4 | |
| 2022-08-22 | fix: TestCommandEcBalanceSmall Unit test fails when CommandEnv is nil (#3497) | famosss | 1 | -1/+1 | |
| 2022-08-22 | refactoring | chrislu | 1 | -1/+5 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+4 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -5/+5 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -1/+1 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -1/+2 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 2022-01-12 | master: remove hard coded filer settings in master.toml | chrislu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2529 | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -2/+2 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-10 | add lock messages | chrislu | 1 | -1/+2 | |
| 2021-09-19 | refactor | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -4/+3 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 1 | -1/+1 | |
| 2021-08-05 | Merge branch 'master' into add_remote_storage | Chris Lu | 1 | -1/+1 | |
| 2021-08-05 | adjust error message | Chris Lu | 1 | -1/+1 | |
| 2021-08-04 | refactoring | Chris Lu | 1 | -3/+4 | |
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -0/+4 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -4/+0 | |
| 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 | -0/+4 | |
| 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 | -4/+0 | |
| 2020-11-12 | fiil serverUrls sorted by data center | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-10-11 | refactoring in order to adjust volume server url later | Chris Lu | 1 | -2/+2 | |
| 2020-05-26 | refactoring | Chris Lu | 1 | -3/+4 | |
| 2020-04-29 | refactoring | Chris Lu | 1 | -0/+2 | |
| 2020-04-23 | master: add cluster wide lock/unlock operation in weed shell | Chris Lu | 1 | -0/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1286 | |||||
| 2020-04-23 | add exclusive lock library on shell | Chris Lu | 1 | -1/+4 | |
| 2020-04-18 | filer master start up with default ip address instead of just localhost | Chris Lu | 1 | -1/+1 | |
| 2020-04-12 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-04-05 | refactoring | Chris Lu | 1 | -2/+1 | |
| 2020-03-26 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2020-03-23 | refactoring | Chris Lu | 1 | -0/+13 | |
| 2020-03-23 | fix directory checking | Chris Lu | 1 | -1/+5 | |
| 2020-03-23 | simplify parsing filer host and port | Chris Lu | 1 | -20/+7 | |
| 2020-03-23 | shell: desupport filer url in the arguments | Chris Lu | 1 | -2/+3 | |
| 2020-03-23 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2020-03-07 | breaks dependency loop | Chris Lu | 1 | -1/+0 | |
| 2020-03-07 | fuse mount: avoid lookup nil entry | Chris Lu | 1 | -5/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1221 | |||||
| 2020-03-01 | go fmt | Chris Lu | 1 | -2/+2 | |
