summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
2023-01-14xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-1/+1
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee1-0/+5
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown1-1/+1
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown1-1/+3
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust1-6/+5
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust3-9/+22
2021-05-19xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever1-1/+0
2021-05-19xprtrdma: Fix cwnd update orderingChuck Lever3-7/+8
2021-05-19xprtrdma: Avoid Receive Queue wrappingChuck Lever1-0/+1
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever1-2/+4
2021-03-25svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-03-04svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever1-3/+3
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever1-9/+31
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2-0/+2
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+3
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-09-26net: sunrpc: delete repeated wordsRandy Dunlap1-1/+1
2020-09-21xprtrdma: drop double zeroingJulia Lawall1-1/+1
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever1-3/+0
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever1-2/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever1-2/+0
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds7-224/+204
2020-07-28svcrdma: CM event handler clean upChuck Lever1-31/+25
2020-07-28svcrdma: Remove transport reference countingChuck Lever4-27/+2
2020-07-28svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-07-14svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever1-2/+12
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2-6/+7
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-3/+12
2020-07-14svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever1-6/+6
2020-07-14svcrdma: Introduce Receive completion IDsChuck Lever1-3/+12
2020-07-14svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2-14/+4
2020-07-14svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever6-34/+19
2020-07-14SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2-15/+14
2020-07-14svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever1-1/+1
2020-07-14svcrdma: Consolidate send_error helper functionsChuck Lever1-47/+5
2020-07-14svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-9/+19
2020-07-14svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever1-11/+14
2020-07-14svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever1-6/+26
2020-07-14svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever2-16/+16
2020-07-14svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever1-4/+5
2020-07-14svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever1-3/+5
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever1-6/+10
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2-8/+7
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever1-5/+2