Download List

Project Description

LUFS is a hybrid userspace filesystem framework supporting many "exotic" filesystems (localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, and nutellafs) transparently for any application. It can be regarded as doing the same job as the VFS (virtual filesystem switch) in the kernel: it is a switch, distributing the filesystem calls to its supported filesystems. However, LUFS filesystems are implemented in userspace. This would be a drawback for local filesystems where the access speed is important, but proves to be a huge advantage for networked filesystems where the userland flexibility is most important.

System Requirements

System requirement is not defined
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.

2002-09-16 17:40
0.6.3

This release fixes more bugs and introduces the "channels" option to
work around connection-limiting servers.
Tags: Minor bugfixes

2002-09-14 06:15
0.6.2

This version fixes the "stale NFS file handle" problem and some symlinks-related bugs.
Tags: Major bugfixes

2002-09-12 01:21
0.6.1

This version fixes a gcc 3 compile problem and a mount point discovery bug.
Tags: Minor bugfixes

2002-09-05 15:27
0.6.0

This release introduces new filesystems (cardfs, cefs), I/O optimizations, pthreads based operation, an autotools build system, and many bugfixes.
Tags: Major feature enhancements

2002-08-16 18:23
0.5.1

This version fixes a lufsmount compile problem.
Tags: Minor bugfixes

Project Resources