| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-02 | shell: add volume.configure.replication to change replication for a volume | Chris Lu | 1 | -0/+105 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1192 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -4/+2 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 16 | -28/+28 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 1 | -1/+1 | |
| 2020-01-19 | refactoring | Chris Lu | 4 | -9/+6 | |
| 2020-01-01 | update help message | Chris Lu | 1 | -1/+1 | |
| 2020-01-01 | fix help message | Chris Lu | 2 | -2/+2 | |
| 2019-12-29 | fs: synchronized meta file writing | Chris Lu | 1 | -7/+20 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1175 | |||||
| 2019-12-28 | ec: generate and copy .vif file | Chris Lu | 3 | -0/+3 | |
| 2019-12-25 | go fmt | Chris Lu | 1 | -4/+4 | |
| 2019-12-25 | tier storage: support downloading the remote dat files | Chris Lu | 3 | -22/+187 | |
| 2019-12-24 | ec encode distribute ec data and parity shards evenly | Chris Lu | 3 | -27/+36 | |
| 2019-12-24 | ed.decode prefers servers with most data shards | Chris Lu | 1 | -2/+3 | |
| 2019-12-23 | only copy required shards | Chris Lu | 1 | -1/+1 | |
| 2019-12-23 | adjust help message | Chris Lu | 1 | -5/+8 | |
| 2019-12-23 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2019-12-23 | shell: add ec.decode command | Chris Lu | 4 | -7/+273 | |
| 2019-12-22 | fmt | Chris Lu | 1 | -2/+3 | |
| 2019-12-20 | adjust help message | Chris Lu | 1 | -4/+0 | |
| 2019-12-20 | shell: add fs.meta.cat to see file meta data content | Chris Lu | 1 | -0/+75 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1163 | |||||
| 2019-12-13 | filer: streaming file listing | Chris Lu | 6 | -298/+197 | |
| 2019-12-11 | adjust command name | Chris Lu | 1 | -5/+5 | |
| 2019-12-06 | filer: speed up filer.meta.save by parallelizing | Chris Lu | 2 | -12/+50 | |
| 2019-12-03 | grow volumes on volume servers with slots freed by cloud storage | Chris Lu | 1 | -4/+4 | |
| 2019-12-02 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-12-02 | tiered storage: can copy to s3, read from s3 | Chris Lu | 1 | -15/+53 | |
| master not aware tiered volume yet, file assigning is not working yet | |||||
| 2019-11-27 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2019-11-27 | s3 | Chris Lu | 1 | -0/+112 | |
| 2019-11-24 | adjust error message | Chris Lu | 1 | -1/+1 | |
| 2019-11-24 | fix typo in command help | Chris Lu | 1 | -1/+1 | |
| 2019-11-12 | passing in averageShardsPerEcNode instead of expectedTotalEcShards | Chris Lu | 1 | -2/+1 | |
| addressing https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-12 | add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscending | Chris Lu | 3 | -5/+11 | |
| addressing https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-12 | avoid double counting ec slot | Chris Lu | 1 | -10/+10 | |
| addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111 The ec slots are already counted on the server side. | |||||
| 2019-11-10 | fix rack_not_found case | Chris Lu | 1 | -0/+4 | |
| fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111 | |||||
| 2019-11-10 | use constant | Chris Lu | 1 | -1/+1 | |
| 2019-10-25 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2019-10-25 | fix iitial filer url | Chris Lu | 1 | -2/+2 | |
| 2019-09-29 | master api: return http 404 when volumeId not exist | Lei Liu | 1 | -2/+2 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-07-28 | master: followers can also lookup and redirect | Chris Lu | 1 | -2/+2 | |
| improve scalability | |||||
| 2019-07-26 | shell: Added minor changes to `fs.meta.save` | Chris Lu | 1 | -8/+22 | |
| * added an option to set the output file name * added an option to see verbose output, default to non-verbose mode related to: https://github.com/chrislusf/seaweedfs/issues/1019 | |||||
| 2019-07-21 | go fmt | Chris Lu | 1 | -3/+0 | |
| 2019-07-11 | shell: add fs.mv | Chris Lu | 1 | -0/+96 | |
| fix https://github.com/chrislusf/seaweedfs/issues/954 | |||||
| 2019-06-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-06-26 | mark volume readonly before ec encoding | Chris Lu | 1 | -0/+26 | |
| 2019-06-22 | fix compilation error | Chris Lu | 1 | -1/+1 | |
| 2019-06-22 | refactoring | Chris Lu | 2 | -22/+14 | |
| 2019-06-10 | go fmt | Chris Lu | 2 | -2/+1 | |
| 2019-06-10 | ec shard balancing | Chris Lu | 6 | -154/+620 | |
| 2019-06-07 | ec.balance: collect dc rack info | Chris Lu | 2 | -12/+20 | |
| 2019-06-05 | fix ec related bugs | Chris Lu | 3 | -1/+35 | |
