|  Chris Lu | 6383b45bd0 | add lock variable | 6 years ago | 
				
					
						|  Chris Lu | ec8de250e2 | tiered storage: can copy to s3, read from s3 master not aware tiered volume yet, file assigning is not working yet | 6 years ago | 
				
					
						|  Chris Lu | 0da7b894cc | pass backend config from master to volume servers | 6 years ago | 
				
					
						|  Chris Lu | ea9a7e61d0 | only send metrics address during on the first response | 6 years ago | 
				
					
						|  Chris Lu | f60154f330 | master load backend storage config from master.toml | 6 years ago | 
				
					
						|  Chris Lu | 586798ecc0 | go fmt | 6 years ago | 
				
					
						|  Lei Liu | 1ba3456ac2 | go fmt Signed-off-by: Lei Liu <liul.stone@gmail.com> | 6 years ago | 
				
					
						|  Chris Lu | 0f9ba84274 | s3 | 6 years ago | 
				
					
						|  Lei Liu | 2700ac6d1f | filer: Add attr.mode in query string Signed-off-by: Lei Liu <liul.stone@gmail.com> | 6 years ago | 
				
					
						|  Chris Lu | fb3c9ed80d | shell: fs.meta.save missed directory data with more than 1024 entries fix https://github.com/chrislusf/seaweedfs/issues/1130 | 6 years ago | 
				
					
						|  Chris Lu | de0c983808 | refactoring scaffolding for master.toml | 6 years ago | 
				
					
						|  Lei Liu | 46755ea1e1 | fix master maintenance logic Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  stlpmo | 62d393d6c9 | ut pass | 6 years ago | 
				
					
						|  stlpmo | 802a0eb3fe | move from cmd-line to scaffold | 6 years ago | 
				
					
						|  zhangsong | 61fa485700 | add volume number param in assign operation | 6 years ago | 
				
					
						|  Chris Lu | 6cc9e0d788 | volume: fix ec shard reading fix https://github.com/chrislusf/seaweedfs/issues/1106 | 6 years ago | 
				
					
						|  stlpmo | 1c8bed3810 | delete the var etcdClient and comments refactor the code
add sequencer cmd-line
delete nerver used codes | 6 years ago | 
				
					
						|  Lei Liu | 1294999d8b | return error when garbageThreshold is not a valid float number Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  Lei Liu | 1bcef02a6c | fix dir/lookup and col/delete api 1, Fix Layouts first letter capitalized
2, Return http 204 when delete a collection
Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  Lei Liu | f2f90436ef | fix leader master /dir/lookup api Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  Lei Liu | c2884cace2 | misc updated Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  Chris Lu | 19b6a16003 | changed from os.file to backend.DataStorageBackend | 6 years ago | 
				
					
						|  Chris Lu | 71eb8efd20 | fix error logs | 6 years ago | 
				
					
						|  Chris Lu | 55a2221eba | master: add logging for volume server disconnection add logging for https://github.com/chrislusf/seaweedfs/issues/1093 | 6 years ago | 
				
					
						|  Chris Lu | 46ed2ca902 | refactoring | 6 years ago | 
				
					
						|  divinerapier | f1ee6b7a54 | fix abused 404 status code Signed-off-by: divinerapier <poriter.coco@gmail.com> | 6 years ago | 
				
					
						|  Chris Lu | c358f96aaa | volume: redirection follow public url fix https://github.com/chrislusf/seaweedfs/issues/1089 | 6 years ago | 
				
					
						|  Chris Lu | 23240efa63 | filer: add tikv support | 6 years ago | 
				
					
						|  Chris Lu | c71fddee2b | go fmt | 6 years ago | 
				
					
						|  Chris Lu | fc412e428b | refactor ScanVolumeFileFrom() | 6 years ago | 
				
					
						|  Chris Lu | c9a183eb69 | refactor memory map related code | 6 years ago | 
				
					
						|  Chris Lu | faec9076a4 | adjust parameter names | 6 years ago | 
				
					
						|  Chris Lu | d16c450682 | fix unreachable code | 6 years ago | 
				
					
						|  Chris Lu | 939e4b57a8 | go fmt | 6 years ago | 
				
					
						|  Chris Lu | f8d4b7d1c0 | support basic json filtering and selection | 6 years ago | 
				
					
						|  Chris Lu | cf47f657af | scaffold for volume server query feature | 6 years ago | 
				
					
						|  Lei Liu | 3cc084269c | master api: return http 404 when volumeId not exist Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | 6 years ago | 
				
					
						|  j.laycock | 6fc6322c90 | Change joeslay paths to chrislusf paths | 6 years ago | 
				
					
						|  Chris Lu | ae53f63680 | filer: recursive deletion optionally ignoring any errors fix https://github.com/chrislusf/seaweedfs/issues/1062 | 6 years ago | 
				
					
						|  Tom Maxwell | 4a878c0006 | Changed the InMemory bool to a uint32 so that it can be used to alter how much space to reserve | 6 years ago | 
				
					
						|  j.laycock | cbd0a98fa1 | Add InMemory to Volume Grow structure | 6 years ago | 
				
					
						|  Chris Lu | ee8bcb0c12 | remove println | 6 years ago | 
				
					
						|  j.laycock | 1f01eb78e8 | Rename mem_map to mMap, remove some in_memory variables being passed around, added MemoryMapped member to volume struct | 6 years ago | 
				
					
						|  Tom Maxwell | d637d86d22 | Changes to try and pass the URL parameters through - in memory flag not working still | 6 years ago | 
				
					
						|  j.laycock | 595a1beff0 | Swap imports to use joeslay | 6 years ago | 
				
					
						|  Chris Lu | 60c9215a00 | HCFS: avoid verbose file not found exception stack trace | 6 years ago | 
				
					
						|  Chris Lu | 0dc43ecdca | skip writing content if not modified related to https://github.com/chrislusf/seaweedfs/issues/1036 | 6 years ago | 
				
					
						|  Feng Ye | fc0498798b | Add etcd filestore | 6 years ago | 
				
					
						|  Chris Lu | ca2b81a944 | fix test error | 6 years ago | 
				
					
						|  Chris Lu | 19360ab10a | master: redirect clients to the new leader | 6 years ago |