1. 17f70f8 svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send() by Chuck Lever · 4 years, 10 months ago
  2. f5046b8 svcrdma: Remove backchannel dprintk call sites by Chuck Lever · 5 years ago
  3. ea740bd svcrdma: Fix backchannel return code by Chuck Lever · 5 years ago
  4. ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 10 months ago
  5. 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 4 years, 11 months ago
  6. 1a33d8a svcrdma: Fix leak of transport addresses by Chuck Lever · 5 years ago
  7. aee4b74 svcrdma: Fix double sync of transport header buffer by Chuck Lever · 5 years ago
  8. 6fd5034 svcrdma: Refactor chunk list encoders by Chuck Lever · 5 years ago
  9. 4554755 svcrdma: Update synopsis of svc_rdma_map_reply_msg() by Chuck Lever · 5 years ago
  10. 8729aab SUNRPC: Fix backchannel latency metrics by Chuck Lever · 5 years ago
  11. b5e9241 SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock by Trond Myklebust · 6 years ago
  12. 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
  13. 067fb11 SUNRPC: Remove rpc_xprt::tsh_size by Chuck Lever · 6 years ago
  14. 0c0829b xprtrdma: Don't wake pending tasks until disconnect is done by Chuck Lever · 6 years ago
  15. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  16. 07880fa svcrdma: Remove try_module_get from backchannel by Chuck Lever · 6 years ago
  17. 596f2a1 svcrdma: Remove ->release_rqst call in bc reply handler by Chuck Lever · 6 years ago
  18. 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
  19. ef739b2 xprtrdma: Reset credit grant properly after a disconnect by Chuck Lever · 6 years ago
  20. adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 7 years ago
  21. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 7 years ago
  22. 50f484e SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() by Trond Myklebust · 7 years ago
  23. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 7 years ago
  24. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  25. 99722fe svcrdma: Persistently allocate and DMA-map Send buffers by Chuck Lever · 7 years ago
  26. 986b788 svcrdma: Remove post_send_wr by Chuck Lever · 7 years ago
  27. 4201c746 svcrdma: Introduce svc_rdma_send_ctxt by Chuck Lever · 7 years ago
  28. 2326279 svcrdma: Clean up Send SGE accounting by Chuck Lever · 7 years ago
  29. bd2abef svcrdma: Trace key RDMA API events by Chuck Lever · 7 years ago
  30. a9cde23 SUNRPC: Add a ->free_slot transport callout by Chuck Lever · 7 years ago
  31. 4827250 svcrdma: Post Receives in the Receive completion handler by Chuck Lever · 7 years ago
  32. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  33. 0bad47c svcrdma: Preserve CB send buffer across retransmits by Chuck Lever · 7 years ago
  34. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  35. f9773b2 Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 7 years ago
  36. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 8 years ago
  37. d31ae25 sunrpc: Const-ify all instances of struct rpc_xprt_ops by Chuck Lever · 8 years ago
  38. f5821c7 svcrdma: Clean up RPC-over-RDMA backchannel reply processing by Chuck Lever · 8 years ago
  39. 9a6a180 svcrdma: Use rdma_rw API in RPC reply path by Chuck Lever · 8 years ago
  40. 6e6092c svcrdma: Add svc_rdma_map_reply_hdr() by Chuck Lever · 8 years ago
  41. 17f5f7f svcrdma: Move send_wr to svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  42. 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  43. f39b2dde net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  44. c2ccf64 svcrdma: Clean up backchannel send header encoding by Chuck Lever · 8 years ago
  45. 9a16a34 svcrdma: Remove unused variables in xprt_rdma_bc_allocate() by Chuck Lever · 8 years ago
  46. 1b9f700 svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm by Chuck Lever · 8 years ago
  47. 8d42629 svcrdma: backchannel cannot share a page for send and rcv buffers by Chuck Lever · 8 years ago
  48. 18e601d sunrpc: fix some missing rq_rbuffer assignments by Jeff Layton · 8 years ago
  49. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  50. cace564 svcrdma: Tail iovec leaves an orphaned DMA mapping by Chuck Lever · 8 years ago
  51. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  52. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  53. be99bb1 svcrdma: Use new CQ API for RPC-over-RDMA server send CQs by Chuck Lever · 9 years ago
  54. bf36387 svcrdma: svc_rdma_post_recv() should close connection on error by Chuck Lever · 9 years ago
  55. f6763c2 svcrdma: Do not send Write chunk XDR pad with inline content by Chuck Lever · 9 years ago
  56. 5fe1043 svc_rdma: use local_dma_lkey by Christoph Hellwig · 9 years ago
  57. 5d252f9 svcrdma: Add class for RDMA backwards direction transport by Chuck Lever · 9 years ago