|  Chris Lu | 2cca07b44c | cloud tier to non-AWS s3 gateways | 5 years ago | 
				
					
						|  Chris Lu | 30b30b8fe0 | volume.tier.move: passing non-empty disk type | 5 years ago | 
				
					
						|  Chris Lu | 03c643aa6b | fix test fileSize need to be divided by 8 | 5 years ago | 
				
					
						|  Chris Lu | 7635f6b9fa | disk file avoid file.Stat() | 5 years ago | 
				
					
						|  Chris Lu | a2383b3b12 | Revert "Revert "avoid file.Stat()"" This reverts commit 7ef4c24f18. | 5 years ago | 
				
					
						|  Chris Lu | 7ef4c24f18 | Revert "avoid file.Stat()" This reverts commit 98c93ca465. | 5 years ago | 
				
					
						|  Chris Lu | 1ad3200094 | skip seek() when index file writes | 5 years ago | 
				
					
						|  Chris Lu | 98c93ca465 | avoid file.Stat() avoid one Syscall, but did not help on performance though | 5 years ago | 
				
					
						|  bingoohuang | ee082ae402 | revert comment temporarily | 5 years ago | 
				
					
						|  bingoohuang | ee7cdf3668 | revert ErrXyz to ErrorXyz temporarily. | 5 years ago | 
				
					
						|  bingoohuang | a6d421508a | revert ErrXyz to ErrorXyz temporarily. | 5 years ago | 
				
					
						|  Chris Lu | a1210d1e8d | Revert "volume: avoid file.stat(), file.seek() if possible during writes" This reverts commit c78409a598. | 5 years ago | 
				
					
						|  bingoohuang | 7ffe736d20 | renaming to ErrXyz | 5 years ago | 
				
					
						|  Chris Lu | c78409a598 | volume: avoid file.stat(), file.seek() if possible during writes | 5 years ago | 
				
					
						|  Chris Lu | 73958e357d | add descriptive error if no free volumes | 5 years ago | 
				
					
						|  bingoohuang | eab6e31d34 | use backticks instead of double quotes to avoid escaped additionally in regex | 5 years ago | 
				
					
						|  Chris Lu | 3575d41009 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 7403cd43c5 | only use "" for hdd to avoid two values for the same thing | 5 years ago | 
				
					
						|  Chris Lu | ebf320ec22 | avoid divided by zero | 5 years ago | 
				
					
						|  Chris Lu | 3fe628f04e | use hdd instead of empty string | 5 years ago | 
				
					
						|  Chris Lu | f8446b42ab | this can compile now!!! | 5 years ago | 
				
					
						|  Chris Lu | 7ce647f27e | support customizable disk type | 5 years ago | 
				
					
						|  Chris Lu | 4bd8a692d8 | disk type can be generic tags | 5 years ago | 
				
					
						|  Chris Lu | 885ca34748 | volume: fail fast if idx files are missing fix https://github.com/chrislusf/seaweedfs/issues/1796 | 5 years ago | 
				
					
						|  bingoohuang | 9e06ef66b9 | fix renaming for 5bytes | 5 years ago | 
				
					
						|  Chris Lu | a833021132 | fix refactoring left over | 5 years ago | 
				
					
						|  bingoohuang | 7256902fb0 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | 5 years ago | 
				
					
						|  bingoohuang | 94ea3bd3a5 | renaming NeedleMapType to NeedleMapKind | 5 years ago | 
				
					
						|  Chris Lu | cfb9342a15 | avoid concurrent map updates to viper | 5 years ago | 
				
					
						|  Chris Lu | 039ad101b1 | manifest file also need to detect compression fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753585046 | 5 years ago | 
				
					
						|  Chris Lu | 4f31c1bb94 | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 738c4fd203 | fix logging when error address https://github.com/chrislusf/seaweedfs/pull/1685#issuecomment-747845601 | 5 years ago | 
				
					
						|  Chris Lu | e2076201d7 | volume: avoid reprocessing the same volume fix https://github.com/chrislusf/seaweedfs/issues/1682 | 5 years ago | 
				
					
						|  Chris Lu | 986cbdf7d9 | Revert "Merge pull request #1683 from qieqieplus/master" This reverts commit 8cb67952db, reversing
changes made to200e56215a. | 5 years ago | 
				
					
						|  Chris Lu | f56e6d231e | Revert "Merge pull request #1683 from qieqieplus/master" This reverts commit 8cb67952db, reversing
changes made to200e56215a. | 5 years ago | 
				
					
						|  Chris Lu | 1bf22c0b5b | go fmt | 5 years ago | 
				
					
						|  Chris Lu | 1d88865869 | passing disk type along | 5 years ago | 
				
					
						|  chenqieqie | 45f902a9b7 | smaller critical section | 5 years ago | 
				
					
						|  chenqieqie | 4e58a4f24e | fix race condition when loading volumes concurrently | 5 years ago | 
				
					
						|  Chris Lu | 2e8dba571b | adjust volume server UI | 5 years ago | 
				
					
						|  Chris Lu | 933f2f4cfd | find location with matching disk type | 5 years ago | 
				
					
						|  Chris Lu | 94525aa0fd | allocate volume by disk type | 5 years ago | 
				
					
						|  Chris Lu | f6a419c26c | disk type configurable for each folder | 5 years ago | 
				
					
						|  Chris Lu | 0d2ec832e2 | rename from volumeType to diskType | 5 years ago | 
				
					
						|  Chris Lu | d156c74ec0 | volume server set volume type and heartbeat to the master | 5 years ago | 
				
					
						|  Chris Lu | e9cd798bd3 | adding volume type | 5 years ago | 
				
					
						|  Chris Lu | ae655033ac | adjust logging | 5 years ago | 
				
					
						|  Chris Lu | d986c7196d | use append time instead of filer's own modification time fix https://github.com/chrislusf/seaweedfs/issues/1669 | 5 years ago | 
				
					
						|  Chris Lu | d171d9f988 | volume: ensure the volume dat and idx files are always closed fix https://github.com/chrislusf/seaweedfs/issues/1646 | 5 years ago | 
				
					
						|  Chris Lu | cc839f935d | better unit detection | 5 years ago |