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.
Highlights of the 2.8 release are more scalable directory locking, atomic open and truncate support, big write requests, better NFS exporting, new ioctl and poll requests, character devices in userspace, umask processing and cache invalidation notifications. This minor release fixes a race in unmounting a FUSE filesystem.