aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-1/+0
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever1-0/+1
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever1-1/+1
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-2/+2
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever1-1/+2
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever1-5/+24
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever1-3/+3
2017-04-25xprtrdma: Detect unreachable NFS/RDMA servers more reliablyChuck Lever1-0/+22
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever1-4/+0
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever1-1/+1
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever1-0/+28
2016-11-29xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever1-2/+4
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever1-2/+2
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever1-13/+5
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-2/+3
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever1-6/+5
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever1-3/+4
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever1-1/+1
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever1-55/+95
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-1/+1
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-0/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-16/+10
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-8/+18
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever1-3/+3
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever1-0/+3
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever1-2/+3
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever1-5/+15
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever1-11/+5
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever1-6/+3
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever1-0/+6
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-11/+19
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-11/+19
2015-12-18xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever1-0/+3
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever1-0/+1
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever1-1/+6
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever1-0/+8
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever1-1/+1
2015-09-28xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise1-1/+1
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever1-2/+3
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever1-25/+23
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever1-17/+11
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+34
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-8/+9
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever1-2/+9
2015-06-12xprtrdma: Remove rr_funcChuck Lever1-3/+0
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever1-5/+2
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+11
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-1/+14
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever1-11/+2