nwfs is just a module and can be build outside the kernel tree.
xfs requires lots of infrastructure in the kernel that it basically requires
its own kernel tree, which can be gotten from the oss.sgi.com CVS repository.
>
> BTW, I was quite impressed with JFS. Its definitly not ready for
> production yet, but its seems slightly faster than reiserfs (for my
> single benchmark, which is to build mozilla on the fs) and its only 2/3
> of the size of reiserfs. If you want more info, take a look at:
The Linux implementation of JFS is not journaled yet, so it is very likely
to be faster than reiserfs for meta data intensive operations (like
creating lots of small files in a compile) because it doesn't
do any journal IO.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/