From: Christoph Hellwig <hch@lst.de>
To: nfs@lists.sourceforge.net, linux-fsdevel@vger.kernel.org
Subject: [PATH 00/19] export operations rewrite
Date: Thu, 30 Aug 2007 15:15:38 +0200 [thread overview]
Message-ID: <20070830131538.GA6834@lst.de> (raw)
This patchset is a medium scale rewrite of the export operations
interface. The goal is to make the interface less complex, and
easier to understand from the filesystem side, aswell as preparing
generic support for exporting of 64bit inode numbers.
This touches all nfs exporting filesystems, and I've done testing
on all of the filesystems I have here locally (xfs, ext2, ext3, reiserfs,
jfs)
Compared to the last version posted earlier this year I've moved the
generic fh_to_dentry and generic_fh_to_parent method to libfs.c so
that the filesystems don't have to pull in the exportfs module but
only nfsd has to. That means I have to expose that ugly exportfs_d_alloc
helper, but I have plans to get rid of that one entirely by merging
it with d_alloc_anon. More on that in another patch series.
Note that this patch series is against mainline. There will be some
xfs changes landing in -mm soon that revamp lots of the code touched
here. They should hopefully include the first path in the series so
it can be simply dropped, but the xfs conversion will need some smaller
updates. I will send this update as soon as the xfs tree updates get
pulled into -mm.
--
reply other threads:[~2007-08-30 13:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070830131538.GA6834@lst.de \
--to=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=nfs@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.