1. 1aff525 NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() by NeilBrown · 10 years ago
  2. 282191c xprtrdma: Make rpcrdma_ep_disconnect() return void by Chuck Lever · 10 years ago
  3. 6ab5994 xprtrdma: Update rkeys after transport reconnect by Chuck Lever · 10 years ago
  4. 43e9598 xprtrdma: Limit data payload size for ALLPHYSICAL by Chuck Lever · 10 years ago
  5. c93c622 xprtrdma: Disconnect on registration failure by Chuck Lever · 10 years ago
  6. c977dea xprtrdma: Remove BUG_ON() call sites by Chuck Lever · 10 years ago
  7. e7ce710 xprtrdma: Avoid deadlock when credit window is reset by Chuck Lever · 10 years ago
  8. bfaee09 xprtrdma: Use macros for reconnection timeout constants by Chuck Lever · 10 years ago
  9. 7f1d541 xprtrdma: Make rpcrdma_ep_destroy() return void by Chuck Lever · 10 years ago
  10. 13c9ff8 xprtrdma: Simplify rpcrdma_deregister_external() synopsis by Chuck Lever · 10 years ago
  11. b45ccfd xprtrdma: Remove MEMWINDOWS registration modes by Chuck Lever · 10 years ago
  12. 03ff882 xprtrdma: Remove BOUNCEBUFFERS memory registration mode by Chuck Lever · 10 years ago
  13. 3a0799a SUNRPC: remove KERN_INFO from dprintk() call sites by Chuck Lever · 10 years ago
  14. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  15. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  16. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  17. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 12 years ago
  18. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 12 years ago
  19. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  20. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  21. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  22. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 13 years ago
  23. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 13 years ago
  24. a25e758 sunrpc/xprtrdma: clean up workqueue usage by Tejun Heo · 14 years ago
  25. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  26. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  27. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  28. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 14 years ago
  29. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 14 years ago
  30. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 14 years ago
  33. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  34. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  35. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  36. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  37. c877b84 SUNRPC: Use rpc_ntop() for constructing transport address strings by Chuck Lever · 15 years ago
  38. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  39. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  40. 08ca0dc RPC/RDMA: correct the reconnect timer backoff by Tom Talpey · 16 years ago
  41. b3cd8d4 RPC/RDMA: optionally emit useful transport info upon connect/disconnect. by Tom Talpey · 16 years ago
  42. 9191ca3 RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. by Tom Talpey · 16 years ago
  43. ad0e9e0 RPC/RDMA: maintain the RPC task bytes-sent statistic. by Tom Talpey · 16 years ago
  44. 575448b RPC/RDMA: suppress retransmit on RPC/RDMA clients. by Tom Talpey · 16 years ago
  45. 3197d309 RPC/RDMA: support FRMR client memory registration. by Tom Talpey · 16 years ago
  46. ee1a2c5 SUNRPC: Fix a nfs4 over rdma transport oops by Tom Talpey · 17 years ago
  47. 33e01dc SUNRPC: Clean up functions that free address_strings array by Chuck Lever · 17 years ago
  48. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  49. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  50. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  51. cfcb43f SUNRPC: remove NFS/RDMA client's binary sysctls by James Lentini · 17 years ago
  52. d5cd978 sunrpc/xprtrdma/transport.c: fix use-after-free by Adrian Bunk · 17 years ago
  53. f58851e RPCRDMA: rpc rdma transport switch by \"Talpey, Thomas\ · 17 years ago