1. 2a49199 SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending by Trond Myklebust · 15 years ago
  2. c8485e4 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() by Trond Myklebust · 15 years ago
  3. 15f081c SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN by Trond Myklebust · 15 years ago
  4. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  5. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  6. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  7. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  8. fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  9. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  10. 63ffc23 sunrpc: fix oops in rpc_create when the mount namespace is unshared by Cedric Le Goater · 16 years ago
  11. d5b337b nfsd: use nfs client rpc callback program by Benny Halevy · 16 years ago
  12. 381ba74 SUNRPC: Ensure our task is notified when an rpcbind call is done by Trond Myklebust · 16 years ago
  13. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  14. cb3997b SUNRPC: Display some debugging information as text rather than numbers by Chuck Lever · 16 years ago
  15. 38e886e SUNRPC: Refactor rpc_show_tasks by Chuck Lever · 16 years ago
  16. 68a23ee SUNRPC: Don't display the rpc_show_tasks header if there are no tasks by Chuck Lever · 16 years ago
  17. b0e1c57 SUNRPC: Rename "call_" functions that are no longer FSM states by Chuck Lever · 16 years ago
  18. 3748f1e SUNRPC: Add a function to display the name of an RPC procedure by Chuck Lever · 16 years ago
  19. b390c2b SUNRPC: An ENOMEM error from call_encode is always fatal by Trond Myklebust · 16 years ago
  20. 8b39f2b SUNRPC: Ensure we exit early in case of an encode error by Trond Myklebust · 16 years ago
  21. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  22. b48633b SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request by Trond Myklebust · 16 years ago
  23. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 16 years ago
  24. 1e799b6 SUNRPC: Fix read ordering problems with req->rq_private_buf.len by Trond Myklebust · 16 years ago
  25. 24b74bf SUNRPC: Fix a bug in call_decode() by Trond Myklebust · 16 years ago
  26. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  27. ed13c27 SUNRPC: Fix a memory leak in rpc_create() by Chuck Lever · 16 years ago
  28. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  29. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 17 years ago
  30. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 17 years ago
  31. 96ef13b SUNRPC: Add a new helper rpc_wake_up_queued_task() by Trond Myklebust · 17 years ago
  32. cbc2005 SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async by Trond Myklebust · 17 years ago
  33. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 17 years ago
  34. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  35. 34f5b46 SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls by Trond Myklebust · 17 years ago
  36. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 17 years ago
  37. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  38. 698b6d0 SUNRPC: cleanup for rpc_new_client() by Trond Myklebust · 17 years ago
  39. 510deb0 SUNRPC: rpc_create() default hostname should support AF_INET6 addresses by Chuck Lever · 17 years ago
  40. b562794 SUNRPC: Remove the now unused function rpc_call_setup() by Trond Myklebust · 17 years ago
  41. b3ef8b3 SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg by Trond Myklebust · 17 years ago
  42. 77de2c5 SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action by Trond Myklebust · 17 years ago
  43. 5085925 SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task by Trond Myklebust · 17 years ago
  44. c970aa8 SUNRPC: Clean up rpc_run_task by Trond Myklebust · 17 years ago
  45. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  46. e8914c6 SUNRPC: Restrict sunrpc client exports by Trond Myklebust · 17 years ago
  47. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  48. 3ebb067 SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect() by Trond Myklebust · 17 years ago
  49. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  50. 220bcc2 SUNRPC: Don't call xprt_release in call refresh by Trond Myklebust · 17 years ago
  51. b6e9c71 SUNRPC: Don't call xprt_release() if call_allocate fails by Trond Myklebust · 17 years ago
  52. afde94f SUNRPC: Fix default hostname created in rpc_create() by J. Bruce Fields · 17 years ago
  53. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  54. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  55. 4f22ccc SUNRPC: mark bulk read/write data in xdrbuf by \"Talpey, Thomas\ · 17 years ago
  56. b79dc8c SUNRPC: RPC bind failures should be permanent for NULL requests by Chuck Lever · 17 years ago
  57. 906462a SUNRPC: Split another new rpcbind retry error code from EACCES by Chuck Lever · 17 years ago
  58. 2429cbf SUNRPC: Add a new error code for retry waiting for another binder by Chuck Lever · 17 years ago
  59. d66968f SUNRPC: Clean up in rpc_show_tasks by Chuck Lever · 17 years ago
  60. 06b8d25 SUNRPC: Make sure server name is reasonable before trying to print it by Chuck Lever · 17 years ago
  61. 89eb21c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program by Chuck Lever · 17 years ago
  62. 5d34da3 SUNRPC: Only one dprintk is needed during client creation by Chuck Lever · 17 years ago
  63. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  64. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 17 years ago
  65. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  66. 43780b8 SUNRPC: Add a convenient default for the hostname when calling rpc_create() by Chuck Lever · 17 years ago
  67. 8a702bb SUNRPC: Suppress some noisy and unnecessary printk() calls in call_verify() by Trond Myklebust · 17 years ago
  68. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  69. 1dd17ec SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed by Trond Myklebust · 17 years ago
  70. de7a8ce SUNRPC: Rename rpcauth_destroy() to rpcauth_release() by Trond Myklebust · 17 years ago
  71. 5e1550d SUNRPC: Add the helper function 'rpc_call_null()' by Trond Myklebust · 17 years ago
  72. 64c91a1 SUNRPC: Make rpc_ping() static by Trond Myklebust · 17 years ago
  73. 6e5b70e SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task by Trond Myklebust · 17 years ago
  74. 188fef1 SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c by Trond Myklebust · 17 years ago
  75. 4ada539 SUNRPC: Make create_client() take a reference to the rpciod workqueue by Trond Myklebust · 17 years ago
  76. d431a555 SUNRPC: Don't create an rpc_pipefs directory before rpc_clone is initialised by Trond Myklebust · 17 years ago
  77. 4c402b4 SUNRPC: Remove rpc_clnt->cl_count by Trond Myklebust · 17 years ago
  78. 8ad7c89 SUNRPC: Make rpc_clone take a reference instead of using cl_count by Trond Myklebust · 17 years ago
  79. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  80. 848f1fe SUNRPC: Kill rpc_clnt->cl_dead by Trond Myklebust · 17 years ago
  81. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  82. 4bef61f SUNRPC: Add a per-rpc_clnt spinlock by Trond Myklebust · 17 years ago
  83. 6529eba SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt by Trond Myklebust · 17 years ago
  84. 00a6e7b SUNRPC: RPC client should retry with different versions of rpcbind by Chuck Lever · 17 years ago
  85. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 17 years ago
  86. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 17 years ago
  87. 241c39b RPC: Fix the TCP resend semantics for NFSv4 by Trond Myklebust · 17 years ago
  88. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  89. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 18 years ago
  90. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  91. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 18 years ago
  92. 2efef83 RPC: Clean up rpc_execute... by Trond Myklebust · 18 years ago
  93. bde8f00 [PATCH] NFS: Fix Oops in rpc_call_sync() by Trond Myklebust · 18 years ago
  94. 7559c7a SUNRPC: Make address format buffers more generic by Chuck Lever · 18 years ago
  95. 6d5fcb5 SUNRPC: Remove BKL around the RPC socket operations etc. by Trond Myklebust · 18 years ago
  96. bbd5a1f SUNRPC: Fix up missing BKL in asynchronous RPC callback functions by Trond Myklebust · 18 years ago
  97. 3e32a5d SUNRPC: Give cloned RPC clients their own rpc_pipefs directory by Trond Myklebust · 18 years ago
  98. 23bf85b SUNRPC: Handle the cases where rpc_alloc_iostats() fails by Trond Myklebust · 18 years ago
  99. e6b3c4d Fix a second potential rpc_wakeup race... by Trond Myklebust · 18 years ago
  100. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago