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