| Commit message (Expand) | Author | Age | Files | Lines |
* | svcrdma: Remove unused wait q from svcrdma_xprt structure | Tom Tucker | 2008-07-02 | 1 | -1/+0 |
* | svcrdma: Add dma map count and WARN_ON | Tom Tucker | 2008-07-02 | 1 | -0/+1 |
* | svcrdma: Use reply and chunk map for RDMA_READ processing | Tom Tucker | 2008-07-02 | 1 | -0/+1 |
* | svcrdma: Add a type for keeping NFS RPC mapping | Tom Tucker | 2008-07-02 | 1 | -0/+27 |
* | svcrdma: Change svc_rdma_send_error return type to void | Tom Tucker | 2008-05-19 | 1 | -2/+2 |
* | svcrdma: Move destroy to kernel thread | Tom Tucker | 2008-05-19 | 1 | -0/+1 |
* | svcrdma: Use standard Linux lists for context cache | Tom Tucker | 2008-05-19 | 1 | -2/+3 |
* | svcrdma: Simplify RDMA_READ deferral buffer management | Tom Tucker | 2008-05-19 | 1 | -0/+1 |
* | svcrdma: Remove unused READ_DONE context flags bit | Tom Tucker | 2008-05-19 | 1 | -1/+0 |
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-04-24 | 5 | -37/+41 |
|\ |
|
| * | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests | Trond Myklebust | 2008-04-19 | 1 | -0/+8 |
| * | NFSv4: Reintroduce machine creds | Trond Myklebust | 2008-04-19 | 2 | -0/+3 |
| * | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 2008-04-19 | 1 | -2/+0 |
| * | SUNRPC: Fix up xprt_write_space() | Trond Myklebust | 2008-04-19 | 1 | -1/+1 |
| * | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task | Trond Myklebust | 2008-03-14 | 1 | -0/+2 |
| * | SUNRPC: Add a generic RPC credential | Trond Myklebust | 2008-03-14 | 1 | -0/+3 |
| * | SUNRPC: Clean up rpcauth_bindcred() | Trond Myklebust | 2008-03-14 | 1 | -3/+1 |
| * | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS | Trond Myklebust | 2008-03-14 | 1 | -2/+2 |
| * | SUNRPC: Fix a bug in rpcauth_lookup_credcache() | Trond Myklebust | 2008-03-14 | 1 | -2/+2 |
| * | Merge branch 'cleanups' into next | Trond Myklebust | 2008-02-28 | 1 | -4/+5 |
| |\ |
|
| | * | SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async | Trond Myklebust | 2008-02-14 | 1 | -4/+5 |
| * | | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 2008-02-28 | 1 | -2/+0 |
| * | | SUNRPC: Eliminate the now-redundant rpc_start_wakeup() | Trond Myklebust | 2008-02-28 | 1 | -11/+1 |
| * | | SUNRPC: Switch tasks to using the rpc_waitqueue's timer function | Trond Myklebust | 2008-02-28 | 1 | -8/+1 |
| * | | SUNRPC: Add a timer function to wait queues. | Trond Myklebust | 2008-02-28 | 1 | -0/+9 |
| * | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 2008-02-28 | 1 | -0/+1 |
| * | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 2008-02-25 | 1 | -3/+1 |
| * | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task | Trond Myklebust | 2008-02-25 | 1 | -1/+0 |
| * | | SUNRPC: Add a new helper rpc_wake_up_queued_task() | Trond Myklebust | 2008-02-25 | 1 | -1/+3 |
| * | | SUNRPC: Allow the rpc_release() callback to be run on another workqueue | Trond Myklebust | 2008-02-25 | 1 | -0/+1 |
| |/ |
|
* | | SUNRPC: Update RPC server's TCP record marker decoder | Chuck Lever | 2008-04-23 | 1 | -2/+2 |
* | | SUNRPC: remove svc_create_thread() | Jeff Layton | 2008-04-23 | 1 | -1/+0 |
* | | gss_krb5: consistently use unsigned for seqnum | Kevin Coffman | 2008-04-23 | 1 | -2/+2 |
* | | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent | Kevin Coffman | 2008-04-23 | 1 | -2/+0 |
* | | svcrpc: move unused field from cache_deferred_req | J. Bruce Fields | 2008-04-23 | 1 | -1/+0 |
* | | IPv6 support for NFS server export caches | Aurélien Charbon | 2008-04-23 | 1 | -2/+3 |
|/ |
|
* | nfsd: clean up svc_reserve_auth() | J. Bruce Fields | 2008-02-10 | 1 | -8/+5 |
* | SUNRPC: spin svc_rqst initialization to its own function | Jeff Layton | 2008-02-01 | 1 | -0/+2 |
* | rdma: SVCRMDA Header File | Tom Tucker | 2008-02-01 | 1 | -0/+262 |
* | svc: Add svc_xprt_names service to replace svc_sock_names | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add svc API that queries for a transport instance | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add /proc/sys/sunrpc/transport files | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add transport hdr size for defer/revisit | Tom Tucker | 2008-02-01 | 1 | -0/+2 |
* | svc: Move the xprt independent code to the svc_xprt.c file | Tom Tucker | 2008-02-01 | 1 | -0/+27 |
* | svc: Removing remaining references to rq_sock in rqstp | Tom Tucker | 2008-02-01 | 1 | -4/+1 |
* | svc: Move the sockaddr information to svc_xprt | Tom Tucker | 2008-02-01 | 2 | -4/+51 |
* | svc: Make deferral processing xprt independent | Tom Tucker | 2008-02-01 | 3 | -4/+3 |
* | svc: Move the authinfo cache to svc_xprt. | Tom Tucker | 2008-02-01 | 2 | -5/+4 |
* | svc: Remove sk_lastrecv | Tom Tucker | 2008-02-01 | 1 | -1/+0 |
* | svc: Change svc_sock_received to svc_xprt_received and export it | Tom Tucker | 2008-02-01 | 1 | -1/+1 |