1. 18c0fb3 xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs by Chuck Lever · 8 years ago
  2. c95a3c6 xprtrdma: Disable pad optimization by default by Chuck Lever · 8 years ago
  3. 3a72dc7 xprtrdma: Relocate connection helper functions by Chuck Lever · 8 years ago
  4. 48016dc xprtrdma: Avoid calls to ro_unmap_safe() by Chuck Lever · 8 years ago
  5. 44829d0 xprtrdma: Support larger inline thresholds by Chuck Lever · 8 years ago
  6. 655fec6 xprtrdma: Use gathered Send for large inline messages by Chuck Lever · 8 years ago
  7. c8b920b xprtrdma: Basic support for Remote Invalidation by Chuck Lever · 8 years ago
  8. 13650c2 xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf by Chuck Lever · 8 years ago
  9. 99ef4db xprtrdma: Replace DMA_BIDIRECTIONAL by Chuck Lever · 8 years ago
  10. 08cf2ef xprtrdma: Use smaller buffers for RPC-over-RDMA headers by Chuck Lever · 8 years ago
  11. 9c40c49 xprtrdma: Initialize separate RPC call and reply buffers by Chuck Lever · 8 years ago
  12. 5a6d1db SUNRPC: Add a transport-specific private field in rpc_rqst by Chuck Lever · 8 years ago
  13. 6877894 SUNRPC: Separate buffer pointers for RPC Call and Reply messages by Chuck Lever · 8 years ago
  14. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  15. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  16. eb342e9 xprtrdma: Eliminate INLINE_THRESHOLD macros by Chuck Lever · 8 years ago
  17. 9d6b040 xprtrdma: Place registered MWs on a per-req list by Chuck Lever · 9 years ago
  18. e2ac236 xprtrdma: Allocate MRs on demand by Chuck Lever · 9 years ago
  19. 7a89f9c xprtrdma: Honor ->send_request API contract by Chuck Lever · 9 years ago
  20. 505bbe6 xprtrdma: Refactor MR recovery work queues by Chuck Lever · 9 years ago
  21. ead3f26 xprtrdma: Add ro_unmap_safe memreg method by Chuck Lever · 9 years ago
  22. 29c5542 xprtrdma: Bound the inline threshold values by Chuck Lever · 9 years ago
  23. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  24. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  25. 5d252f9 svcrdma: Add class for RDMA backwards direction transport by Chuck Lever · 9 years ago
  26. ffc4d9b xprtrdma: xprt_rdma_free() must not release backchannel reqs by Chuck Lever · 9 years ago
  27. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  28. f531a5d xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers by Chuck Lever · 9 years ago
  29. fe97b47 xprtrdma: Use workqueue to process RPC/RDMA replies by Chuck Lever · 9 years ago
  30. a045178 xprtrdma: Enable swap-on-NFS/RDMA by Chuck Lever · 9 years ago
  31. 72c0217 xprtrdma: disconnect and flush cqs before freeing buffers by Steve Wise · 9 years ago
  32. 860477d xprtrdma: Count RDMA_NOMSG type calls by Chuck Lever · 9 years ago
  33. 763f7e4 xprtrdma: Clean up xprt_rdma_print_stats() by Chuck Lever · 9 years ago
  34. 5231eb9 xprtrdma: Make xprt_setup_rdma() agnostic to family of server address by Chuck Lever · 9 years ago
  35. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  36. 3438995 Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  37. 951e721 xprtrdma: Introduce an FRMR recovery workqueue by Chuck Lever · 10 years ago
  38. 494ae30 xprtrdma: Remove rr_func by Chuck Lever · 10 years ago
  39. fed171b xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt by Chuck Lever · 10 years ago
  40. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  41. d67fa4d sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops by Jeff Layton · 10 years ago
  42. ffe1f0d rpcrdma: Merge svcrdma and xprtrdma modules into one by Chuck Lever · 10 years ago
  43. 6814bae xprtrdma: Add a "deregister_external" op for each memreg mode by Chuck Lever · 10 years ago
  44. 1c9351e xprtrdma: Add a "max_payload" op for each memreg mode by Chuck Lever · 10 years ago
  45. e237794 xprtrdma: Perform a full marshal on retransmit by Chuck Lever · 10 years ago
  46. 0dd39ca xprtrdma: Display IPv6 addresses and port numbers correctly by Chuck Lever · 10 years ago
  47. a0a1d50 xprtrdma: Update the GFP flags used in xprt_rdma_allocate() by Chuck Lever · 10 years ago
  48. 85275c8 xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  49. 0ca77dc xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  50. ac920d0 xprtrdma: Simplify synopsis of rpcrdma_buffer_create() by Chuck Lever · 10 years ago
  51. afadc46 xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt by Chuck Lever · 10 years ago
  52. 5abefb8 xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt by Chuck Lever · 10 years ago
  53. ea52641 Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next by Trond Myklebust · 10 years ago
  54. d5440e2 xprtrdma: Enable pad optimization by Chuck Lever · 10 years ago
  55. 467c967 xprtrdma: unmap all FMRs during transport disconnect by Chuck Lever · 10 years ago
  56. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  57. 1aff525 NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() by NeilBrown · 10 years ago
  58. 282191c xprtrdma: Make rpcrdma_ep_disconnect() return void by Chuck Lever · 10 years ago
  59. 6ab5994 xprtrdma: Update rkeys after transport reconnect by Chuck Lever · 10 years ago
  60. 43e9598 xprtrdma: Limit data payload size for ALLPHYSICAL by Chuck Lever · 10 years ago
  61. c93c622 xprtrdma: Disconnect on registration failure by Chuck Lever · 11 years ago
  62. c977dea xprtrdma: Remove BUG_ON() call sites by Chuck Lever · 11 years ago
  63. e7ce710 xprtrdma: Avoid deadlock when credit window is reset by Chuck Lever · 11 years ago
  64. bfaee09 xprtrdma: Use macros for reconnection timeout constants by Chuck Lever · 11 years ago
  65. 7f1d541 xprtrdma: Make rpcrdma_ep_destroy() return void by Chuck Lever · 11 years ago
  66. 13c9ff8 xprtrdma: Simplify rpcrdma_deregister_external() synopsis by Chuck Lever · 11 years ago
  67. b45ccfd xprtrdma: Remove MEMWINDOWS registration modes by Chuck Lever · 11 years ago
  68. 03ff882 xprtrdma: Remove BOUNCEBUFFERS memory registration mode by Chuck Lever · 11 years ago
  69. 3a0799a SUNRPC: remove KERN_INFO from dprintk() call sites by Chuck Lever · 11 years ago
  70. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 12 years ago
  71. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  72. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  73. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 12 years ago
  74. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 12 years ago
  75. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  76. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  77. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  78. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 13 years ago
  79. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 13 years ago
  80. a25e758 sunrpc/xprtrdma: clean up workqueue usage by Tejun Heo · 14 years ago
  81. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  82. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  83. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  84. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 15 years ago
  85. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 15 years ago
  86. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 15 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  88. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 15 years ago
  89. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  90. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  91. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  92. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  93. c877b84 SUNRPC: Use rpc_ntop() for constructing transport address strings by Chuck Lever · 15 years ago
  94. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  95. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  96. 08ca0dc RPC/RDMA: correct the reconnect timer backoff by Tom Talpey · 16 years ago
  97. b3cd8d4 RPC/RDMA: optionally emit useful transport info upon connect/disconnect. by Tom Talpey · 16 years ago
  98. 9191ca3 RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. by Tom Talpey · 16 years ago
  99. ad0e9e0 RPC/RDMA: maintain the RPC task bytes-sent statistic. by Tom Talpey · 16 years ago
  100. 575448b RPC/RDMA: suppress retransmit on RPC/RDMA clients. by Tom Talpey · 16 years ago