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