summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever
2017-07-12svcrdma: use offset_in_page() macroChuck Lever
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever
2017-07-12svcrdma: Remove frmr cacheChuck Lever
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever
2017-05-24xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-04-25svcrdma: Clean out old XDR encodersChuck Lever
2017-04-25svcrdma: Remove the req_map cacheChuck Lever
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever
2017-04-25xprtrdma: Remove rpcrdma_buffer::rb_poolChuck Lever
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever
2017-04-25xprtrdma: Annotate receive workqueueChuck Lever