1. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  2. 220bcc2 SUNRPC: Don't call xprt_release in call refresh by Trond Myklebust · 17 years ago
  3. b6e9c71 SUNRPC: Don't call xprt_release() if call_allocate fails by Trond Myklebust · 17 years ago
  4. afde94f SUNRPC: Fix default hostname created in rpc_create() by J. Bruce Fields · 17 years ago
  5. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  6. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  7. 4f22ccc SUNRPC: mark bulk read/write data in xdrbuf by \"Talpey, Thomas\ · 17 years ago
  8. b79dc8c SUNRPC: RPC bind failures should be permanent for NULL requests by Chuck Lever · 17 years ago
  9. 906462a SUNRPC: Split another new rpcbind retry error code from EACCES by Chuck Lever · 17 years ago
  10. 2429cbf SUNRPC: Add a new error code for retry waiting for another binder by Chuck Lever · 17 years ago
  11. d66968f SUNRPC: Clean up in rpc_show_tasks by Chuck Lever · 17 years ago
  12. 06b8d25 SUNRPC: Make sure server name is reasonable before trying to print it by Chuck Lever · 17 years ago
  13. 89eb21c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program by Chuck Lever · 17 years ago
  14. 5d34da3 SUNRPC: Only one dprintk is needed during client creation by Chuck Lever · 17 years ago
  15. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  16. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 17 years ago
  17. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  18. 43780b8 SUNRPC: Add a convenient default for the hostname when calling rpc_create() by Chuck Lever · 17 years ago
  19. 8a702bb SUNRPC: Suppress some noisy and unnecessary printk() calls in call_verify() by Trond Myklebust · 17 years ago
  20. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  21. 1dd17ec SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed by Trond Myklebust · 17 years ago
  22. de7a8ce SUNRPC: Rename rpcauth_destroy() to rpcauth_release() by Trond Myklebust · 17 years ago
  23. 5e1550d SUNRPC: Add the helper function 'rpc_call_null()' by Trond Myklebust · 17 years ago
  24. 64c91a1 SUNRPC: Make rpc_ping() static by Trond Myklebust · 17 years ago
  25. 6e5b70e SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task by Trond Myklebust · 17 years ago
  26. 188fef1 SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c by Trond Myklebust · 17 years ago
  27. 4ada539 SUNRPC: Make create_client() take a reference to the rpciod workqueue by Trond Myklebust · 17 years ago
  28. d431a555 SUNRPC: Don't create an rpc_pipefs directory before rpc_clone is initialised by Trond Myklebust · 17 years ago
  29. 4c402b4 SUNRPC: Remove rpc_clnt->cl_count by Trond Myklebust · 17 years ago
  30. 8ad7c89 SUNRPC: Make rpc_clone take a reference instead of using cl_count by Trond Myklebust · 17 years ago
  31. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  32. 848f1fe SUNRPC: Kill rpc_clnt->cl_dead by Trond Myklebust · 17 years ago
  33. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  34. 4bef61f SUNRPC: Add a per-rpc_clnt spinlock by Trond Myklebust · 17 years ago
  35. 6529eba SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt by Trond Myklebust · 17 years ago
  36. 00a6e7b SUNRPC: RPC client should retry with different versions of rpcbind by Chuck Lever · 18 years ago
  37. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 18 years ago
  38. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 18 years ago
  39. 241c39b RPC: Fix the TCP resend semantics for NFSv4 by Trond Myklebust · 18 years ago
  40. d9bc125 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  41. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 18 years ago
  42. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  43. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 18 years ago
  44. 2efef83 RPC: Clean up rpc_execute... by Trond Myklebust · 18 years ago
  45. bde8f00 [PATCH] NFS: Fix Oops in rpc_call_sync() by Trond Myklebust · 18 years ago
  46. 7559c7a SUNRPC: Make address format buffers more generic by Chuck Lever · 18 years ago
  47. 6d5fcb5 SUNRPC: Remove BKL around the RPC socket operations etc. by Trond Myklebust · 18 years ago
  48. bbd5a1f SUNRPC: Fix up missing BKL in asynchronous RPC callback functions by Trond Myklebust · 18 years ago
  49. 3e32a5d SUNRPC: Give cloned RPC clients their own rpc_pipefs directory by Trond Myklebust · 18 years ago
  50. 23bf85b SUNRPC: Handle the cases where rpc_alloc_iostats() fails by Trond Myklebust · 18 years ago
  51. e6b3c4d Fix a second potential rpc_wakeup race... by Trond Myklebust · 18 years ago
  52. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  53. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  54. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  55. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  56. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  57. 7630399 SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors by Trond Myklebust · 18 years ago
  58. b86acd5 SUNRPC: export new RPC client functions with _GPL by Chuck Lever · 18 years ago
  59. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  60. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  61. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  62. f425eba SUNRPC: Create API for displaying remote peer address by Chuck Lever · 18 years ago
  63. ed39440 SUNRPC: create API for getting remote peer address by Chuck Lever · 18 years ago
  64. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  65. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  66. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  67. e889649 NFS: Check lengths more thoroughly in NFS4 readdir XDR decode by David Howells · 18 years ago
  68. 8f8e7a5 SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs by Trond Myklebust · 18 years ago
  69. dff02cc NFS: clean up rpc_rmdir by Trond Myklebust · 18 years ago
  70. e0ab53d RPC: Ensure that we disconnect TCP socket when client requests error out by Trond Myklebust · 18 years ago
  71. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  72. 7a1218a SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release() by Trond Myklebust · 19 years ago
  73. 43ac3f2 SUNRPC: Fix memory barriers for req->rq_received by Trond Myklebust · 19 years ago
  74. 5428154 SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs by Trond Myklebust · 19 years ago
  75. 11c556b SUNRPC: provide a mechanism for collecting stats in the RPC client by Chuck Lever · 19 years ago
  76. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 19 years ago
  77. 1356b8c SUNRPC: more verbose output for rpc auth weak error by Levent Serinol · 19 years ago
  78. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 19 years ago
  79. 712917d [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c by Adrian Bunk · 19 years ago
  80. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  81. 4f47707 Fix rpc shutdown event condition bug by Linus Torvalds · 19 years ago
  82. 532347e [PATCH] nfs: sleep_on() removal by Ingo Molnar · 19 years ago
  83. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  84. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 19 years ago
  85. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  86. 2bd6157 SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. by Trond Myklebust · 19 years ago
  87. e60859a SUNRPC: rpc_execute should not return task->tk_status; by Trond Myklebust · 19 years ago
  88. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  89. abbcf28 SUNRPC: Yet more RPC cleanups by Trond Myklebust · 19 years ago
  90. 940e331 [PATCH] SUNRPC: don't reencode when looping in call transmit. by Trond Myklebust · 19 years ago
  91. f368031 SUNRPC: Retry wrap in case of memory allocation failure. by J. Bruce Fields · 19 years ago
  92. 5e5ce5b RPC: allow call_encode() to delay transmission of an RPC call. by Trond Myklebust · 19 years ago
  93. ea635a5 SUNRPC: Retry rpcbind requests if the server's portmapper isn't up by Chuck Lever · 19 years ago
  94. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  95. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  96. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  97. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  98. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  99. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  100. 86b9f57 [PATCH] RPC: Eliminate socket.h includes in RPC client by Chuck Lever · 19 years ago