1. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  2. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  3. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  4. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  5. 1afeaf5 sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot by Trond Myklebust · 12 years ago
  6. 6b34309 sunrpc: suppress page allocation warnings in xprt_alloc_slot() by Jeff Layton · 12 years ago
  7. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  8. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 12 years ago
  9. 0a70219 NFS: include filelayout DS rpc stats in mountstats by Weston Andros Adamson · 12 years ago
  10. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 12 years ago
  11. 87e3c05 SUNRPC: remove an unneeded NULL check in xprt_connect() by Dan Carpenter · 13 years ago
  12. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 13 years ago
  13. c25573b SUNRPC: Ensure we always bump the backlog queue in xprt_free_slot by Trond Myklebust · 13 years ago
  14. 177c27b net: fix new sunrpc kernel-doc warning by Randy Dunlap · 13 years ago
  15. 34006ce SUNRPC: Replace xprt->resend and xprt->sending with a priority queue by Trond Myklebust · 13 years ago
  16. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 13 years ago
  17. 21de0a9 SUNRPC: Clean up the slot table allocation by Trond Myklebust · 13 years ago
  18. 8d9266f SUNRPC: Initalise the struct xprt upon allocation by Trond Myklebust · 13 years ago
  19. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 13 years ago
  20. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  21. 468f861 NFSv4.1: Don't update sequence number if rpc_task is not sent by Bryan Schumaker · 13 years ago
  22. ba3c578 xprt: remove redundant check by j223yang@asset.uwaterloo.ca · 13 years ago
  23. a8de240 SUNRPC: Convert struct rpc_xprt to use atomic_t counters by Trond Myklebust · 13 years ago
  24. 4d4a76f xprt: remove redundant null check by j223yang@asset.uwaterloo.ca · 13 years ago
  25. f0418aa rpc: allow xprt_class->setup to return a preexisting xprt by J. Bruce Fields · 14 years ago
  26. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  27. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  28. f10fef3 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt by Pavel Emelyanov · 14 years ago
  29. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  30. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  31. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  32. c3ae62ae SUNRPC: prevent task_cleanup running on freed xprt by J. Bruce Fields · 14 years ago
  33. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  34. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 14 years ago
  35. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  36. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  37. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 14 years ago
  38. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 14 years ago
  39. bbc72ce SUNRPC: RPC metrics and RTT estimator should use same RTT value by Chuck Lever · 14 years ago
  40. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 14 years ago
  41. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 14 years ago
  42. ee5ebe8 SUNRPC: Clean up xprt_release() by Trond Myklebust · 14 years ago
  43. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  44. c9acb42 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel by Trond Myklebust · 14 years ago
  45. feb8ca3 SUNRPC: Ensure that we honour autoclose before attempting to reconnect by Trond Myklebust · 15 years ago
  46. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  47. dd2b63d nfs41: Rename rq_received to rq_reply_bytes_recvd by Ricardo Labiaga · 15 years ago
  48. 343952f nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt. by Rahul Iyer · 15 years ago
  49. 55ae1aa nfs41: Add backchannel processing support to RPC state machine by Ricardo Labiaga · 15 years ago
  50. f9acac1 nfs41: Initialize new rpc_xprt callback related fields by Ricardo Labiaga · 15 years ago
  51. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 15 years ago
  52. 2a49199 SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending by Trond Myklebust · 15 years ago
  53. c8485e4 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() by Trond Myklebust · 15 years ago
  54. 441e3e2 SUNRPC: dynamically load RPC transport modules on-demand by Tom Talpey · 15 years ago
  55. 01d37c4 SUNRPC: xprt_connect() don't abort the task if the transport isn't bound by Trond Myklebust · 15 years ago
  56. c9f6cde sunrpc: do not pin sunrpc module in the memory by Denis V. Lunev · 16 years ago
  57. b22602a SUNRPC: Ensure all transports set rq_xtime consistently by Chuck Lever · 16 years ago
  58. cd983ef SUNRPC: Remove obsolete messages during transport connect by Chuck Lever · 16 years ago
  59. 77a50df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  60. 0b80ae4 sunrpc: fix missing kernel-doc by Randy Dunlap · 16 years ago
  61. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 16 years ago
  62. 636ac43 SUNRPC: Remove the unused export of xprt_force_disconnect by Trond Myklebust · 16 years ago
  63. 1e799b6 SUNRPC: Fix read ordering problems with req->rq_private_buf.len by Trond Myklebust · 16 years ago
  64. b6ddf64 SUNRPC: Fix up xprt_write_space() by Trond Myklebust · 16 years ago
  65. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  66. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  67. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 16 years ago
  68. fde95c7 SUNRPC: Clean up rpc_run_timer() by Trond Myklebust · 16 years ago
  69. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 16 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. e8914c6 SUNRPC: Restrict sunrpc client exports by Trond Myklebust · 17 years ago
  73. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  74. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  75. 7272dcd SUNRPC: xprt_autoclose() should not call xprt_disconnect() by Trond Myklebust · 17 years ago
  76. 66af1e5 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 17 years ago
  77. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  78. 5ba03e8 [SUNRPC]: Remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  79. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  80. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  81. bc25571 SUNRPC: Finish API to load RPC transport implementations dynamically by \"Talpey, Thomas\ · 17 years ago
  82. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 17 years ago
  83. 1244480 SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions by \"Talpey, Thomas\ · 17 years ago
  84. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  85. c1384c9 SUNRPC: fix hang due to eventd deadlock... by Trond Myklebust · 17 years ago
  86. a509050 SUNRPC: introduce rpcbind: replacement for in-kernel portmapper by Chuck Lever · 17 years ago
  87. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 17 years ago
  88. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 17 years ago
  89. 241c39b RPC: Fix the TCP resend semantics for NFSv4 by Trond Myklebust · 17 years ago
  90. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  91. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 18 years ago
  92. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  93. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 18 years ago
  94. 34161db Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  95. 5847e1f SUNRPC: Remove pprintk() from net/sunrpc/xprt.c by Chuck Lever · 18 years ago
  96. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  97. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  98. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  99. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  100. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago