Age | Commit message (Expand) | Author | Files | Lines |
2017-07-13 | xprtrdma: Pre-mark remotely invalidated MRs | Chuck Lever | 4 | -5/+28 |
2017-07-13 | xprtrdma: On invalidation failure, remove MWs from rl_registered | Chuck Lever | 1 | -0/+1 |
2017-07-13 | SUNRPC: Make slot allocation more reliable | Trond Myklebust | 1 | -3/+5 |
2017-07-13 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
2017-07-13 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |
2017-07-13 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2 | -6/+7 |
2017-07-13 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 1 | -4/+2 |
2017-07-13 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 1 | -3/+6 |
2017-07-13 | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 1 | -4/+4 |
2017-07-13 | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 1 | -1/+1 |
2017-07-13 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 4 | -13/+14 |
2017-07-13 | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig | 4 | -8/+16 |
2017-07-13 | sunrpc/auth_gss: fix decoder callback prototypes | Christoph Hellwig | 3 | -3/+4 |
2017-07-13 | sunrpc: fix decoder callback prototypes | Christoph Hellwig | 1 | -12/+15 |
2017-07-13 | sunrpc: properly type argument to kxdrdproc_t | Christoph Hellwig | 1 | -1/+2 |
2017-07-13 | sunrpc/auth_gss: nfsd: fix encoder callback prototypes | Christoph Hellwig | 3 | -7/+8 |
2017-07-13 | sunrpc: fix encoder callback prototypes | Christoph Hellwig | 1 | -11/+13 |
2017-07-13 | sunrpc: properly type argument to kxdreproc_t | Christoph Hellwig | 1 | -1/+2 |
2017-07-13 | svcrdma: fix an incorrect check on -E2BIG and -EINVAL | Colin Ian King | 1 | -1/+1 |
2017-07-12 | svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir field | Chuck Lever | 1 | -10/+8 |
2017-07-12 | svcrdma: use offset_in_page() macro | Chuck Lever | 1 | -2/+3 |
2017-07-12 | svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API | Chuck Lever | 1 | -35/+4 |
2017-07-12 | svcrdma: Clean-up svc_rdma_unmap_dma | Chuck Lever | 1 | -14/+5 |
2017-07-12 | svcrdma: Remove frmr cache | Chuck Lever | 1 | -86/+0 |
2017-07-12 | svcrdma: Remove unused Read completion handlers | Chuck Lever | 1 | -84/+9 |
2017-07-12 | svcrdma: Properly compute .len and .buflen for received RPC Calls | Chuck Lever | 2 | -11/+5 |
2017-07-12 | svcrdma: Use generic RDMA R/W API in RPC Call path | Chuck Lever | 2 | -454/+106 |
2017-07-12 | svcrdma: Add recvfrom helpers to svc_rdma_rw.c | Chuck Lever | 1 | -1/+424 |
2017-07-12 | sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst | Chuck Lever | 1 | -4/+6 |
2017-07-04 | net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_t | Reshetova, Elena | 1 | -11/+11 |
2017-07-04 | net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-06-28 | svcrdma: Don't account for Receive queue "starvation" | Chuck Lever | 1 | -15/+6 |
2017-06-28 | svcrdma: Improve Reply chunk sanity checking | Chuck Lever | 1 | -6/+11 |
2017-06-28 | svcrdma: Improve Write chunk sanity checking | Chuck Lever | 1 | -5/+47 |
2017-06-28 | svcrdma: Improve Read chunk sanity checking | Chuck Lever | 1 | -18/+37 |
2017-06-28 | svcrdma: Remove svc_rdma_marshal.c | Chuck Lever | 3 | -170/+128 |
2017-06-28 | svcrdma: Avoid Send Queue overflow | Chuck Lever | 2 | -1/+6 |
2017-06-28 | svcrdma: Squelch disconnection messages | Chuck Lever | 1 | -3/+10 |
2017-06-28 | sunrpc: Disable splice for krb5i | Chuck Lever | 2 | -1/+9 |
2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 2 | -5/+8 |
2017-05-31 | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() | NeilBrown | 1 | -1/+6 |
2017-05-24 | xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma... | Markus Elfring | 1 | -4/+2 |
2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
2017-05-15 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |
2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2 | -6/+7 |
2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 1 | -4/+2 |
2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 1 | -3/+6 |
2017-05-15 | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 1 | -4/+4 |
2017-05-15 | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 1 | -1/+1 |
2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 4 | -13/+14 |