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-08-15 04:24
0.5.0

This release fixes the "stale NFS file handle" bug and introduces a
mounting utility (lufsmount).
Tags: Major bugfixes

2002-08-11 17:49
0.4.1

This version fixes an ftpfs upload/write bug and provides a workaround for the gcc 2.95 compile problem.
Tags: Major bugfixes

2002-08-08 14:05
0.4

This version centralizes the directory cache, one instance per mount point. This fixes many inconsistency problems. The install script was also improved.
Tags: Major feature enhancements

2002-08-05 17:33
0.3

ftpfs was added. LUFS now supports localfs, sshfs, and ftpfs.
Tags: Major feature enhancements

2002-08-01 04:26
0.2

This release builds with gcc 3.x.
Tags: Minor feature enhancements

Project Resources