Filesystem in Userspace is a simple interface for
userspace programs to export a virtual filesystem
to the Linux kernel. It also aims to provide a secure
method for non privileged users to create and
mount their own filesystem implementations.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Support for stacking filesystem modules has been
added to the high level interface. A module for
converting filename character sets is supplied
with the library. Several problems with mounting
have also been addressed.
The previous release contained a fairly serious problem, resulting in an assert failure during heavy filesystem activity. The failure to build the fuseblk module and build problems on certain vendor kernels are also fixed.