1. c0f26167 xprtrdma: Remove definitions of RPCDBG_FACILITY by Chuck Lever · 3 years ago
  2. 21037b8 xprtrdma: Provide a buffer to pad Write chunks of unaligned length by Chuck Lever · 3 years, 3 months ago
  3. ae605ee xprtrdma: Revert 586a0787ce35 by Chuck Lever · 3 years, 7 months ago
  4. 8a05343 xprtrdma: Do not wake RPC consumer on a failed LocalInv by Chuck Lever · 3 years, 8 months ago
  5. c35ca60 xprtrdma: Delete rpcrdma_recv_buffer_put() by Chuck Lever · 3 years, 8 months ago
  6. 35d8b10 xprtrdma: Fix cwnd update ordering by Chuck Lever · 3 years, 8 months ago
  7. 586a078 xprtrdma: Clean up rpcrdma_prepare_readch() by Chuck Lever · 3 years, 11 months ago
  8. 2324fbe xprtrdma: Pad optimization, revisited by Chuck Lever · 3 years, 11 months ago
  9. 84dff5e rpcrdma: Fix comments about reverse-direction operation by Chuck Lever · 3 years, 11 months ago
  10. 67b1662 xprtrdma: Refactor invocations of offset_in_page() by Chuck Lever · 3 years, 11 months ago
  11. 54e6aec xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map() by Chuck Lever · 3 years, 11 months ago
  12. 9929f4a xprtrdma: Remove FMR support in rpcrdma_convert_iovs() by Chuck Lever · 3 years, 11 months ago
  13. 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
  14. 15261b9 xprtrdma: Fix XDRBUF_SPARSE_PAGES support by Chuck Lever · 4 years, 1 month ago
  15. 7703db9 xprtrdma: Display the task ID when reporting MR events by Chuck Lever · 4 years, 2 months ago
  16. 0307cde xprtrdma: Clean up trace_xprtrdma_nomrs() by Chuck Lever · 4 years, 2 months ago
  17. 03ffd92 xprtrdma: Clean up tracepoints in the reply path by Chuck Lever · 4 years, 2 months ago
  18. 3a9568f xprtrdma: Clean up reply parsing error tracepoints by Chuck Lever · 4 years, 2 months ago
  19. 3821e23 xprtrdma: Replace dprintk call sites in ERR_CHUNK path by Chuck Lever · 4 years, 2 months ago
  20. 7a6b604 Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 5 months ago
  21. 9122884 xprtrdma: fix incorrect header size calculations by Colin Ian King · 4 years, 6 months ago
  22. 379c3bc svcrdma: Add common XDR encoders for RDMA and Read segments by Chuck Lever · 4 years, 9 months ago
  23. f60a086 svcrdma: Add common XDR decoders for RDMA and Read segments by Chuck Lever · 4 years, 9 months ago
  24. 07e9a63 SUNRPC: Add helpers for decoding list discriminators symbolically by Chuck Lever · 4 years, 9 months ago
  25. 7b2182e xprtrdma: Fix handling of RDMA_ERROR replies by Chuck Lever · 4 years, 7 months ago
  26. 53bc19f SUNRPC: receive buffer size estimation values almost never change by Chuck Lever · 4 years, 8 months ago
  27. 48a124e xprtrdma: Fix use of xdr_stream_encode_item_{present, absent} by Chuck Lever · 4 years, 8 months ago
  28. 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
  29. e28ce90 xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt by Chuck Lever · 4 years, 10 months ago
  30. 93aa8e0 xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep by Chuck Lever · 4 years, 10 months ago
  31. 5c266df SUNRPC: Add encoders for list item discriminators by Chuck Lever · 4 years, 10 months ago
  32. b78de1d xprtrdma: Allocate and map transport header buffers at connect time by Chuck Lever · 5 years ago
  33. 18d065a xprtrdma: Eliminate per-transport "max pages" by Chuck Lever · 5 years ago
  34. 7581d90 xprtrdma: Refactor initialization of ep->rep_max_requests by Chuck Lever · 5 years ago
  35. 2e87036 xprtrdma: Eliminate ri_max_send_sges by Chuck Lever · 5 years ago
  36. f54c870 xprtrdma: Replace dprintk() in rpcrdma_update_connect_private() by Chuck Lever · 5 years ago
  37. d4957f0 xprtrdma: Refine trace_xprtrdma_fixup by Chuck Lever · 5 years ago
  38. 614f3c9 xprtrdma: Pull up sometimes by Chuck Lever · 5 years ago
  39. d6764bb xprtrdma: Refactor rpcrdma_prepare_msg_sges() by Chuck Lever · 5 years ago
  40. dc15c3d xprtrdma: Move the rpcrdma_sendctx::sc_wr field by Chuck Lever · 5 years ago
  41. b5cde6a xprtrdma: Remove rpcrdma_sendctx::sc_device by Chuck Lever · 5 years ago
  42. 9d2da4f xprtrdma: Manage MRs in context of a single connection by Chuck Lever · 5 years ago
  43. 2ae50ad xprtrdma: Close window between waking RPC senders and posting Receives by Chuck Lever · 5 years ago
  44. eea63ca xprtrdma: Initialize rb_credits in one place by Chuck Lever · 5 years ago
  45. f9e1afe xprtrdma: Clear xprt->reestablish_timeout on close by Chuck Lever · 5 years ago
  46. ee2f412e xprtrdma: Recycle MRs after disconnect by Chuck Lever · 5 years ago
  47. 1738de3 xprtrdma: Inline XDR chunk encoder functions by Chuck Lever · 5 years ago
  48. 6dc6ec9 xprtrdma: Cache free MRs in each rpcrdma_req by Chuck Lever · 5 years ago
  49. 3b39f52 xprtrdma: Move rpcrdma_mr_get out of frwr_map by Chuck Lever · 5 years ago
  50. 265a38d xprtrdma: Simplify rpcrdma_mr_pop by Chuck Lever · 5 years ago
  51. 347543e Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 5 years ago
  52. 6a6c6de xprtrdma: Refactor chunk encoding by Chuck Lever · 6 years ago
  53. 0ab1152 xprtrdma: Wake RPCs directly in rpcrdma_wc_send path by Chuck Lever · 6 years ago
  54. d8099fe xprtrdma: Reduce context switching due to Local Invalidation by Chuck Lever · 6 years ago
  55. 40088f0 xprtrdma: Add mechanism to place MRs back on the free list by Chuck Lever · 6 years ago
  56. 8475689 xprtrdma: Remove fr_state by Chuck Lever · 6 years ago
  57. 5809ea4 xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flag by Chuck Lever · 6 years ago
  58. 05eb06d xprtrdma: Fix occasional transport deadlock by Chuck Lever · 6 years ago
  59. 1310051 xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_req by Chuck Lever · 6 years ago
  60. b5e9241 SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock by Trond Myklebust · 6 years ago
  61. 94087e9 xprtrdma: Aggregate the inline settings in struct rpcrdma_ep by Chuck Lever · 6 years ago
  62. dbcc53a xprtrdma: Clean up sendctx functions by Chuck Lever · 6 years ago
  63. 17e4c44 xprtrdma: Trace marshaling failures by Chuck Lever · 6 years ago
  64. d2832af xprtrdma: Clean up regbuf helpers by Chuck Lever · 6 years ago
  65. 8cec3db xprtrdma: rpcrdma_regbuf alignment by Chuck Lever · 6 years ago
  66. 52db6f9 SUNRPC: Avoid digging into the ATOMIC pool by Chuck Lever · 6 years ago
  67. 0ccc61b SUNRPC: Add xdr_stream::rqst field by Chuck Lever · 6 years ago
  68. d4550bb xprtrdma: Check inline size before providing a Write chunk by Chuck Lever · 6 years ago
  69. 07e1030 xprtrdma: Prevent leak of rpcrdma_rep objects by Chuck Lever · 6 years ago
  70. 53b2c1c xprtrdma: Trace mapping, alloc, and dereg failures by Chuck Lever · 6 years ago
  71. aba11831 xprtrdma: Clean up of xprtrdma chunk trace points by Chuck Lever · 6 years ago
  72. ddbb347 xprtrdma: Cull dprintk() call sites by Chuck Lever · 6 years ago
  73. 236b094 xprtrdma: Expose transport header errors by Chuck Lever · 6 years ago
  74. 15303d9e xprtrdma: Recognize XDRBUF_SPARSE_PAGES by Chuck Lever · 6 years ago
  75. 0a93fbc xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR) by Chuck Lever · 6 years ago
  76. 5f62412 xprtrdma: Remove rpcrdma_memreg_ops by Chuck Lever · 6 years ago
  77. 6d2d0ee xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue by Chuck Lever · 6 years ago
  78. 6ceea36 xprtrdma: Refactor Receive accounting by Chuck Lever · 6 years ago
  79. 93bdcf9 Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  80. 61da886 xprtrdma: Explicitly resetting MRs is no longer necessary by Chuck Lever · 6 years ago
  81. c421ece xprtrdma: Create more MRs at a time by Chuck Lever · 6 years ago
  82. 91ca186 xprtrdma: xprt_release_rqst_cong is called outside of transport_lock by Chuck Lever · 6 years ago
  83. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
  84. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 6 years ago
  85. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  86. 11d0ac1 xprtrdma: Remove transfertypes array by Chuck Lever · 7 years ago
  87. 2fad659 xprtrdma: Wait on empty sendctx queue by Chuck Lever · 7 years ago
  88. ed3aa74 xprtrdma: Move common wait_for_buffer_space call to parent function by Chuck Lever · 7 years ago
  89. a8f688e xprtrdma: Return -ENOBUFS when no pages are available by Chuck Lever · 7 years ago
  90. bd2abef svcrdma: Trace key RDMA API events by Chuck Lever · 7 years ago
  91. b6e717cb xprtrdma: Prepare RPC/RDMA includes for server-side trace points by Chuck Lever · 7 years ago
  92. 7c8d9e7 xprtrdma: Move Receive posting to Receive handler by Chuck Lever · 7 years ago
  93. a2268cf xprtrdma: Add proper SPDX tags for NetApp-contributed source by Chuck Lever · 7 years ago
  94. 9e679d5 xprtrdma: ->send_request returns -EAGAIN when there are no free MRs by Chuck Lever · 7 years ago
  95. 6720a89 xprtrdma: Fix latency regression on NUMA NFS/RDMA clients by Chuck Lever · 7 years ago
  96. 1179e2c xprtrdma: Fix calculation of ri_max_send_sges by Chuck Lever · 7 years ago
  97. aae2349 xprtrdma: Fix "bytes registered" accounting by Chuck Lever · 7 years ago
  98. e11b7c9 xprtrdma: Add trace points in reply decoder path by Chuck Lever · 7 years ago
  99. 58f10ad xprtrdma: Add trace points to instrument memory registration by Chuck Lever · 7 years ago
  100. b4a7f91 xprtrdma: Add trace points in the RPC Reply handler paths by Chuck Lever · 7 years ago