1. b22602a SUNRPC: Ensure all transports set rq_xtime consistently by Chuck Lever · 16 years ago
  2. cd983ef SUNRPC: Remove obsolete messages during transport connect by Chuck Lever · 16 years ago
  3. 77a50df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  4. 0b80ae4 sunrpc: fix missing kernel-doc by Randy Dunlap · 16 years ago
  5. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 16 years ago
  6. 636ac43 SUNRPC: Remove the unused export of xprt_force_disconnect by Trond Myklebust · 16 years ago
  7. 1e799b6 SUNRPC: Fix read ordering problems with req->rq_private_buf.len by Trond Myklebust · 16 years ago
  8. b6ddf64 SUNRPC: Fix up xprt_write_space() by Trond Myklebust · 16 years ago
  9. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  10. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  11. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 16 years ago
  12. fde95c7 SUNRPC: Clean up rpc_run_timer() by Trond Myklebust · 16 years ago
  13. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 16 years ago
  14. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  15. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  16. e8914c6 SUNRPC: Restrict sunrpc client exports by Trond Myklebust · 17 years ago
  17. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  18. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  19. 7272dcd SUNRPC: xprt_autoclose() should not call xprt_disconnect() by Trond Myklebust · 17 years ago
  20. 66af1e5 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 17 years ago
  21. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  22. 5ba03e8 [SUNRPC]: Remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  23. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  24. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  25. bc25571 SUNRPC: Finish API to load RPC transport implementations dynamically by \"Talpey, Thomas\ · 17 years ago
  26. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 17 years ago
  27. 1244480 SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions by \"Talpey, Thomas\ · 17 years ago
  28. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  29. c1384c9 SUNRPC: fix hang due to eventd deadlock... by Trond Myklebust · 17 years ago
  30. a509050 SUNRPC: introduce rpcbind: replacement for in-kernel portmapper by Chuck Lever · 17 years ago
  31. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 17 years ago
  32. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 17 years ago
  33. 241c39b RPC: Fix the TCP resend semantics for NFSv4 by Trond Myklebust · 17 years ago
  34. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  35. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 17 years ago
  36. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  37. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 17 years ago
  38. 34161db Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  39. 5847e1f SUNRPC: Remove pprintk() from net/sunrpc/xprt.c by Chuck Lever · 18 years ago
  40. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  41. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  42. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  43. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  44. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  45. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  46. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  47. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  48. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  49. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  50. e0ab53d RPC: Ensure that we disconnect TCP socket when client requests error out by Trond Myklebust · 18 years ago
  51. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  52. bf3fcf8 SUNRPC: NFS_ROOT always uses the same XIDs by Chuck Lever · 18 years ago
  53. 43ac3f2 SUNRPC: Fix memory barriers for req->rq_received by Trond Myklebust · 18 years ago
  54. e95b85e SUNRPC: minor cleanup by Chuck Lever · 18 years ago
  55. 11c556b SUNRPC: provide a mechanism for collecting stats in the RPC client by Chuck Lever · 18 years ago
  56. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 18 years ago
  57. 262ca07 SUNRPC: add a handful of per-xprt counters by Chuck Lever · 18 years ago
  58. 0065db3 SUNRPC: Clean up xprt_destroy() by Trond Myklebust · 19 years ago
  59. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  60. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  61. ead5e1c SUNRPC: Provide a callback to allow free pages allocated during xdr encoding by J. Bruce Fields · 19 years ago
  62. 5e5ce5b RPC: allow call_encode() to delay transmission of an RPC call. by Trond Myklebust · 19 years ago
  63. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  64. 555ee3a [PATCH] RPC: clean up after nocong was removed by Chuck Lever · 19 years ago
  65. a58dd39 [PATCH] RPC: add a release_rqst callout to the RPC transport switch by Chuck Lever · 19 years ago
  66. 1570c1e [PATCH] RPC: add generic interface for adjusting the congestion window by Chuck Lever · 19 years ago
  67. 46c0ee8 [PATCH] RPC: separate xprt_timer implementations by Chuck Lever · 19 years ago
  68. 49e9a89 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  69. 12a8046 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  70. fe3aca2 [PATCH] RPC: add API to set transport-specific timeouts by Chuck Lever · 19 years ago
  71. 43118c2 [PATCH] RPC: get rid of xprt->stream by Chuck Lever · 19 years ago
  72. c7b2cae [PATCH] RPC: separate TCP and UDP write space callbacks by Chuck Lever · 19 years ago
  73. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  74. 44fbac2 [PATCH] RPC: Add helper for waking tasks pending on a transport by Chuck Lever · 19 years ago
  75. 2226feb [PATCH] RPC: rename the sockstate field by Chuck Lever · 19 years ago
  76. 5dc0772 [PATCH] RPC: Rename xprt_lock by Chuck Lever · 19 years ago
  77. 4a0f8c0 [PATCH] RPC: Rename sock_lock by Chuck Lever · 19 years ago
  78. 9903cd1 [PATCH] RPC: transport switch function naming by Chuck Lever · 19 years ago
  79. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago
  80. 094bb20 [PATCH] RPC: extract socket logic common to both client and server by Chuck Lever · 19 years ago
  81. eab5c08 [PATCH] NFS: use a constant value for TCP retransmit timeouts by Chuck Lever · 19 years ago
  82. 23475d6 [PATCH] RPC: Report connection errors properly when mounting with "soft" by Chuck Lever · 19 years ago
  83. 7e8d7e3 [PATCH] coverity: sunrpc/xprt task null check by KAMBAROV, ZAUR · 19 years ago
  84. c54d7e0 [SUNRPC]: Fix {s,}size_t printf format strings in xprt.c by David S. Miller · 19 years ago
  85. ae38846 [PATCH] RPC: kick off socket connect operations faster by Chuck Lever · 19 years ago
  86. 20e5ac8 [PATCH] RPC: TCP reconnects are too slow by Chuck Lever · 19 years ago
  87. 0f9dc2b [PATCH] RPC: Clean up socket autodisconnect by Trond Myklebust · 19 years ago
  88. 7e06b53 [PATCH] RPC: fix accounting bug in the case of a truncated RPC message by Trond Myklebust · 19 years ago
  89. e053d1a [PATCH] RPC: Lazy RPC receive buffer allocation by Olaf Kirch · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago