1. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  2. 1af0422 Sanitise linux/sunrpc/debug.h for userspace consumption by David Woodhouse · 18 years ago
  3. e99170f NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset by Trond Myklebust · 19 years ago
  4. 7866bab NFS: fix PROC_FS=n compile error by Adrian Bunk · 19 years ago
  5. 6f54e2d [PATCH] knfsd: svcrpc: WARN() instead of returning an error from svc_take_page by J. Bruce Fields · 19 years ago
  6. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 19 years ago
  7. 74cae61 [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static by Adrian Bunk · 19 years ago
  8. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 19 years ago
  9. ebd0cb1 [PATCH] knfsd: Unexport cache_fresh and fix a small race by NeilBrown · 19 years ago
  10. 4d90452 [PATCH] knfsd: Remove DefineCacheLookup by NeilBrown · 19 years ago
  11. 15a5f6b [PATCH] knfsd: Create cache_lookup function instead of using a macro to declare one by NeilBrown · 19 years ago
  12. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 19 years ago
  13. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 19 years ago
  14. 1ebbe2b Merge branch 'linus' by Trond Myklebust · 19 years ago
  15. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 19 years ago
  16. eaa82ed SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers. by J. Bruce Fields · 19 years ago
  17. 5428154 SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs by Trond Myklebust · 19 years ago
  18. dead28d SUNRPC: eliminate rpc_call() by Chuck Lever · 19 years ago
  19. cc0175c SUNRPC: display human-readable procedure name in rpc_iostats output by Chuck Lever · 19 years ago
  20. 11c556b SUNRPC: provide a mechanism for collecting stats in the RPC client by Chuck Lever · 19 years ago
  21. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 19 years ago
  22. 262ca07 SUNRPC: add a handful of per-xprt counters by Chuck Lever · 19 years ago
  23. e19b63d SUNRPC: track length of RPC wait queues by Chuck Lever · 19 years ago
  24. 24c5d9d SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic by Trond Myklebust · 19 years ago
  25. 00b464d SUNRPC: Remove obsolete rpcauth #defines by Trond Myklebust · 19 years ago
  26. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 19 years ago
  27. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 19 years ago
  28. 1918e34 [PATCH] svcrpc: save and restore the daddr field when request deferred by J. Bruce Fields · 19 years ago
  29. 9eed129 SUNRPC: Update the spkm3 code to use the make_checksum interface by J. Bruce Fields · 19 years ago
  30. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  31. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  32. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 19 years ago
  33. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 19 years ago
  34. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  35. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 19 years ago
  36. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  37. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  38. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  39. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  40. abbcf28 SUNRPC: Yet more RPC cleanups by Trond Myklebust · 19 years ago
  41. 0ba7536 [PATCH] knfsd: Fix some minor sign problems in nfsd/xdr by NeilBrown · 19 years ago
  42. a0857d0 RPCSEC_GSS: krb5 cleanup by J. Bruce Fields · 19 years ago
  43. 00fd6e1 RPCSEC_GSS remove all qop parameters by J. Bruce Fields · 19 years ago
  44. 14ae162 RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism. by J. Bruce Fields · 19 years ago
  45. bfa9151 RPCSEC_GSS: krb5 pre-privacy cleanup by J. Bruce Fields · 19 years ago
  46. 24b2605 RPCSEC_GSS: cleanup au_rslack calculation by J. Bruce Fields · 19 years ago
  47. ead5e1c SUNRPC: Provide a callback to allow free pages allocated during xdr encoding by J. Bruce Fields · 19 years ago
  48. 293f1eb SUNRPC: Add support for privacy to generic gss-api code. by J. Bruce Fields · 19 years ago
  49. 5e5ce5b RPC: allow call_encode() to delay transmission of an RPC call. by Trond Myklebust · 19 years ago
  50. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  51. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  52. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  53. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  54. 529b33c [PATCH] RPC: allow RPC client's port range to be adjustable by Chuck Lever · 19 years ago
  55. 555ee3a [PATCH] RPC: clean up after nocong was removed by Chuck Lever · 19 years ago
  56. ed63c00 [PATCH] RPC: remove xprt->nocong by Chuck Lever · 19 years ago
  57. a58dd39 [PATCH] RPC: add a release_rqst callout to the RPC transport switch by Chuck Lever · 19 years ago
  58. 1570c1e [PATCH] RPC: add generic interface for adjusting the congestion window by Chuck Lever · 19 years ago
  59. 46c0ee8 [PATCH] RPC: separate xprt_timer implementations by Chuck Lever · 19 years ago
  60. 49e9a89 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  61. 12a8046 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  62. fe3aca2 [PATCH] RPC: add API to set transport-specific timeouts by Chuck Lever · 19 years ago
  63. 43118c2 [PATCH] RPC: get rid of xprt->stream by Chuck Lever · 19 years ago
  64. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  65. c7b2cae [PATCH] RPC: separate TCP and UDP write space callbacks by Chuck Lever · 19 years ago
  66. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  67. 44fbac2 [PATCH] RPC: Add helper for waking tasks pending on a transport by Chuck Lever · 19 years ago
  68. 2226feb [PATCH] RPC: rename the sockstate field by Chuck Lever · 19 years ago
  69. 5dc0772 [PATCH] RPC: Rename xprt_lock by Chuck Lever · 19 years ago
  70. 4a0f8c0 [PATCH] RPC: Rename sock_lock by Chuck Lever · 19 years ago
  71. 9903cd1 [PATCH] RPC: transport switch function naming by Chuck Lever · 19 years ago
  72. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago
  73. 094bb20 [PATCH] RPC: extract socket logic common to both client and server by Chuck Lever · 19 years ago
  74. f35279d [PATCH] sunrpc: cache_register can use wrong module reference by Bruce Allan · 19 years ago
  75. 58fcb8d [PATCH] NFS: Ensure ACL xdr code doesn't overflow. by Trond Myklebust · 19 years ago
  76. a257cdd [PATCH] NFSD: Add server support for NFSv3 ACLs. by Andreas Gruenbacher · 19 years ago
  77. 9ba0263 [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a single port by Andreas Gruenbacher · 19 years ago
  78. bd8100e [PATCH] RPC: Encode and decode arbitrary XDR arrays by Andreas Gruenbacher · 19 years ago
  79. 7e06b53 [PATCH] RPC: fix accounting bug in the case of a truncated RPC message by Trond Myklebust · 19 years ago
  80. e053d1a [PATCH] RPC: Lazy RPC receive buffer allocation by Olaf Kirch · 19 years ago
  81. 007e251 [PATCH] RPC: Allow multiple RPC client programs to share the same transport by Andreas Gruenbacher · 19 years ago
  82. 96651ab [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit() by Trond Myklebust · 19 years ago
  83. 5ee0ed7 [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version support by Trond Myklebust · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago