| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-15 | [master] fix master panic (#5893) | wusong | 1 | -6/+10 | |
| 2024-07-12 | Different disk labels should not use the same DiskUsages instance while ↵ | 小羽 | 1 | -1/+1 | |
| master received volume heatbeat (#5770) | |||||
| 2023-05-30 | reduce the window size between unregistering a volume server and creating ↵ | chrislu | 1 | -6/+7 | |
| volumes on that server fix https://github.com/seaweedfs/seaweedfs/issues/4467 | |||||
| 2022-09-11 | rename variables | chrislu | 1 | -5/+5 | |
| 2022-09-07 | avoid data race on currentDiskUsage.maxVolumeCount (#3592) | Konstantin Lebedev | 1 | -2/+4 | |
| https://github.com/seaweedfs/seaweedfs/issues/3590 | |||||
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+7 | |
| * 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 | -7/+7 | |
| 2022-07-22 | change topology mapping definition, improve spelling | ningfd | 1 | -10/+9 | |
| 2022-07-22 | optimiz: master ui will render data in order | ningfd | 1 | -8/+17 | |
| 2021-10-04 | calculate disk usage in case of race condition | Chris Lu | 1 | -0/+3 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2357 | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -0/+7 | |
| 2021-09-07 | better IP v6 support | Chris Lu | 1 | -5/+3 | |
| 2021-09-05 | master: disconnect only the phantom volume server | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2311 | |||||
| 2021-05-19 | avoid possible nil when node is disconnected from its parent | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2073 | |||||
| 2021-02-19 | Update data_node.go | Chris Lu | 1 | -1/+1 | |
| 2021-02-19 | add back volume ids | Chris Lu | 1 | -1/+1 | |
| address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576 | |||||
| 2021-02-19 | fix volume server display for volumes | Chris Lu | 1 | -1/+20 | |
| 2021-02-16 | avoid dead lock | Chris Lu | 1 | -1/+1 | |
| 2021-02-16 | volume.list display; fix updating maxVolumeCount for disk | Chris Lu | 1 | -0/+19 | |
| 2021-02-16 | use hdd instead of empty string | Chris Lu | 1 | -8/+9 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -85/+76 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -1/+4 | |
| 2021-01-03 | nil related | Chris Lu | 1 | -1/+4 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1676 | |||||
| 2020-12-17 | adjust UI max count | Chris Lu | 1 | -2/+1 | |
| 2020-12-17 | adjust UI | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -3/+3 | |
| 2020-12-13 | volume server set volume type and heartbeat to the master | Chris Lu | 1 | -3/+18 | |
| 2020-09-20 | master: better locking of in memory volume data | Chris Lu | 1 | -6/+14 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1436#issuecomment-695880135 | |||||
| 2020-07-08 | fix dn.volumes Iterate when write issue | cheng.li01 | 1 | -0/+2 | |
| 2020-06-05 | Set volumes ReadOnly if low free disk space | Evgenii Kozlov | 1 | -3/+7 | |
| 2020-05-29 | try showing the first 100 volume ids and an extra ... | bingoohuang | 1 | -7/+2 | |
| 2020-05-29 | add Volume Ids column only for max 100 volumes for convenience in the master ui. | bingoohuang | 1 | -0/+18 | |
| 2019-12-03 | grow volumes on volume servers with slots freed by cloud storage | Chris Lu | 1 | -5/+26 | |
| 2019-06-04 | free volume slots factor in ec shard counts | Chris Lu | 1 | -1/+1 | |
| 2019-06-04 | ui add ec shard statuses | Chris Lu | 1 | -0/+1 | |
| 2019-05-24 | pb shard info uses ShardBits instead one message for one shard | Chris Lu | 1 | -1/+1 | |
| 2019-05-23 | prepare to register ec shard info in master | Chris Lu | 1 | -2/+2 | |
| 2019-05-22 | ec shard info can be queried via VolumeList() | Chris Lu | 1 | -5/+13 | |
| 2019-04-20 | shell: add command volume.move | Chris Lu | 1 | -0/+14 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -4/+7 | |
| 2019-03-17 | weed shell: list volumes | Chris Lu | 1 | -0/+15 | |
| 2019-01-17 | go fmt and fix some typo | bingoohuang | 1 | -2/+2 | |
| 2018-07-27 | broadcast messages of new and deleted volumes | Chris Lu | 1 | -3/+8 | |
| 2017-01-10 | gRpc for master~volume heartbeat | Chris Lu | 1 | -2/+1 | |
| 2016-09-07 | use Lock instead of RLock | Chris Lu | 1 | -3/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/364 | |||||
| 2016-08-09 | if replicated volume has one copy in readonly mode at one node,it should be ↵ | 霍晓栋 | 1 | -0/+11 | |
| removed from writable list | |||||
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+115 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2013-02-10 | testing compilation with remove package | Chris Lu | 1 | -60/+0 | |
| 2013-02-10 | testing new directory structure | Chris Lu | 1 | -1/+1 | |
| 2013-02-10 | avoid the "src" folder | Chris Lu | 1 | -0/+60 | |
