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