1. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  2. d25a03c rpc: remove some unused macros by \\\"J. Bruce Fields\\\ · 16 years ago
  3. 720b8f2 rpc: eliminate unused variable in auth_gss upcall code by \\\"J. Bruce Fields\\\ · 16 years ago
  4. 0f38b87 SUNRPC: Use GFP_NOFS when allocating credentials by Trond Myklebust · 16 years ago
  5. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  6. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  7. cd019f7 SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use by Trond Myklebust · 16 years ago
  8. 7b6962b SUNRPC: Fix a race in gss_refresh_upcall() by Trond Myklebust · 16 years ago
  9. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 16 years ago
  10. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 16 years ago
  11. 080a1f1 SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. by Trond Myklebust · 16 years ago
  12. 5c69104 SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task by Trond Myklebust · 16 years ago
  13. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  14. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  15. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  16. 7df0899 SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall() by Chuck Lever · 17 years ago
  17. 3392c34 NFS: add newline to kernel warning message in auth_gss code by James Morris · 17 years ago
  18. 014313a SUNRPC: Add missing "space" to net/sunrpc/auth_gss.c by Joe Perches · 17 years ago
  19. ffc40f5 sunrpc: gss_pipe_downcall(), don't assume all errors are transient by Kevin Coffman · 17 years ago
  20. a4deb81 SUNRPC: Don't call gss_delete_sec_context() from an rcu context by Trond Myklebust · 17 years ago
  21. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 17 years ago
  22. 09561f4 authgss build fix by Andrew Morton · 17 years ago
  23. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  24. 0df7fb7 SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a cred by Trond Myklebust · 17 years ago
  25. 0285ed1 SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential's by Trond Myklebust · 17 years ago
  26. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  27. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 17 years ago
  28. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 17 years ago
  29. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 17 years ago
  30. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 17 years ago
  31. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 17 years ago
  32. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 17 years ago
  33. 07a2bf1 SUNRPC: Fix a memory leak in gss_create() by Trond Myklebust · 17 years ago
  34. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 17 years ago
  35. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 17 years ago
  36. 3b68aae SUNRPC: Always match an upcall message in gss_pipe_downcall() by Trond Myklebust · 17 years ago
  37. b185f83 SUNRPC: Remove the gss_auth spinlock by Trond Myklebust · 17 years ago
  38. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 17 years ago
  39. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  40. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  41. 8885cb3 SUNRPC: fix print format for tk_pid in auth_gss support by Chuck Lever · 18 years ago
  42. 303b46b [PATCH] struct path: convert sunrpc by Josef Sipek · 18 years ago
  43. adeb813 rpc: spkm3 update by Olga Kornievskaia · 18 years ago
  44. 8fc7500 rpc: gss: eliminate print_hexl()'s by J. Bruce Fields · 18 years ago
  45. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  46. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  47. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  48. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  49. 8f8e7a5 SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs by Trond Myklebust · 18 years ago
  50. 5d67476 SUNRPC: make rpc_unlink() take a dentry argument instead of a path by Trond Myklebust · 18 years ago
  51. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  52. a5f9145 SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c by Eric Sesterhenn · 18 years ago
  53. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 18 years ago
  54. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 19 years ago
  55. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 19 years ago
  56. 48e4918 SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions by Trond Myklebust · 19 years ago
  57. 00fd6e1 RPCSEC_GSS remove all qop parameters by J. Bruce Fields · 19 years ago
  58. 2d2da60c RPCSEC_GSS: client-side privacy support by J. Bruce Fields · 19 years ago
  59. 24b2605 RPCSEC_GSS: cleanup au_rslack calculation by J. Bruce Fields · 19 years ago
  60. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  61. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  62. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  63. 86b9f57 [PATCH] RPC: Eliminate socket.h includes in RPC client by Chuck Lever · 19 years ago
  64. 6a19275 [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns by J. Bruce Fields · 19 years ago
  65. 438b6fd [PATCH] RPC: Don't fall back from krb5p to krb5i by J. Bruce Fields · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago