| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-11-29 | pass backend config from master to volume servers | Chris Lu | 10 | -354/+485 | |
| 2019-11-29 | go module | Chris Lu | 2 | -0/+6 | |
| 2019-11-29 | Merge pull request #1145 from stlpmo-jn/volume_graceful_stop | Chris Lu | 2 | -32/+509 | |
| let volume server graceful stop | |||||
| 2019-11-29 | resolve the Duration.Milliseconds() is not exist in golang v11 & v12 | stlpmo | 1 | -4/+8 | |
| 2019-11-28 | only send metrics address during on the first response | Chris Lu | 1 | -4/+4 | |
| 2019-11-28 | tweaking | Chris Lu | 2 | -1/+4 | |
| 2019-11-28 | fix test | Chris Lu | 1 | -0/+2 | |
| 2019-11-28 | master load backend storage config from master.toml | Chris Lu | 20 | -86/+185 | |
| 2019-11-28 | fix scaffold error | Chris Lu | 1 | -2/+2 | |
| 2019-11-27 | volume: avoid inifinite loop reading ec volume info if error happens | Chris Lu | 1 | -0/+5 | |
| 2019-11-27 | Merge pull request #1142 from iliul/wip-fuse-mount | Chris Lu | 6 | -210/+204 | |
| fuse: check mount point available before do runmount | |||||
| 2019-11-28 | fuse: adjust linux specific logic | Lei Liu | 3 | -138/+133 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-27 | Update README.md | Chris Lu | 1 | -3/+3 | |
| 2019-11-27 | go fmt | Chris Lu | 3 | -8/+7 | |
| 2019-11-27 | filer: support memsql | Chris Lu | 2 | -1/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1141 | |||||
| 2019-11-27 | go fmt | Lei Liu | 4 | -8/+9 | |
| Signed-off-by: Lei Liu <liul.stone@gmail.com> | |||||
| 2019-11-27 | fuse: check mount point available before do runmount | Lei Liu | 7 | -210/+207 | |
| 1. Use more readable mount point information 2. Fix some typos eg: $ df -Th Filesystem Type Size Used Avail Use% Mounted on localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs $ mount | grep weedfs localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-27 | s3 | Chris Lu | 10 | -176/+571 | |
| 2019-11-27 | typo | Chris Lu | 2 | -3/+3 | |
| 2019-11-27 | Merge pull request #1140 from iliul/add-attr-mode | Chris Lu | 1 | -1/+11 | |
| filer: Add attr.mode in query string | |||||
| 2019-11-27 | filer: Add attr.mode in query string | Lei Liu | 1 | -1/+11 | |
| Signed-off-by: Lei Liu <liul.stone@gmail.com> | |||||
| 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-22 | adjust build1.45 | Chris Lu | 1 | -1/+2 | |
| 2019-11-22 | skip build for 32 bit computers | Chris Lu | 2 | -0/+63 | |
| 2019-11-22 | 1.45 | Chris Lu | 1 | -1/+1 | |
| 2019-11-22 | go fmt | Chris Lu | 2 | -4/+4 | |
| 2019-11-22 | shell: fs.meta.save missed directory data with more than 1024 entries | Chris Lu | 1 | -2/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1130 | |||||
| 2019-11-19 | Merge pull request #1129 from divinerapier/master | Chris Lu | 1 | -6/+4 | |
| can not break out of from for-select block | |||||
| 2019-11-20 | can not break out of for-select block | divinerapier | 1 | -6/+4 | |
| Signed-off-by: divinerapier <poriter.coco@gmail.com> | |||||
| 2019-11-18 | WIP | Chris Lu | 7 | -9/+195 | |
| 2019-11-18 | change uuid package | Chris Lu | 2 | -2/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1126 | |||||
| 2019-11-18 | Merge pull request #1125 from PapaYofen/fix-rm-ldb-bdb | Chris Lu | 1 | -2/+2 | |
| rm ldb and bdb directory | |||||
| 2019-11-19 | rm ldb and bdb directory | chenwanli | 1 | -2/+2 | |
| 2019-11-17 | test passed | stlpmo | 2 | -32/+505 | |
| 2019-11-14 | refactoring scaffolding for master.toml | Chris Lu | 3 | -18/+13 | |
| 2019-11-12 | adjust memory mapped file size | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/1087 | |||||
| 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 | Update go.sum | Chris Lu | 1 | -0/+4 | |
| 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-11 | Merge pull request #1115 from iliul/enhanced-master-logic | Chris Lu | 8 | -42/+50 | |
| fix master maintenance logic | |||||
| 2019-11-12 | fix master maintenance logic | Lei Liu | 8 | -42/+50 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-11 | Merge branch 'master' into refactoring_dat_backend | Chris Lu | 13 | -145/+509 | |
| 2019-11-11 | Merge pull request #1102 from stlpmo-jn/add_ETCD_sequencer | Chris Lu | 4 | -3/+342 | |
| Add etcd sequencer | |||||
| 2019-11-11 | delete unused function | stlpmo | 1 | -12/+0 | |
| 2019-11-11 | ut pass | stlpmo | 4 | -11/+16 | |
| 2019-11-11 | move from cmd-line to scaffold | stlpmo | 4 | -14/+32 | |
| 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 | |
