Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								6a14a10e6c 
								
							
								 
							
						 
						
							
							
								
								Fix read/write behavior and return value depending on direct_io  
							
							 
							
							 
							
							
								
 
							
							
							Also add parallel direct write option for 6.2+ kernels. 
							
						 
						2 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								373d331f39 
								
							
								 
							
						 
						
							
							
								
								Rework fuse read to use same buffers as messages  
							
							 
							
							
								
 
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								538467b86d 
								
							
								 
							
						 
						
							
							
								
								config: rework global config, remove rwlock, make branches RCU like  
							
							 
							
							 
							
							
								
 
							
							
							Also added unit tests. Should have done separately but found a number of bugs. 
							
						 
						5 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								1b26f4908e 
								
							
								 
							
						 
						
							
							
								
								general cleanup, slight memory reduction  
							
							 
							
							
								
 
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								2fe20b888e 
								
							
								 
							
						 
						
							
							
								
								clean up and separate out fs_* files  
							
							 
							
							
								
 
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								c0990644e8 
								
							
								 
							
						 
						
							
							
								
								remove unnecessary libfuse flags nopath, nullpath_ok, and utime_omit_ok  
							
							 
							
							
								
 
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								b4397f7f2e 
								
							
								 
							
						 
						
							
							
								
								add 'inodecalc' option to allow selection of inode calculation algo  
							
							 
							
							
								
 
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								54c41c4994 
								
							
								 
							
						 
						
							
							
								
								rework config management  
							
							 
							
							 
							
							
								
 
							
							
							* Add standard way to do str2val and val2str conversion
* Add support for a config file
* Add support for reading and writing settings via ioctl 
							
						 
						6 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								9d9ee7b71d 
								
							
								 
							
						 
						
							
							
								
								general code cleanup  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								162b99e6b8 
								
							
								 
							
						 
						
							
							
								
								enable nopath and nullpath_ok  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								c8fa51c81a 
								
							
								 
							
						 
						
							
							
								
								support setting of inodes (using use_ino option)  
							
							 
							
							 
							
							
								
 
							
							
							creates a 64bit inode value from the underlying device value + original inode
final_ino = orig_ino | (dev << 32)
not perfect but given few filesystems use 64bit inodes nor is st_dev more than 16bit usually it should be fine 
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								1dc7bff6e6 
								
							
								 
							
						 
						
							
							
								
								wrap most posix filesystem functions  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								7e423cd9ce 
								
							
								 
							
						 
						
							
							
								
								small tweaks to build on Debian kFreeBSD  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								242af777be 
								
							
								 
							
						 
						
							
							
								
								move from MIT to ISC license.  closes   #194  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								5808ab7795 
								
							
								 
							
						 
						
							
							
								
								move on enospc when writing feature.  closes   #141  
							
							 
							
							 
							
							
								
 
							
							
							This feature mimics the standard mhddfs behavior but is more thorough.
If a write fails and the errno is set to ENOSPC then mergerfs will (if
the feature is enabled) attempt to move the file to the drive with
the most free space but only if it has enough room for the file plus
the amount to be written. If that transfer is successful it will then
unlink the original file and attempt the previously failed write again.
The copy includes copying the path and file including the acls, owners,
attributes, extended attributes, and timestamps. 
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								f130d07fd8 
								
							
								 
							
						 
						
							
							
								
								config get and struct naming cleanup  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								983fa9100d 
								
							
								 
							
						 
						
							
							
								
								change fuse functions to use the fuse namespace  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								91671d7364 
								
							
								 
							
						 
						
							
							
								
								remove FileInfo and keep only file descriptor  
							
							 
							
							
								
 
							
							
						 
						11 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								7b0d703f00 
								
							
								 
							
						 
						
							
							
								
								only allow manipulation of runtime settings via xattrs.  closes   #22  
							
							 
							
							
								
 
							
							
						 
						11 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								ccb0ac1463 
								
							
								 
							
						 
						
							
							
								
								generate the controlfile data on the fly.  closes   #19  
							
							 
							
							
								
 
							
							
						 
						12 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								0e12d79659 
								
							
								 
							
						 
						
							
							
								
								platform specific code to deal with sete{u,g}id.  closes   #17  
							
							 
							
							
								
 
							
							
						 
						12 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								652a299ac1 
								
							
								 
							
						 
						
							
							
								
								add fgetattr.  closes   #5  
							
							 
							
							
								
 
							
							
						 
						12 years ago  
					 
				
					
						
							
							
								 
								Antonio SJ Musumeci
							
						 
						
							
							
							
								
							
								bb7a966296 
								
							
								 
							
						 
						
							
							
								
								initial code commit  
							
							 
							
							
								
 
							
							
						 
						12 years ago