Re: problems with reiserfs + nfs using 2.4.2-pre4

Neil Brown (neilb@cse.unsw.edu.au)
Mon, 19 Feb 2001 14:40:00 +1100 (EST)


On Sunday February 18, dek_ml@konerding.com wrote:
>
> OK, I grabbed these patches and applied them against 2.4.2-pre4 and
> recompiled, rebooted. I am now able to use reiserfs with NFS,
> basic operations appear to work as expected but I haven't done large amounts
> of file IO or lots of concurrent requests.
>
> What is the plan with regards to these patches, or ones like it, making it into
> the distribution?

The changes to knfsd are fairly big and mean that every filesystem
type that is to be exported needs to explicitly provide support for
knfsd.

I have almost completed doing this for
ext2fs reiserfs isofs ufs efs

which were the only ones that were mentioned when I asked "what
filesystem types do you want to export" on the nfs list.
The isofs stuff needs more work to be *right*, but it should be at
least as good as the current code provides. (i.e. it works as long as
things don't get flushed out of the dentry cache).

The reiserfs bit needs work to get generation number checking done.
This is being worked on by Danilov Nikita.

I hope to put out a patch set for testing in a day or so and possibly
suggest it to Alan for his -ac series. I don't see it going into
2.4.2, but 2.4.3 might be possible if Linus agrees.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/