- c0f26167 xprtrdma: Remove definitions of RPCDBG_FACILITY by Chuck Lever · 3 years ago
- c03061e xprtrdma: Remove final dprintk call sites from xprtrdma by Chuck Lever · 3 years ago
- 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
- cb5a967 xprtrdma: Fix a maybe-uninitialized compiler warning by Benjamin Coddington · 3 years, 2 months ago
- 7a3d524 xprtrdma: Remove rpcrdma_ep::re_implicit_roundup by Chuck Lever · 3 years, 3 months ago
- 21037b8 xprtrdma: Provide a buffer to pad Write chunks of unaligned length by Chuck Lever · 3 years, 3 months ago
- 45f1358 svcrdma: Split svcrmda_wc_{read,write} tracepoints by Chuck Lever · 3 years, 3 months ago
- eef2d8d svcrdma: Split the svcrdma_wc_send() tracepoint by Chuck Lever · 3 years, 3 months ago
- 8dcc572 svcrdma: Split the svcrdma_wc_receive() tracepoint by Chuck Lever · 3 years, 3 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 4 months ago
- 729580d svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free() by Chuck Lever · 3 years, 4 months ago
- 07a92d0 svcrdma: Convert rdma->sc_rw_ctxts to llist by Chuck Lever · 3 years, 11 months ago
- b6c2bfe svcrdma: Relieve contention on sc_send_lock. by Chuck Lever · 3 years, 11 months ago
- 6c8c84f svcrdma: Fewer calls to wake_up() in Send completion handler by Chuck Lever · 3 years, 6 months ago
- f99fa50 SUNRPC/xprtrdma: Fix reconnection locking by Trond Myklebust · 3 years, 5 months ago
- 8d863b1 xprtrdma: Eliminate rpcrdma_post_sends() by Chuck Lever · 3 years, 5 months ago
- d9ae813 xprtrdma: Add an xprtrdma_post_send_err tracepoint by Chuck Lever · 3 years, 5 months ago
- 683f31c xprtrdma: Add xprtrdma_post_recvs_err() tracepoint by Chuck Lever · 3 years, 5 months ago
- 97480ca xprtrdma: Put rpcrdma_reps before waking the tear-down completion by Chuck Lever · 3 years, 5 months ago
- 1143129 xprtrdma: Disconnect after an ib_post_send() immediate error by Chuck Lever · 3 years, 5 months ago
- 96890bc Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 6 months ago
- d3abc73 sunrpc: keep track of the xprt_class in rpc_xprt structure by Olga Kornievskaia · 3 years, 7 months ago
- 0cc2ea8 Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 6 months ago
- d502952 xprtrdma: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- ae605ee xprtrdma: Revert 586a0787ce35 by Chuck Lever · 3 years, 7 months ago
- e86be3a SUNRPC: More fixes for backlog congestion by Trond Myklebust · 3 years, 7 months ago
- a647034 Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 8 months ago
- 9e895cd xprtrdma: Fix a NULL dereference in frwr_unmap_sync() by Chuck Lever · 3 years, 8 months ago
- 13bcf7e xprtrdma: Move fr_mr field to struct rpcrdma_mr by Chuck Lever · 3 years, 8 months ago
- dcff9ed xprtrdma: Move the Work Request union to struct rpcrdma_mr by Chuck Lever · 3 years, 8 months ago
- 9a301ca xprtrdma: Move fr_linv_done field to struct rpcrdma_mr by Chuck Lever · 3 years, 8 months ago
- e10fa96 xprtrdma: Move cqe to struct rpcrdma_mr by Chuck Lever · 3 years, 8 months ago
- 0a26d10 xprtrdma: Move fr_cid to struct rpcrdma_mr by Chuck Lever · 3 years, 8 months ago
- e1648eb xprtrdma: Remove the RPC/RDMA QP event handler by Chuck Lever · 3 years, 8 months ago
- 4ddd0fc xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation by Chuck Lever · 3 years, 8 months ago
- b3ce7a2 xprtrdma: Avoid Send Queue wrapping by Chuck Lever · 3 years, 8 months ago
- 8a05343 xprtrdma: Do not wake RPC consumer on a failed LocalInv by Chuck Lever · 3 years, 8 months ago
- e4b52ca xprtrdma: Do not recycle MR after FastReg/LocalInv flushes by Chuck Lever · 3 years, 8 months ago
- 44438ad xprtrdma: Clarify use of barrier in frwr_wc_localinv_done() by Chuck Lever · 3 years, 8 months ago
- f912af7 xprtrdma: Rename frwr_release_mr() by Chuck Lever · 3 years, 8 months ago
- 1363e63 xprtrdma: rpcrdma_mr_pop() already does list_del_init() by Chuck Lever · 3 years, 8 months ago
- c35ca60 xprtrdma: Delete rpcrdma_recv_buffer_put() by Chuck Lever · 3 years, 8 months ago
- 35d8b10 xprtrdma: Fix cwnd update ordering by Chuck Lever · 3 years, 8 months ago
- 9e3ca33 xprtrdma: Improve locking around rpcrdma_rep creation by Chuck Lever · 3 years, 8 months ago
- 8b5292be xprtrdma: Improve commentary around rpcrdma_reps_unmap() by Chuck Lever · 3 years, 8 months ago
- eaf86e8 xprtrdma: Improve locking around rpcrdma_rep destruction by Chuck Lever · 3 years, 8 months ago
- 5030c9a xprtrdma: Put flushed Receives on free list instead of destroying them by Chuck Lever · 3 years, 8 months ago
- 15788d1 xprtrdma: Do not refresh Receive Queue while it is draining by Chuck Lever · 3 years, 8 months ago
- 32e6b68 xprtrdma: Avoid Receive Queue wrapping by Chuck Lever · 3 years, 8 months ago
- 8727f78 svcrdma: Pass a useful error code to the send_err tracepoint by Chuck Lever · 3 years, 9 months ago
- c7731d5 svcrdma: Rename goto labels in svc_rdma_sendto() by Chuck Lever · 3 years, 9 months ago
- 351461f svcrdma: Don't leak send_ctxt on Send errors by Chuck Lever · 3 years, 9 months ago
- 7638e0b SUNRPC: Move fault injection call sites by Chuck Lever · 3 years, 9 months ago
- e3eded5 svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom() by Chuck Lever · 3 years, 10 months ago
- 5533c4f svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_arg by Chuck Lever · 4 years ago
- 9af723b svcrdma: Remove sc_read_complete_q by Chuck Lever · 4 years ago
- 7d81ee8 svcrdma: Single-stage RDMA Read by Chuck Lever · 4 years ago
- 82011c8 SUNRPC: Move svc_xprt_received() call sites by Chuck Lever · 4 years ago
- cc93ce9 svcrdma: Retain the page backing rq_res.head[0].iov_base by Chuck Lever · 3 years, 11 months ago
- 5799006 svcrdma: Remove unused sc_pages field by Chuck Lever · 4 years ago
- 2a1e4f2 svcrdma: Normalize Send page handling by Chuck Lever · 4 years ago
- e844d30 svcrdma: Add a "deferred close" helper by Chuck Lever · 3 years, 10 months ago
- c558d47 svcrdma: Maintain a Receive water mark by Chuck Lever · 3 years, 10 months ago
- 7b748c3 svcrdma: Use svc_rdma_refresh_recvs() in wc_receive by Chuck Lever · 3 years, 10 months ago
- 77f0a2a svcrdma: Add a batch Receive posting mechanism by Chuck Lever · 3 years, 10 months ago
- c6b7ed8 svcrdma: Remove stale comment for svc_rdma_wc_receive() by Chuck Lever · 3 years, 10 months ago
- 270f25e svcrdma: Provide an explanatory comment in CMA event handler by Chuck Lever · 3 years, 10 months ago
- 072db26 svcrdma: RPCDBG_FACILITY is no longer used by Chuck Lever · 3 years, 10 months ago
- bade4be svcrdma: Revert "svcrdma: Reduce Receive doorbell rate" by Chuck Lever · 3 years, 10 months ago
- 6820bf7 svcrdma: disable timeouts on rdma backchannel by Timo Rothenpieler · 3 years, 10 months ago
- 1c9077c Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 10 months ago
- 7c70f3a Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 10 months ago
- 0ac24c3 svcrdma: Hold private mutex while invoking rdma_accept() by Chuck Lever · 3 years, 11 months ago
- 586a078 xprtrdma: Clean up rpcrdma_prepare_readch() by Chuck Lever · 3 years, 11 months ago
- 2324fbe xprtrdma: Pad optimization, revisited by Chuck Lever · 3 years, 11 months ago
- 84dff5e rpcrdma: Fix comments about reverse-direction operation by Chuck Lever · 3 years, 11 months ago
- 67b1662 xprtrdma: Refactor invocations of offset_in_page() by Chuck Lever · 3 years, 11 months ago
- 54e6aec xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map() by Chuck Lever · 3 years, 11 months ago
- 9929f4a xprtrdma: Remove FMR support in rpcrdma_convert_iovs() by Chuck Lever · 3 years, 11 months ago
- dd2d055 svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom() by Chuck Lever · 4 years ago
- 43042b9 svcrdma: Reduce Receive doorbell rate by Chuck Lever · 4 years, 1 month ago
- c6226ff svcrdma: Deprecate stat variables that are no longer used by Chuck Lever · 4 years ago
- 1e7e55731 svcrdma: Restore read and write stats by Chuck Lever · 4 years ago
- 22df5a2 svcrdma: Convert rdma_stat_sq_starve to a per-CPU counter by Chuck Lever · 4 years ago
- df971cd svcrdma: Convert rdma_stat_recv to a per-CPU counter by Chuck Lever · 4 years ago
- 59a0025 svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up() by Chuck Lever · 4 years ago
- 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
- edffb84 Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 4 years ago
- 15261b9 xprtrdma: Fix XDRBUF_SPARSE_PAGES support by Chuck Lever · 4 years, 1 month ago
- d5aa6b2 SUNRPC: xprt_load_transport() needs to support the netid "rdma6" by Trond Myklebust · 4 years, 2 months ago
- d7cc739 svcrdma: support multiple Read chunks per RPC by Chuck Lever · 4 years, 5 months ago
- d96962e svcrdma: Use the new parsed chunk list when pulling Read chunks by Chuck Lever · 4 years, 3 months ago
- bafe9c2 svcrdma: Rename info::ri_chunklen by Chuck Lever · 4 years, 5 months ago
- b704be0 svcrdma: Clean up chunk tracepoints by Chuck Lever · 4 years, 7 months ago
- 7954c850 svcrdma: Remove chunk list pointers by Chuck Lever · 4 years, 6 months ago
- 41bc163 svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunk by Chuck Lever · 4 years, 10 months ago
- 2371bcc svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg() by Chuck Lever · 4 years, 10 months ago
- 9d0b09d5 svcrdma: Support multiple write chunks when pulling up by Chuck Lever · 4 years, 10 months ago
- 6911f3e svcrdma: Use parsed chunk lists to encode Reply transport headers by Chuck Lever · 4 years, 6 months ago
- 7a1cbfa svcrdma: Use parsed chunk lists to construct RDMA Writes by Chuck Lever · 4 years, 6 months ago