FSFIPI is a FileSystem Filter PIpeline with some modules, including versioning file system (vaves) filesystem; Framework for userspace filesystems modifying the behavior of filesystem. Can be mounted using using FUSE, more interfaces possible in the future.
Usage: fsfipi
-- < module1_name > < module1_parameters >
[ -- < module2_name > < module1_parameters > [ -- ... ] ]
module names are without 'fsfipi_'
parameter beginning with '--' can be passed to module by prefixing
it with another '-'
Requirements:
· FUSE
What's New in This Release:
· Scripts fixed for fuse 2.5 (do not rely on localfs running in particular directory)
· run-vaves-bonnie.sh renamed to run-vaves-removeall.sh
· Scripts print out usage if inproper parameters
· fuse_interface calls fuse with "-s" parameter if pipeline is not thread safe
· Big Makefile reorganisation - easier maintainance
· Added fsfipi_through - a source of default filter methods
· Added retransform name to fsfipi_rename
Product's homepage