1. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 18 years ago
  2. adb12f6 SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code by Trond Myklebust · 18 years ago
  3. 9842ef3 SUNRPC: rpc_timeout_upcall_queue should not sleep by Trond Myklebust · 18 years ago
  4. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 18 years ago
  5. 99acf04 [PATCH] DocBook: fix some kernel-doc comments in net/sunrpc by Martin Waitz · 18 years ago
  6. 5fb8b49 [PATCH] svcrpc: gss: svc context creation error handling by J. Bruce Fields · 18 years ago
  7. 91a4762 [PATCH] svcrpc: gss: server context init failure handling by Kevin Coffman · 18 years ago
  8. 822f100 [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE by Andy Adamson · 18 years ago
  9. 1918e34 [PATCH] svcrpc: save and restore the daddr field when request deferred by J. Bruce Fields · 18 years ago
  10. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  11. 12fe2c5 [NET]: Remove unneeded kmalloc() return value casts by Jesper Juhl · 19 years ago
  12. 4f47707 Fix rpc shutdown event condition bug by Linus Torvalds · 19 years ago
  13. 532347e [PATCH] nfs: sleep_on() removal by Ingo Molnar · 19 years ago
  14. 80c0531 Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 by Linus Torvalds · 19 years ago
  15. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  16. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 19 years ago
  17. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 19 years ago
  18. 9e56904 SUNRPC: Make krb5 report unsupported encryption types by J. Bruce Fields · 19 years ago
  19. 42181d4 SUNRPC: Make spkm3 report unsupported encryption types by J. Bruce Fields · 19 years ago
  20. 9eed129 SUNRPC: Update the spkm3 code to use the make_checksum interface by J. Bruce Fields · 19 years ago
  21. 0065db3 SUNRPC: Clean up xprt_destroy() by Trond Myklebust · 19 years ago
  22. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  23. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  24. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 19 years ago
  25. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 19 years ago
  26. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  27. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 19 years ago
  28. 969b7f2 SUNRPC: Fix a potential race in rpc_pipefs. by Trond Myklebust · 19 years ago
  29. 2bd6157 SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. by Trond Myklebust · 19 years ago
  30. e60859a SUNRPC: rpc_execute should not return task->tk_status; by Trond Myklebust · 19 years ago
  31. 89991c2 SUNRPC: Get rid of some unused exports by Trond Myklebust · 19 years ago
  32. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  33. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  34. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  35. abbcf28 SUNRPC: Yet more RPC cleanups by Trond Myklebust · 19 years ago
  36. 93fbf1a [PATCH] Keep nfsd from exiting when seeing recv() errors by Olaf Kirch · 19 years ago
  37. 1f1e030 [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines. by NeilBrown · 19 years ago
  38. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  39. 48e4918 SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions by Trond Myklebust · 19 years ago
  40. b079fa7b RPC: Do not block on skb allocation by Trond Myklebust · 19 years ago
  41. bb184f3 SUNRPC: Fix Oopsable condition in rpc_pipefs by Trond Myklebust · 19 years ago
  42. b3eb67a SUNRPC: Funny looking code in __rpc_purge_upcall by Trond Myklebust · 19 years ago
  43. 1887b93 [PATCH] knfsd: make sure nfsd doesn't hog a cpu forever by NeilBrown · 19 years ago
  44. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  45. 940e331 [PATCH] SUNRPC: don't reencode when looping in call transmit. by Trond Myklebust · 19 years ago
  46. 49705b7 [PATCH] sanitize lookup_hash prototype by Christoph Hellwig · 19 years ago
  47. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  48. 80d188a [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port by NeilBrown · 19 years ago
  49. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  50. c556b75 SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  51. 6df5b9f [CRYPTO] Simplify one-member scatterlist expressions by Herbert Xu · 19 years ago
  52. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  53. 6070fe6 RPC: Ensure that nobody can queue up new upcalls after rpc_close_pipes() by Trond Myklebust · 19 years ago
  54. 4c2cb58 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago
  55. 6fa05b1 Revert "RPC: stops the release_pipe() funtion from being called twice" by Trond Myklebust · 19 years ago
  56. 4bcde03 [PATCH] svcsock timestamp fix by Andrew Morton · 19 years ago
  57. a0857d0 RPCSEC_GSS: krb5 cleanup by J. Bruce Fields · 19 years ago
  58. 00fd6e1 RPCSEC_GSS remove all qop parameters by J. Bruce Fields · 19 years ago
  59. 14ae162 RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism. by J. Bruce Fields · 19 years ago
  60. bfa9151 RPCSEC_GSS: krb5 pre-privacy cleanup by J. Bruce Fields · 19 years ago
  61. f7b3af6 RPCSEC_GSS: Simplify rpcsec_gss crypto code by J. Bruce Fields · 19 years ago
  62. 2d2da60c RPCSEC_GSS: client-side privacy support by J. Bruce Fields · 19 years ago
  63. 24b2605 RPCSEC_GSS: cleanup au_rslack calculation by J. Bruce Fields · 19 years ago
  64. f368031 SUNRPC: Retry wrap in case of memory allocation failure. by J. Bruce Fields · 19 years ago
  65. ead5e1c SUNRPC: Provide a callback to allow free pages allocated during xdr encoding by J. Bruce Fields · 19 years ago
  66. 293f1eb SUNRPC: Add support for privacy to generic gss-api code. by J. Bruce Fields · 19 years ago
  67. 747c553 RPC: stops the release_pipe() funtion from being called twice by Steve Dickson · 19 years ago
  68. 5e5ce5b RPC: allow call_encode() to delay transmission of an RPC call. by Trond Myklebust · 19 years ago
  69. ea635a5 SUNRPC: Retry rpcbind requests if the server's portmapper isn't up by Chuck Lever · 19 years ago
  70. cff6bf9 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago
  71. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  72. dd13a28 [RPC]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  73. 6cd7525 SUNRPC: fix bug in patch "portmapper doesn't need a reserved port" by Chuck Lever · 19 years ago
  74. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  75. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  76. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  77. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  78. 3167e12 [PATCH] RPC: make sure to get the same local port number when reconnecting by Chuck Lever · 19 years ago
  79. 529b33c [PATCH] RPC: allow RPC client's port range to be adjustable by Chuck Lever · 19 years ago
  80. 555ee3a [PATCH] RPC: clean up after nocong was removed by Chuck Lever · 19 years ago
  81. ed63c00 [PATCH] RPC: remove xprt->nocong by Chuck Lever · 19 years ago
  82. a58dd39 [PATCH] RPC: add a release_rqst callout to the RPC transport switch by Chuck Lever · 19 years ago
  83. 1570c1e [PATCH] RPC: add generic interface for adjusting the congestion window by Chuck Lever · 19 years ago
  84. 46c0ee8 [PATCH] RPC: separate xprt_timer implementations by Chuck Lever · 19 years ago
  85. 49e9a89 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  86. 12a8046 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  87. fe3aca2 [PATCH] RPC: add API to set transport-specific timeouts by Chuck Lever · 19 years ago
  88. 43118c2 [PATCH] RPC: get rid of xprt->stream by Chuck Lever · 19 years ago
  89. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  90. 262965f [PATCH] RPC: separate TCP and UDP socket write paths by Chuck Lever · 19 years ago
  91. b0d93ad [PATCH] RPC: separate TCP and UDP transport connection logic by Chuck Lever · 19 years ago
  92. c7b2cae [PATCH] RPC: separate TCP and UDP write space callbacks by Chuck Lever · 19 years ago
  93. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  94. 44fbac2 [PATCH] RPC: Add helper for waking tasks pending on a transport by Chuck Lever · 19 years ago
  95. 86b9f57 [PATCH] RPC: Eliminate socket.h includes in RPC client by Chuck Lever · 19 years ago
  96. 2226feb [PATCH] RPC: rename the sockstate field by Chuck Lever · 19 years ago
  97. 5dc0772 [PATCH] RPC: Rename xprt_lock by Chuck Lever · 19 years ago
  98. 4a0f8c0 [PATCH] RPC: Rename sock_lock by Chuck Lever · 19 years ago
  99. b4b5cc8 [PATCH] RPC: Reduce stack utilization in xs_sendpages by Chuck Lever · 19 years ago
  100. 9903cd1 [PATCH] RPC: transport switch function naming by Chuck Lever · 19 years ago