The Fox File System has been deprecated in favor of a new design I'm working on. That design will reach here when ready. The new design localizes data and takes advantage of expected behavior of hard drives. It also offers a O(1) Inode look-up.

The Features page has all the features I was planning for FoxFS. Doesn't use trees like ReiserFS but it should be easy to walk the directory tree starting at /.

Click one of the menus at the top of the page and select an option.

This site needs a major rework. Right now I'm working on the third prototyping of FoxFS. The first one was ill-done; the second was destroying the first by making everything objects. This third one, currently codenamed Project 9TK (Nine Tailed Kitsune), leverages a lot of things.

Features of Project 9TK include:

Also, you may be interested in the ANLFS, my NFS clone. Severe work in progress on the side.