bd56172b82 
								
							
								 
							
						 
						
							
							
								
								simplify file handle management  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a75d50bbb8 
								
							
								 
							
						 
						
							
							
								
								FUSE: add configurable in memory chunk cache size  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								826bc0b7e3 
								
							
								 
							
						 
						
							
							
								
								FUSE: add chunk cache for recently accessed file chunks  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f0d87b206 
								
							
								 
							
						 
						
							
							
								
								tree structured fs cache  
							
							
 
							
							
							FsCache for FsNode, wrapping fs.Node 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e4fadd10a 
								
							
								 
							
						 
						
							
							
								
								fix fscache move  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0f0fdb3ba 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64000f5c45 
								
							
								 
							
						 
						
							
							
								
								FUSE mount: rename under root  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1242  
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13e215ee5c 
								
							
								 
							
						 
						
							
							
								
								filer: option to encrypt data on volume server  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f90c43635d 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0156e2975a 
								
							
								 
							
						 
						
							
							
								
								mount: add mode to run external to SeaweedFS container cluster  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								892e726eb9 
								
							
								 
							
						 
						
							
							
								
								avoid reusing context object  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1182  
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd3254b53f 
								
							
								 
							
						 
						
							
							
								
								adjust logging  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8d543ef51 
								
							
								 
							
						 
						
							
							
								
								avoid retry delay  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72a64a5cf8 
								
							
								 
							
						 
						
							
							
								
								use the same context object in order to retry  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								107e8a56ea 
								
							
								 
							
						 
						
							
							
								
								retry context canceled request  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b48d246a5 
								
							
								 
							
						 
						
							
							
								
								mount: read data that is just written  
							
							
 
							
							
							able read on data not flushed
multiple file open shares the same file handle
fix https://github.com/chrislusf/seaweedfs/issues/1182  on linux 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a990ef2106 
								
							
								 
							
						 
						
							
							
								
								mount: fix problems found in issue 1182  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/1182 
always use the non-duplicated fs.Node
Forget() the fs.Node
Rename will also use the right fs.Node
Avoid using the same file handle for the same file 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b0bfbaf59 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f59119cd1d 
								
							
								 
							
						 
						
							
							
								
								mount: rename to dirListCacheLimit to configure cache for long format directory list  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05c3b795dc 
								
							
								 
							
						 
						
							
							
								
								filer: configurable directory list cache size  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fc6322c90 
								
							
								 
							
						 
						
							
							
								
								Change joeslay paths to chrislusf paths  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								595a1beff0 
								
							
								 
							
						 
						
							
							
								
								Swap imports to use joeslay  
							
							
								
 
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5956dfd08d 
								
							
								 
							
						 
						
							
							
								
								mount: add umask option  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/issues/978  
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f9ecee40f 
								
							
								 
							
						 
						
							
							
								
								working with reading remote intervals  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ca1ec906a 
								
							
								 
							
						 
						
							
							
								
								add weedfuse  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b30c14b631 
								
							
								 
							
						 
						
							
							
								
								webdav: can read now  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55bab1b456 
								
							
								 
							
						 
						
							
							
								
								add context.Context  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77b9af531d 
								
							
								 
							
						 
						
							
							
								
								adding grpc mutual tls  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3b0e39b06 
								
							
								 
							
						 
						
							
							
								
								weed mount deletion always goes to weed filer  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab6be025d7 
								
							
								 
							
						 
						
							
							
								
								go fmt and fix some typo  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aac11fb832 
								
							
								 
							
						 
						
							
							
								
								reduce directory list cache usage  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								525db94d9a 
								
							
								 
							
						 
						
							
							
								
								async file chunk deletion  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7bf6c5b91 
								
							
								 
							
						 
						
							
							
								
								switching_to_seaweedfs_fuse  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03c7447ad6 
								
							
								 
							
						 
						
							
							
								
								set mount point to existing permissions  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/806  
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								308ac1d0d2 
								
							
								 
							
						 
						
							
							
								
								reuse buffer by sync pool  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29f1673d97 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								444dfded84 
								
							
								 
							
						 
						
							
							
								
								add fs.FSStatfser for SeaweedFS weed mount  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e32b44061 
								
							
								 
							
						 
						
							
							
								
								add template for fs.FSStatfser  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f2e417b68 
								
							
								 
							
						 
						
							
							
								
								detailed export  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3b7965c76 
								
							
								 
							
						 
						
							
							
								
								caching grpc clients  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d89774cb7f 
								
							
								 
							
						 
						
							
							
								
								cache grpc client connections to improve performance  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e6a3c7b16 
								
							
								 
							
						 
						
							
							
								
								reduce memory usage  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11b0a9cb76 
								
							
								 
							
						 
						
							
							
								
								fix possible error when reusing file handles  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cbd94b18a5 
								
							
								 
							
						 
						
							
							
								
								improve "ls -al" performance for large directory  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed8efb5aef 
								
							
								 
							
						 
						
							
							
								
								much improved "ls -al" performance  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff4189ab25 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0655151b8c 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6319d84f42 
								
							
								 
							
						 
						
							
							
								
								s3 API add ListObjectsV1  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e2031b18f 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							
								
 
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7abfab8e77 
								
							
								 
							
						 
						
							
							
								
								add feature to mount a specific filer path to local directory  
							
							
								
 
							
							
						 
						7 years ago