lkml.org 
[lkml]   [2009]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH 0/2] Add VFS support for looking up paths on remote servers using a temporary mount namespace
Date
The following two patches attempt to improve NFSv4's ability to look up
the mount path on a remote server.

The first patch adds VFS support for walking the remote path, using a
temporary mount namespace to represent the server's namespace, so that
symlinks and referrals can be followed across remote filesystem and
server boundaries.
The second patch then uses this VFS helper in the NFSv4 mount code.

A later set of patches will clean out the legacy nfs4_path_walk, however
I'm hoping for some commentary from the VFS folks on whether or not this
approach is acceptable before I continue.

Cheers
Trond

---

Trond Myklebust (2):
NFSv4: Use vfs_path_lookup() instead of nfs4_path_walk()
VFS: Add a VFS helper function vfs_remote_path_lookup()


fs/namei.c | 75 ++++++++++++++++++++-
fs/namespace.c | 56 +++++++++++++--
fs/nfs/super.c | 149 +++++++++++++++++++++++++++++++++++------
include/linux/mnt_namespace.h | 2 +
include/linux/namei.h | 2 +
include/linux/nsproxy.h | 1
kernel/nsproxy.c | 11 +++
7 files changed, 267 insertions(+), 29 deletions(-)

--
Signature


\
 
 \ /
  Last update: 2009-02-09 20:21    [W:0.199 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site