1. a4cb5bd xprtrdma: Make sure Send CQ is allocated on an existing compvec by Nicolas Morey-Chaisemartin · 6 years ago
  2. 6e17f58 xprtrdma: Double free in rpcrdma_sendctxs_create() by Dan Carpenter · 6 years ago
  3. 4429b66 xprtrdma: Fix error code in rpcrdma_buffer_create() by Dan Carpenter · 6 years ago
  4. af65ed4 xprtrdma: Add documenting comment for rpcrdma_buffer_destroy by Chuck Lever · 6 years ago
  5. 995d312 xprtrdma: Replace outdated comment for rpcrdma_ep_post by Chuck Lever · 6 years ago
  6. 53b2c1c xprtrdma: Trace mapping, alloc, and dereg failures by Chuck Lever · 6 years ago
  7. ddbb347 xprtrdma: Cull dprintk() call sites by Chuck Lever · 6 years ago
  8. 92f4433 xprtrdma: Simplify locking that protects the rl_allreqs list by Chuck Lever · 6 years ago
  9. 5f62412 xprtrdma: Remove rpcrdma_memreg_ops by Chuck Lever · 6 years ago
  10. ba69cd1 xprtrdma: Remove support for FMR memory registration by Chuck Lever · 6 years ago
  11. 0c0829b xprtrdma: Don't wake pending tasks until disconnect is done by Chuck Lever · 6 years ago
  12. 3d433ad xprtrdma: No qp_event disconnect by Chuck Lever · 6 years ago
  13. 6d2d0ee xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue by Chuck Lever · 6 years ago
  14. 6ceea36 xprtrdma: Refactor Receive accounting by Chuck Lever · 6 years ago
  15. e2f34e2 xprtrdma: Yet another double DMA-unmap by Chuck Lever · 6 years ago
  16. 61c208a xprtrdma: Report when there were zero posted Receives by Chuck Lever · 6 years ago
  17. 512ccfb xprtrdma: Move rb_flags initialization by Chuck Lever · 6 years ago
  18. 83e301d xprtrdma: Remove memory address of "ep" from an error message by Chuck Lever · 6 years ago
  19. f9521d5 xprtrdma: Rename rpcrdma_qp_async_error_upcall by Chuck Lever · 6 years ago
  20. 31e62d2 xprtrdma: Simplify RPC wake-ups on connect by Chuck Lever · 6 years ago
  21. 316a616 xprtrdma: Re-organize the switch() in rpcrdma_conn_upcall by Chuck Lever · 6 years ago
  22. aadc5a9 xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall() by Chuck Lever · 6 years ago
  23. ed97f1f xprtrdma: Conventional variable names in rpcrdma_conn_upcall by Chuck Lever · 6 years ago
  24. ae38288 xprtrdma: Rename rpcrdma_conn_upcall by Chuck Lever · 6 years ago
  25. d379eaa xprtrdma: Name MR trace events consistently by Chuck Lever · 6 years ago
  26. 61da886 xprtrdma: Explicitly resetting MRs is no longer necessary by Chuck Lever · 6 years ago
  27. c421ece xprtrdma: Create more MRs at a time by Chuck Lever · 6 years ago
  28. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  29. 8d4fb8f xprtrdma: Fix disconnect regression by Chuck Lever · 6 years ago
  30. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 7 years ago
  31. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  32. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  33. 89e2556 Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  34. fcda3d5 Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 7 years ago
  35. 2fad659 xprtrdma: Wait on empty sendctx queue by Chuck Lever · 7 years ago
  36. b6e717cb xprtrdma: Prepare RPC/RDMA includes for server-side trace points by Chuck Lever · 7 years ago
  37. efd81e9 xprtrdma: Make rpcrdma_sendctx_put_locked() a static function by Chuck Lever · 7 years ago
  38. 9d95cd5 xprtrdma: Remove rpcrdma_buffer_get_rep_locked() by Chuck Lever · 7 years ago
  39. e68699c xprtrdma: Remove rpcrdma_buffer_get_req_locked() by Chuck Lever · 7 years ago
  40. a7986f0 xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv} by Chuck Lever · 7 years ago
  41. 7c8d9e7 xprtrdma: Move Receive posting to Receive handler by Chuck Lever · 7 years ago
  42. 0e0b854 xprtrdma: Clean up Receive trace points by Chuck Lever · 7 years ago
  43. 914fcad xprtrdma: Fix max_send_wr computation by Chuck Lever · 7 years ago
  44. 107c4be xprtrdma: Create transport's CM ID in the correct network namespace by Chuck Lever · 7 years ago
  45. 52d28fe xprtrdma: Try to fail quickly if proto=rdma by Chuck Lever · 7 years ago
  46. a2268cf xprtrdma: Add proper SPDX tags for NetApp-contributed source by Chuck Lever · 7 years ago
  47. 054f155 xprtrdma: Fix list corruption / DMAR errors during MR recovery by Chuck Lever · 7 years ago
  48. 2552428 xprtrdma: Fix corner cases when handling device removal by Chuck Lever · 7 years ago
  49. 2dd4a01 xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_req by Chuck Lever · 7 years ago
  50. f287762 xprtrdma: Chain Send to FastReg WRs by Chuck Lever · 7 years ago
  51. ae741a8 xprtrdma: Reduce number of MRs created by rpcrdma_mrs_create by Chuck Lever · 7 years ago
  52. 9e679d5 xprtrdma: ->send_request returns -EAGAIN when there are no free MRs by Chuck Lever · 7 years ago
  53. 8a14793 xprtrdma: Remove xprt-specific connect cookie by Chuck Lever · 7 years ago
  54. b7e85fff xprtrdma: Remove arbitrary limit on initiator depth by Chuck Lever · 7 years ago
  55. e89e8d8f xprtrdma: Fix BUG after a device removal by Chuck Lever · 7 years ago
  56. 1179e2c xprtrdma: Fix calculation of ri_max_send_sges by Chuck Lever · 7 years ago
  57. 9ab6d89 xprtrdma: Correct some documenting comments by Chuck Lever · 7 years ago
  58. ae72467 xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects by Chuck Lever · 7 years ago
  59. 643cf32 xprtrdma: Add trace points to instrument QP and CQ access upcalls by Chuck Lever · 7 years ago
  60. b4744e0 xprtrdma: Add trace points for connect events by Chuck Lever · 7 years ago
  61. 1c443eff xprtrdma: Add trace points to instrument MR allocation and recovery by Chuck Lever · 7 years ago
  62. 2937fed xprtrdma: Add trace points to instrument memory invalidation by Chuck Lever · 7 years ago
  63. b4a7f91 xprtrdma: Add trace points in the RPC Reply handler paths by Chuck Lever · 7 years ago
  64. ab03eff xprtrdma: Add trace points in RPC Call transmit paths by Chuck Lever · 7 years ago
  65. ec12e47 xprtrdma: Introduce rpcrdma_mw_unmap_and_put by Chuck Lever · 7 years ago
  66. 96cedde xprtrdma: Remove usage of "mw" by Chuck Lever · 7 years ago
  67. ce5b371 xprtrdma: Replace all usage of "frmr" with "frwr" by Chuck Lever · 7 years ago
  68. dd229ce xprtrdma: Remove another sockaddr_storage field (cdata::addr) by Chuck Lever · 7 years ago
  69. d461f1f xprtrdma: Initialize the xprt address string array earlier by Chuck Lever · 7 years ago
  70. 3f0e3ed xprtrdma: Remove ri_reminv_expected by Chuck Lever · 7 years ago
  71. c344161 xprtrdma: Per-mode handling for Remote Invalidation by Chuck Lever · 7 years ago
  72. d698c4a xprtrdma: Fix backchannel allocation of extra rpcrdma_reps by Chuck Lever · 7 years ago
  73. ccede75 xprtrdma: Spread reply processing over more CPUs by Chuck Lever · 7 years ago
  74. 62b56a6 xprtrdma: Update copyright notices by Chuck Lever · 7 years ago
  75. 1b746c1 xprtrdma: Remove include for linux/prefetch.h by Chuck Lever · 7 years ago
  76. a4699f5 xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode by Chuck Lever · 7 years ago
  77. 6f0afc2 xprtrdma: Remove atomic send completion counting by Chuck Lever · 7 years ago
  78. 01bb35c xprtrdma: RPC completion should wait for Send completion by Chuck Lever · 7 years ago
  79. 531cca0 xprtrdma: Add a field of bit flags to struct rpcrdma_req by Chuck Lever · 7 years ago
  80. ae72950 xprtrdma: Add data structure to manage RDMA Send arguments by Chuck Lever · 7 years ago
  81. be798f9 xprtrdma: Decode credits field in rpcrdma_reply_handler by Chuck Lever · 7 years ago
  82. d8f532d xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion by Chuck Lever · 7 years ago
  83. 9590d08 xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler by Chuck Lever · 7 years ago
  84. c1bcb68 xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits() by Chuck Lever · 7 years ago
  85. e2a6719 xprtrdma: Remove rpcrdma_rep::rr_len by Chuck Lever · 7 years ago
  86. fdf503e xprtrdma: Remove opcode check in Receive completion handler by Chuck Lever · 7 years ago
  87. 96f8778 xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler() by Chuck Lever · 7 years ago
  88. 173b8f4 xprtrdma: Demote "connect" log messages by Chuck Lever · 8 years ago
  89. 431af64 xprtrdma: Fix client lock-up after application signal fires by Chuck Lever · 8 years ago
  90. a80d66c xprtrdma: Rename rpcrdma_req::rl_free by Chuck Lever · 8 years ago
  91. 4b196dc6 xprtrdma: Pre-mark remotely invalidated MRs by Chuck Lever · 8 years ago
  92. 7d7fa9b xprtrdma: Annotate receive workqueue by Chuck Lever · 8 years ago
  93. 56a6bd1 xprtrdma: Revert commit d0f36c46deea by Chuck Lever · 8 years ago
  94. a9b0e38 xprtrdma: Restore transport after device removal by Chuck Lever · 8 years ago
  95. 1890896 xprtrdma: Refactor rpcrdma_ep_connect by Chuck Lever · 8 years ago
  96. bebd031 xprtrdma: Support unplugging an HCA from under an NFS mount by Chuck Lever · 8 years ago
  97. 91a10c5 xprtrdma: Use same device when mapping or syncing DMA buffers by Chuck Lever · 8 years ago
  98. fff0959 xprtrdma: Refactor rpcrdma_ia_open() by Chuck Lever · 8 years ago
  99. 9378b27 xprtrdma: Cancel refresh worker during buffer shutdown by Chuck Lever · 8 years ago
  100. eed5087 xprtrdma: Squelch kbuild sparse complaint by Chuck Lever · 8 years ago