[pnfs] [PATCH 0/19] nfs41-bc-infra

Benny Halevy bhalevy at panasas.com
Wed Jul 16 05:29:34 EDT 2008


 fs/nfs/callback.c              |  183 +++++++++++++++++++++++-----
 fs/nfs/callback.h              |   17 ++-
 fs/nfs/client.c                |   27 +++--
 include/linux/sunrpc/bc_xprt.h |   43 +++++++
 include/linux/sunrpc/sched.h   |    2 +
 include/linux/sunrpc/svc.h     |   13 ++
 include/linux/sunrpc/svcsock.h |    2 +
 include/linux/sunrpc/xprt.h    |   35 +++++
 net/sunrpc/Makefile            |    1 +
 net/sunrpc/backchannel_rqst.c  |  268 ++++++++++++++++++++++++++++++++++++++++
 net/sunrpc/bc_svc.c            |   81 ++++++++++++
 net/sunrpc/clnt.c              |   65 +++++++++--
 net/sunrpc/stats.c             |    6 +-
 net/sunrpc/sunrpc.h            |   35 +++++
 net/sunrpc/svc.c               |  134 ++++++++++++++++-----
 net/sunrpc/svcsock.c           |   39 ++++++
 net/sunrpc/xprt.c              |   41 +++++-
 net/sunrpc/xprtsock.c          |  211 ++++++++++++++++++++++++++++----
 18 files changed, 1088 insertions(+), 115 deletions(-)

[PATCH 01/19] nfs41: Add ability to read RPC call direction on TCP stream.
[PATCH 02/19] nfs41: Skip past the RPC call direction
[PATCH 03/19] nfs41: Refactor NFSv4 callback service
[PATCH 04/19] nfs41: client callback structures
[PATCH 05/19] nfs41: Initialize new rpc_xprt callback related fields
[PATCH 06/19] nfs41: New backchannel helper routines
[PATCH 07/19] nfs41: New include/linux/sunrpc/bc_xprt.h
[PATCH 08/19] nfs41: New xs_tcp_read_data()
[PATCH 09/19] nfs41: Add backchannel processing support to RPC state machine
[PATCH 10/19] nfs41: Backchannel callback service helper routines
[PATCH 11/19] nfs41: Refactor svc_process()
[PATCH 12/19] nfs41: Backchannel bc_svc_process()
[PATCH 13/19] nfs41: Implement NFSv4.1 callback service process.
[PATCH 14/19] nfs41: New backchannel support object files to sunrpc module.
[PATCH 15/19] nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
[PATCH 16/19] nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use
[PATCH 17/19] nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
[PATCH 18/19] nfs41: Add a reference to svc_serv during callback service bring up
[PATCH 19/19] nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist


More information about the pNFS mailing list