1. a9c10b5 xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create by Dan Aloni · 3 years ago
  2. c0f26167 xprtrdma: Remove definitions of RPCDBG_FACILITY by Chuck Lever · 3 years ago
  3. c03061e xprtrdma: Remove final dprintk call sites from xprtrdma by Chuck Lever · 3 years ago
  4. 7a3d524 xprtrdma: Remove rpcrdma_ep::re_implicit_roundup by Chuck Lever · 3 years, 3 months ago
  5. 21037b8 xprtrdma: Provide a buffer to pad Write chunks of unaligned length by Chuck Lever · 3 years, 3 months ago
  6. 8d863b1 xprtrdma: Eliminate rpcrdma_post_sends() by Chuck Lever · 3 years, 5 months ago
  7. 683f31c xprtrdma: Add xprtrdma_post_recvs_err() tracepoint by Chuck Lever · 3 years, 5 months ago
  8. 97480ca xprtrdma: Put rpcrdma_reps before waking the tear-down completion by Chuck Lever · 3 years, 5 months ago
  9. 1143129 xprtrdma: Disconnect after an ib_post_send() immediate error by Chuck Lever · 3 years, 5 months ago
  10. e86be3a SUNRPC: More fixes for backlog congestion by Trond Myklebust · 3 years, 7 months ago
  11. e1648eb xprtrdma: Remove the RPC/RDMA QP event handler by Chuck Lever · 3 years, 8 months ago
  12. b3ce7a2 xprtrdma: Avoid Send Queue wrapping by Chuck Lever · 3 years, 8 months ago
  13. f912af7 xprtrdma: Rename frwr_release_mr() by Chuck Lever · 3 years, 8 months ago
  14. c35ca60 xprtrdma: Delete rpcrdma_recv_buffer_put() by Chuck Lever · 3 years, 8 months ago
  15. 35d8b10 xprtrdma: Fix cwnd update ordering by Chuck Lever · 3 years, 8 months ago
  16. 9e3ca33 xprtrdma: Improve locking around rpcrdma_rep creation by Chuck Lever · 3 years, 8 months ago
  17. 8b5292be xprtrdma: Improve commentary around rpcrdma_reps_unmap() by Chuck Lever · 3 years, 8 months ago
  18. eaf86e8 xprtrdma: Improve locking around rpcrdma_rep destruction by Chuck Lever · 3 years, 8 months ago
  19. 5030c9a xprtrdma: Put flushed Receives on free list instead of destroying them by Chuck Lever · 3 years, 8 months ago
  20. 15788d1 xprtrdma: Do not refresh Receive Queue while it is draining by Chuck Lever · 3 years, 8 months ago
  21. ef2be59 xprtrdma: Move rpcrdma_mr_put() by Chuck Lever · 4 years, 2 months ago
  22. b2e7467 xprtrdma: Introduce Send completion IDs by Chuck Lever · 4 years, 2 months ago
  23. af5865d xprtrdma: Introduce Receive completion IDs by Chuck Lever · 4 years, 2 months ago
  24. ab29a80 Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 4 months ago
  25. 5de55ce xprtrdma: Release in-flight MRs on disconnect by Chuck Lever · 4 years, 4 months ago
  26. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  27. af66752 xprtrdma: Fix handling of connect errors by Chuck Lever · 4 years, 6 months ago
  28. dda9a95 xprtrdma: Fix return code from rpcrdma_xprt_connect() by Chuck Lever · 4 years, 6 months ago
  29. 4cf44be xprtrdma: Fix recursion into rpcrdma_xprt_disconnect() by Chuck Lever · 4 years, 6 months ago
  30. 85bfd71 xprtrdma: Fix double-free in rpcrdma_ep_create() by Chuck Lever · 4 years, 6 months ago
  31. c487eb7 xprtrdma: Clean up disconnect by Chuck Lever · 4 years, 7 months ago
  32. f423f75 xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect() by Chuck Lever · 4 years, 7 months ago
  33. 2d97f46 xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect() by Chuck Lever · 4 years, 7 months ago
  34. 2acc5ca xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed by Chuck Lever · 4 years, 7 months ago
  35. 911813d SUNRPC: Trace transport lifetime events by Chuck Lever · 4 years, 8 months ago
  36. bdb2ce8 xprtrdma: Fix trace point use-after-free race by Chuck Lever · 4 years, 8 months ago
  37. 58bd665 xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler() by Chuck Lever · 4 years, 8 months ago
  38. e28ce90 xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt by Chuck Lever · 4 years, 10 months ago
  39. 745b734 xprtrdma: Extract sockaddr from struct rdma_cm_id by Chuck Lever · 4 years, 10 months ago
  40. 93aa8e0 xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep by Chuck Lever · 4 years, 10 months ago
  41. d6ccebf xprtrdma: Disconnect on flushed completion by Chuck Lever · 4 years, 10 months ago
  42. 897b7be xprtrdma: Remove rpcrdma_ia::ri_flags by Chuck Lever · 4 years, 10 months ago
  43. 81fe0c5 xprtrdma: Invoke rpcrdma_ia_open in the connect worker by Chuck Lever · 4 years, 10 months ago
  44. 9ba373e xprtrdma: Allocate Protection Domain in rpcrdma_ep_create() by Chuck Lever · 4 years, 10 months ago
  45. 9144a80 xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect() by Chuck Lever · 4 years, 10 months ago
  46. 97d0de8 xprtrdma: Clean up the post_send path by Chuck Lever · 4 years, 10 months ago
  47. 253a516 xprtrdma: Refactor frwr_init_mr() by Chuck Lever · 4 years, 10 months ago
  48. 85cd8e2 xprtrdma: Invoke rpcrdma_ep_create() in the connect worker by Chuck Lever · 4 years, 10 months ago
  49. e515dd9 xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created by Chuck Lever · 5 years ago
  50. b7ff018 xprtrdma: Destroy reps from previous connection instance by Chuck Lever · 5 years ago
  51. 8581038 xprtrdma: Destroy rpcrdma_rep when Receive is flushed by Chuck Lever · 5 years ago
  52. b78de1d xprtrdma: Allocate and map transport header buffers at connect time by Chuck Lever · 5 years ago
  53. 25868e6 xprtrdma: Refactor frwr_is_supported by Chuck Lever · 5 years ago
  54. 18d065a xprtrdma: Eliminate per-transport "max pages" by Chuck Lever · 5 years ago
  55. 7581d90 xprtrdma: Refactor initialization of ep->rep_max_requests by Chuck Lever · 5 years ago
  56. cb586de xprtrdma: Make sendctx queue lifetime the same as connection lifetime by Chuck Lever · 5 years ago
  57. 2e87036 xprtrdma: Eliminate ri_max_send_sges by Chuck Lever · 5 years ago
  58. 671c450 xprtrdma: Fix oops in Receive handler after device removal by Chuck Lever · 5 years ago
  59. 13cb886 xprtrdma: Fix completion wait during device removal by Chuck Lever · 5 years ago
  60. b32b9ed xprtrdma: Fix create_qp crash on device unload by Chuck Lever · 5 years ago
  61. f54c870 xprtrdma: Replace dprintk() in rpcrdma_update_connect_private() by Chuck Lever · 5 years ago
  62. 7b020f1 xprtrdma: Report the computed connect delay by Chuck Lever · 5 years ago
  63. 614f3c9 xprtrdma: Pull up sometimes by Chuck Lever · 5 years ago
  64. dc15c3d xprtrdma: Move the rpcrdma_sendctx::sc_wr field by Chuck Lever · 5 years ago
  65. f995879 xprtrdma: Remove rpcrdma_sendctx::sc_xprt by Chuck Lever · 5 years ago
  66. 9d2da4f xprtrdma: Manage MRs in context of a single connection by Chuck Lever · 5 years ago
  67. c370078 xprtrdma: Fix MR list handling by Chuck Lever · 5 years ago
  68. 2ae50ad xprtrdma: Close window between waking RPC senders and posting Receives by Chuck Lever · 5 years ago
  69. eea63ca xprtrdma: Initialize rb_credits in one place by Chuck Lever · 5 years ago
  70. a31b2f9 xprtrdma: Connection becomes unstable after a reconnect by Chuck Lever · 5 years ago
  71. 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  72. 98ef77d xprtrdma: Send Queue size grows after a reconnect by Chuck Lever · 5 years ago
  73. f9e1afe xprtrdma: Clear xprt->reestablish_timeout on close by Chuck Lever · 5 years ago
  74. 435eba4 xprtrdma: Optimize rpcrdma_post_recvs() by Chuck Lever · 5 years ago
  75. b0b227f xprtrdma: Use an llist to manage free rpcrdma_reps by Chuck Lever · 5 years ago
  76. 4d6b889 xprtrdma: Remove rpcrdma_buffer::rb_mrlock by Chuck Lever · 5 years ago
  77. 6dc6ec9 xprtrdma: Cache free MRs in each rpcrdma_req by Chuck Lever · 5 years ago
  78. 805a1f6 xprtrdma: Ensure creating an MR does not trigger FS writeback by Chuck Lever · 5 years ago
  79. 3b39f52 xprtrdma: Move rpcrdma_mr_get out of frwr_map by Chuck Lever · 5 years ago
  80. 1ca3f4c xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put by Chuck Lever · 5 years ago
  81. 265a38d xprtrdma: Simplify rpcrdma_mr_pop by Chuck Lever · 5 years ago
  82. eed48a9 xprtrdma: Rename rpcrdma_buffer::rb_all by Chuck Lever · 5 years ago
  83. 2dfdcd8 xprtrdma: Rename CQE field in Receive trace points by Chuck Lever · 5 years ago
  84. f3c66a2 xprtrdma: Boost maximum transport header size by Chuck Lever · 5 years ago
  85. 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
  86. 5828ceb xprtrdma: Remove rpcrdma_req::rl_buffer by Chuck Lever · 6 years ago
  87. 9ef33ef xprtrdma: Streamline rpcrdma_post_recvs by Chuck Lever · 6 years ago
  88. 379d1bc xprtrdma: Simplify rpcrdma_rep_create by Chuck Lever · 6 years ago
  89. 0ab1152 xprtrdma: Wake RPCs directly in rpcrdma_wc_send path by Chuck Lever · 6 years ago
  90. d8099fe xprtrdma: Reduce context switching due to Local Invalidation by Chuck Lever · 6 years ago
  91. 05eb06d xprtrdma: Fix occasional transport deadlock by Chuck Lever · 6 years ago
  92. 2d0abe3 xprtrdma: Fix use-after-free in rpcrdma_post_recvs by Chuck Lever · 6 years ago
  93. 66d4218 xprtrdma: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  94. b8fe677 xprtrdma: Update comments that reference ib_drain_qp by Chuck Lever · 6 years ago
  95. 5f2311f xprtrdma: Remove pr_err() call sites from completion handlers by Chuck Lever · 6 years ago
  96. 86c4ccd xprtrdma: Eliminate struct rpcrdma_create_data_internal by Chuck Lever · 6 years ago
  97. 94087e9 xprtrdma: Aggregate the inline settings in struct rpcrdma_ep by Chuck Lever · 6 years ago
  98. f19bd0b xprtrdma: Eliminate rpcrdma_ia::ri_device by Chuck Lever · 6 years ago
  99. c209e49 xprtrdma: More Send completion batching by Chuck Lever · 6 years ago
  100. dbcc53a xprtrdma: Clean up sendctx functions by Chuck Lever · 6 years ago