linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] For 3.4 (3rd take)
@ 2012-03-02 21:58 Chuck Lever
  2012-03-02 21:58 ` [PATCH 01/12] NFS: Make nfs_cache_array.size a signed integer Chuck Lever
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Chuck Lever @ 2012-03-02 21:58 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

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

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

end of thread, other threads:[~2012-03-03 16:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 21:58 [PATCH 00/12] For 3.4 (3rd take) Chuck Lever
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

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).