aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-05-19xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever
2021-05-19xprtrdma: Fix cwnd update orderingChuck Lever
2021-05-19xprtrdma: Avoid Receive Queue wrappingChuck Lever
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever
2021-03-25svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2021-03-04svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap
2020-09-21xprtrdma: drop double zeroingJulia Lawall
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-07-28svcrdma: CM event handler clean upChuck Lever
2020-07-28svcrdma: Remove transport reference countingChuck Lever
2020-07-28svcrdma: Fix another Receive buffer leakChuck Lever
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King
2020-07-13svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever
2020-07-13svcrdma: Introduce Send completion IDsChuck Lever
2020-07-13svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever
2020-07-13svcrdma: Introduce Receive completion IDsChuck Lever
2020-07-13svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-07-13SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever
2020-07-13svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever
2020-07-13svcrdma: Consolidate send_error helper functionsChuck Lever
2020-07-13svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever
2020-07-13svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever
2020-07-13svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever
2020-07-13svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever
2020-06-22xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever
2020-06-22xprtrdma: Clean up disconnectChuck Lever