linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Junctions should inherit parent's export options
@ 2012-10-11 15:10 Chuck Lever
  2012-10-11 15:10 ` [PATCH 1/8] mountd: Warn when a broken junction is encountered Chuck Lever
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Chuck Lever @ 2012-10-11 15:10 UTC (permalink / raw)
  To: steved; +Cc: bfields, linux-nfs

Following suggestions by Steve and Bruce, I've at long last
implemented a mechanism by which junctions inherit the export
options of their parent exports.

While I was there, I took the opportunity to clean up the junction
resolution logic.

---

Chuck Lever (8):
      mountd: Simplify "no junction support" case
      mountd: Dynamically allocate exportent that represents junctions
      mountd: Add exportent_release()
      mountd: Junctions inherit parent export's options
      mountd: Add lookup_export_parent()
      mountd: Set e_fslocdata field directly
      mountd: Use static buffer when constructing junction export options
      mountd: Warn when a broken junction is encountered


 support/export/export.c    |   19 ++--
 support/include/exportfs.h |    1 
 utils/mountd/cache.c       |  217 ++++++++++++++++++++++++++++++--------------
 3 files changed, 162 insertions(+), 75 deletions(-)

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-10-22 13:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 15:10 [PATCH 0/8] Junctions should inherit parent's export options Chuck Lever
2012-10-11 15:10 ` [PATCH 1/8] mountd: Warn when a broken junction is encountered Chuck Lever
2012-10-11 15:10 ` [PATCH 2/8] mountd: Use static buffer when constructing junction export options Chuck Lever
2012-10-11 15:11 ` [PATCH 3/8] mountd: Set e_fslocdata field directly Chuck Lever
2012-10-11 15:11 ` [PATCH 4/8] mountd: Add lookup_export_parent() Chuck Lever
2012-10-11 15:11 ` [PATCH 5/8] mountd: Junctions inherit parent export's options Chuck Lever
2012-10-11 15:11 ` [PATCH 6/8] mountd: Add exportent_release() Chuck Lever
2012-10-11 15:11 ` [PATCH 7/8] mountd: Dynamically allocate exportent that represents junctions Chuck Lever
2012-10-11 15:11 ` [PATCH 8/8] mountd: Simplify "no junction support" case Chuck Lever
2012-10-11 15:14   ` Chuck Lever
2012-10-15 22:24 ` [PATCH 0/8] Junctions should inherit parent's export options J. Bruce Fields
2012-10-16  0:36   ` Chuck Lever
2012-10-22 13:51 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).