From: Chuck Lever <chuck.lever@oracle.com>
To: trond.myklebust@netapp.com
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH 00/12] For 3.4 (3rd take)
Date: Fri, 02 Mar 2012 16:58:22 -0500 [thread overview]
Message-ID: <20120302215559.12758.39526.stgit@degas.1015granger.net> (raw)
Hi-
Please consider these minor fixes and migration pre-requisites for
3.4. I've ported them to nfs-for-next on top of commit abd96698.
This take addresses yesterday's review comments. I'm leaving the
nfs4_verifier and nfs4_deviceid patches for a separate submission,
since the following patches seem to have reached a low level of
controversy and should be ready to include now.
---
Chuck Lever (10):
NFS: Request fh_expire_type attribute in "server caps" operation
NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS
NFS: Simplify arguments of encode_renew()
NFS: Add a client-side function to display NFS file handles
commit 6f38b4ba433ac6494f83cb73dd07dcbde797e1e0
SUNRPC: Add API to acquire source address
NFS: Reduce debugging noise from encode_compound_hdr
NFS: Add debugging messages to NFSv4's CLOSE procedure
NFS: Clean up debugging in decode_pathname()
NFS: Make nfs_cache_array.size a signed integer
Trond Myklebust (2):
SUNRPC: Move clnt->cl_server into struct rpc_xprt
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
fs/nfs/callback.c | 3
fs/nfs/callback_proc.c | 9 +
fs/nfs/client.c | 31 +++-
fs/nfs/dir.c | 2
fs/nfs/inode.c | 45 +++++
fs/nfs/nfs4namespace.c | 2
fs/nfs/nfs4proc.c | 34 +++-
fs/nfs/nfs4state.c | 25 ++-
fs/nfs/nfs4xdr.c | 52 ++++--
fs/nfs/super.c | 11 +
include/linux/nfs_fs.h | 14 ++
include/linux/nfs_fs_sb.h | 3
include/linux/nfs_xdr.h | 12 +
include/linux/sunrpc/clnt.h | 6 -
include/linux/sunrpc/debug.h | 13 +
include/linux/sunrpc/xprt.h | 2
net/sunrpc/auth_gss/auth_gss.c | 4
net/sunrpc/clnt.c | 347 ++++++++++++++++++++++++++++++++--------
net/sunrpc/rpc_pipe.c | 6 +
net/sunrpc/rpcb_clnt.c | 19 +-
net/sunrpc/stats.c | 6 +
net/sunrpc/xprt.c | 15 ++
22 files changed, 527 insertions(+), 134 deletions(-)
--
Chuck Lever
next reply other threads:[~2012-03-02 21:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-02 21:58 Chuck Lever [this message]
2012-03-02 21:58 ` [PATCH 01/12] NFS: Make nfs_cache_array.size a signed integer Chuck Lever
2012-03-02 21:58 ` [PATCH 02/12] NFS: Clean up debugging in decode_pathname() Chuck Lever
2012-03-02 21:58 ` [PATCH 03/12] NFS: Add debugging messages to NFSv4's CLOSE procedure Chuck Lever
2012-03-02 21:58 ` [PATCH 04/12] NFS: Reduce debugging noise from encode_compound_hdr Chuck Lever
2012-03-02 21:59 ` [PATCH 05/12] SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field Chuck Lever
2012-03-02 21:59 ` [PATCH 06/12] SUNRPC: Move clnt->cl_server into struct rpc_xprt Chuck Lever
2012-03-02 21:59 ` [PATCH 07/12] SUNRPC: Add API to acquire source address Chuck Lever
2012-03-02 21:59 ` [PATCH 08/12] commit 6f38b4ba433ac6494f83cb73dd07dcbde797e1e0 Chuck Lever
2012-03-03 9:31 ` Christoph Hellwig
2012-03-03 16:29 ` Myklebust, Trond
2012-03-02 21:59 ` [PATCH 09/12] NFS: Add a client-side function to display NFS file handles Chuck Lever
2012-03-02 21:59 ` [PATCH 10/12] NFS: Simplify arguments of encode_renew() Chuck Lever
2012-03-02 21:59 ` [PATCH 11/12] NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS Chuck Lever
2012-03-02 22:00 ` [PATCH 12/12] NFS: Request fh_expire_type attribute in "server caps" operation Chuck Lever
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=20120302215559.12758.39526.stgit@degas.1015granger.net \
--to=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
--cc=trond.myklebust@netapp.com \
/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 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).