1. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  2. 3438995 Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  3. 951e721 xprtrdma: Introduce an FRMR recovery workqueue by Chuck Lever · 10 years ago
  4. 494ae30 xprtrdma: Remove rr_func by Chuck Lever · 10 years ago
  5. fed171b xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt by Chuck Lever · 10 years ago
  6. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  7. d67fa4d sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops by Jeff Layton · 10 years ago
  8. ffe1f0d rpcrdma: Merge svcrdma and xprtrdma modules into one by Chuck Lever · 10 years ago
  9. 6814bae xprtrdma: Add a "deregister_external" op for each memreg mode by Chuck Lever · 10 years ago
  10. 1c9351e xprtrdma: Add a "max_payload" op for each memreg mode by Chuck Lever · 10 years ago
  11. e237794 xprtrdma: Perform a full marshal on retransmit by Chuck Lever · 10 years ago
  12. 0dd39ca xprtrdma: Display IPv6 addresses and port numbers correctly by Chuck Lever · 10 years ago
  13. a0a1d50 xprtrdma: Update the GFP flags used in xprt_rdma_allocate() by Chuck Lever · 10 years ago
  14. 85275c8 xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  15. 0ca77dc xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  16. ac920d0 xprtrdma: Simplify synopsis of rpcrdma_buffer_create() by Chuck Lever · 10 years ago
  17. afadc46 xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt by Chuck Lever · 10 years ago
  18. 5abefb8 xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt by Chuck Lever · 10 years ago
  19. 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
  20. d5440e2 xprtrdma: Enable pad optimization by Chuck Lever · 10 years ago
  21. 467c967 xprtrdma: unmap all FMRs during transport disconnect by Chuck Lever · 10 years ago
  22. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  23. 1aff525 NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() by NeilBrown · 10 years ago
  24. 282191c xprtrdma: Make rpcrdma_ep_disconnect() return void by Chuck Lever · 11 years ago
  25. 6ab5994 xprtrdma: Update rkeys after transport reconnect by Chuck Lever · 11 years ago
  26. 43e9598 xprtrdma: Limit data payload size for ALLPHYSICAL by Chuck Lever · 11 years ago
  27. c93c622 xprtrdma: Disconnect on registration failure by Chuck Lever · 11 years ago
  28. c977dea xprtrdma: Remove BUG_ON() call sites by Chuck Lever · 11 years ago
  29. e7ce710 xprtrdma: Avoid deadlock when credit window is reset by Chuck Lever · 11 years ago
  30. bfaee09 xprtrdma: Use macros for reconnection timeout constants by Chuck Lever · 11 years ago
  31. 7f1d541 xprtrdma: Make rpcrdma_ep_destroy() return void by Chuck Lever · 11 years ago
  32. 13c9ff8 xprtrdma: Simplify rpcrdma_deregister_external() synopsis by Chuck Lever · 11 years ago
  33. b45ccfd xprtrdma: Remove MEMWINDOWS registration modes by Chuck Lever · 11 years ago
  34. 03ff882 xprtrdma: Remove BOUNCEBUFFERS memory registration mode by Chuck Lever · 11 years ago
  35. 3a0799a SUNRPC: remove KERN_INFO from dprintk() call sites by Chuck Lever · 11 years ago
  36. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 12 years ago
  37. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  38. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  39. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 12 years ago
  40. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 12 years ago
  41. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  42. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 13 years ago
  43. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 13 years ago
  44. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 14 years ago
  45. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 14 years ago
  46. a25e758 sunrpc/xprtrdma: clean up workqueue usage by Tejun Heo · 14 years ago
  47. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  48. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  49. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  50. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 15 years ago
  51. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 15 years ago
  52. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 15 years ago
  53. 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
  54. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 15 years ago
  55. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  56. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  57. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  58. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 16 years ago
  59. c877b84 SUNRPC: Use rpc_ntop() for constructing transport address strings by Chuck Lever · 16 years ago
  60. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 16 years ago
  61. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  62. 08ca0dc RPC/RDMA: correct the reconnect timer backoff by Tom Talpey · 16 years ago
  63. b3cd8d4 RPC/RDMA: optionally emit useful transport info upon connect/disconnect. by Tom Talpey · 16 years ago
  64. 9191ca3 RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. by Tom Talpey · 16 years ago
  65. ad0e9e0 RPC/RDMA: maintain the RPC task bytes-sent statistic. by Tom Talpey · 16 years ago
  66. 575448b RPC/RDMA: suppress retransmit on RPC/RDMA clients. by Tom Talpey · 16 years ago
  67. 3197d309 RPC/RDMA: support FRMR client memory registration. by Tom Talpey · 16 years ago
  68. ee1a2c5 SUNRPC: Fix a nfs4 over rdma transport oops by Tom Talpey · 17 years ago
  69. 33e01dc SUNRPC: Clean up functions that free address_strings array by Chuck Lever · 17 years ago
  70. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  71. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  72. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  73. cfcb43f SUNRPC: remove NFS/RDMA client's binary sysctls by James Lentini · 17 years ago
  74. d5cd978 sunrpc/xprtrdma/transport.c: fix use-after-free by Adrian Bunk · 17 years ago
  75. f58851e RPCRDMA: rpc rdma transport switch by \"Talpey, Thomas\ · 18 years ago