1. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  2. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 7 years ago
  3. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 7 years ago
  4. e2a4f4f sunrpc: Export xprt_force_disconnect() by Chuck Lever · 8 years ago
  5. b977b64 sunrpc: Allow xprt->ops->timer method to sleep by Chuck Lever · 8 years ago
  6. 2c2ee6d sunrpc: Don't engage exponential backoff when connection attempt is rejected. by NeilBrown · 8 years ago
  7. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  8. ad3331a SUNRPC: Fix up socket autodisconnect by Trond Myklebust · 8 years ago
  9. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 8 years ago
  10. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 8 years ago
  11. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 9 years ago
  12. 80b14d5 SUNRPC: Add a structure to track multiple transports by Trond Myklebust · 10 years ago
  13. fda1bfe SUNRPC: Make freeing of struct xprt rcu-safe by Trond Myklebust · 10 years ago
  14. 30c5116 SUNRPC: Uninline xprt_get(); It isn't performance critical. by Trond Myklebust · 10 years ago
  15. 5d252f9 svcrdma: Add class for RDMA backwards direction transport by Chuck Lever · 9 years ago
  16. 79234c3 SUNRPC: Lock the transport layer on shutdown by Trond Myklebust · 9 years ago
  17. 4876cc7 SUNRPC: Ensure we release the TCP socket once it has been closed by Trond Myklebust · 9 years ago
  18. 2980731 SUNRPC: never enqueue a ->rq_cong request on ->sending by Neil Brown · 9 years ago
  19. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  20. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 10 years ago
  21. 3f94009 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 10 years ago
  22. 0695314 SUNRPC: Fix a regression when reconnecting by Trond Myklebust · 10 years ago
  23. 9e2b9f3 SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag by Trond Myklebust · 10 years ago
  24. 718ba5b SUNRPC: Add helpers to prevent socket create from racing by Trond Myklebust · 10 years ago
  25. 388f0c7 sunrpc: add a debugfs rpc_xprt directory with an info file in it by Jeff Layton · 10 years ago
  26. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  27. 3705ad6 sunrpc: add new tracepoints in xprt handling code by Jeff Layton · 10 years ago
  28. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  29. 3c45ddf svcrdma: Select NFSv4.1 backchannel transport based on forward channel by Chuck Lever · 10 years ago
  30. 2fc193c SUNRPC: Handle EPIPE in xprt_connect_status by Trond Myklebust · 10 years ago
  31. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  32. 4f4cf5a SUNRPC: Move congestion window constants to header file by Chuck Lever · 10 years ago
  33. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  34. d531c00 NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp by Kinglong Mee · 11 years ago
  35. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  36. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  37. 0fe8d04 SUNRPC: Ensure xprt_connect_status handles all potential connection errors by Trond Myklebust · 11 years ago
  38. 8313164 SUNRPC: remove an unnecessary if statement by wangweidong · 11 years ago
  39. 9255194 SUNRPC: Remove redundant initialisations of request rq_bytes_sent by Trond Myklebust · 11 years ago
  40. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  41. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  42. ee071ef SUNRPC: Clear the request rq_bytes_sent field in xprt_release_write by Trond Myklebust · 11 years ago
  43. 0a66052 SUNRPC: Don't set the request connect_cookie until a successful transmit by Trond Myklebust · 11 years ago
  44. 33d90ac SUNRPC: allow disabling idle timeout by J. Bruce Fields · 12 years ago
  45. ba60eb2 SUNRPC: Fix a livelock problem in the xprt->backlog queue by Trond Myklebust · 12 years ago
  46. a9a6b52 SUNRPC: Don't start the retransmission timer when out of socket space by Trond Myklebust · 12 years ago
  47. ad2368d SUNRPC: Avoid RCU dereferences in the transport bind and connect code by Trond Myklebust · 12 years ago
  48. 45bc0dc SUNRPC: Fix an RCU dereference in xprt_reserve by Trond Myklebust · 12 years ago
  49. 6a24dfb SUNRPC: Pass pointers to struct rpc_xprt to the congestion window by Trond Myklebust · 12 years ago
  50. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 12 years ago
  51. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 12 years ago
  52. 87ed500 SUNRPC: Ensure we release the socket write lock if the rpc_task exits early by Trond Myklebust · 12 years ago
  53. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  54. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  55. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  56. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  57. 1afeaf5 sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot by Trond Myklebust · 13 years ago
  58. 6b34309 sunrpc: suppress page allocation warnings in xprt_alloc_slot() by Jeff Layton · 13 years ago
  59. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  60. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 13 years ago
  61. 0a70219 NFS: include filelayout DS rpc stats in mountstats by Weston Andros Adamson · 13 years ago
  62. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 13 years ago
  63. 87e3c05 SUNRPC: remove an unneeded NULL check in xprt_connect() by Dan Carpenter · 13 years ago
  64. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 13 years ago
  65. c25573b SUNRPC: Ensure we always bump the backlog queue in xprt_free_slot by Trond Myklebust · 13 years ago
  66. 177c27b net: fix new sunrpc kernel-doc warning by Randy Dunlap · 13 years ago
  67. 34006ce SUNRPC: Replace xprt->resend and xprt->sending with a priority queue by Trond Myklebust · 13 years ago
  68. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 13 years ago
  69. 21de0a9 SUNRPC: Clean up the slot table allocation by Trond Myklebust · 13 years ago
  70. 8d9266f SUNRPC: Initalise the struct xprt upon allocation by Trond Myklebust · 13 years ago
  71. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 13 years ago
  72. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  73. 468f861 NFSv4.1: Don't update sequence number if rpc_task is not sent by Bryan Schumaker · 14 years ago
  74. ba3c578 xprt: remove redundant check by j223yang@asset.uwaterloo.ca · 14 years ago
  75. a8de240 SUNRPC: Convert struct rpc_xprt to use atomic_t counters by Trond Myklebust · 14 years ago
  76. 4d4a76f xprt: remove redundant null check by j223yang@asset.uwaterloo.ca · 14 years ago
  77. f0418aa rpc: allow xprt_class->setup to return a preexisting xprt by J. Bruce Fields · 14 years ago
  78. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  79. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  80. f10fef3 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt by Pavel Emelyanov · 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. c3ae62ae SUNRPC: prevent task_cleanup running on freed xprt by J. Bruce Fields · 14 years ago
  85. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  86. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 14 years ago
  87. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  88. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  89. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 15 years ago
  90. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 15 years ago
  91. bbc72ce SUNRPC: RPC metrics and RTT estimator should use same RTT value by Chuck Lever · 15 years ago
  92. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 15 years ago
  93. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 15 years ago
  94. ee5ebe8 SUNRPC: Clean up xprt_release() by Trond Myklebust · 15 years ago
  95. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 15 years ago
  96. c9acb42 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel by Trond Myklebust · 15 years ago
  97. feb8ca3 SUNRPC: Ensure that we honour autoclose before attempting to reconnect by Trond Myklebust · 15 years ago
  98. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  99. dd2b63d nfs41: Rename rq_received to rq_reply_bytes_recvd by Ricardo Labiaga · 16 years ago
  100. 343952f nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt. by Rahul Iyer · 16 years ago