1. 283ebe3 SUNRPC: Use the client user namespace when encoding creds by Trond Myklebust · 6 years ago
  2. 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  3. e3735c8 SUNRPC: remove pointless test in unx_match() by NeilBrown · 6 years ago
  4. 35e77d2 SUNRPC: Add rpc_auth::au_ralign field by Chuck Lever · 6 years ago
  5. a00275b SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize by Chuck Lever · 6 years ago
  6. a0584ee SUNRPC: Use struct xdr_stream when decoding RPC Reply header by Chuck Lever · 6 years ago
  7. e8680a2 SUNRPC: Use struct xdr_stream when constructing RPC Call header by Chuck Lever · 6 years ago
  8. 80125d4 SUNRPC: Remove some dprintk() call sites from auth functions by Chuck Lever · 6 years ago
  9. 2edd8d7 SUNRPC: simplify auth_unix. by NeilBrown · 6 years ago
  10. d6efccd SUNRPC: remove crbind rpc_cred operation by NeilBrown · 6 years ago
  11. 354698b SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT by NeilBrown · 6 years ago
  12. 8276c90 SUNRPC: remove uid and gid from struct auth_cred by NeilBrown · 6 years ago
  13. fc0664f SUNRPC: remove groupinfo from struct auth_cred. by NeilBrown · 6 years ago
  14. 97f68c6b SUNRPC: add 'struct cred *' to auth_cred and rpc_cred by NeilBrown · 6 years ago
  15. 331bc71 SUNRPC: Convert the auth cred cache to use refcount_t by Trond Myklebust · 6 years ago
  16. 82b98ca net/sunrpc: Make rpc_auth_create_args a const by Sargun Dhillon · 6 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 5786461 sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix by Kinglong Mee · 8 years ago
  19. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  20. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  21. 1e035d0 sunrpc: add auth_unix hash_cred() function by Frank Sorenson · 8 years ago
  22. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 9 years ago
  23. 3c6e0bc sunrpc: plumb gfp_t parm into crcreate operation by Jeff Layton · 9 years ago
  24. 4500632 nfsd: Lower NFSv4.1 callback message size limit by Chuck Lever · 9 years ago
  25. 24a9a96 sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytes by Jeff Layton · 9 years ago
  26. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  27. 35fa5f7 SUNRPC refactor rpcauth_checkverf error returns by Andy Adamson · 11 years ago
  28. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  29. a570abb sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials by Eric W. Biederman · 12 years ago
  30. e572fc7 sunrpc: Use gid_valid to test for gid != INVALID_GID by Eric W. Biederman · 12 years ago
  31. cdba321 sunrpc: Convert kuids and kgids to uids and gids for printing by Eric W. Biederman · 12 years ago
  32. 9132adb sunrpc: Simplify auth_unix now that everything is a kgid_t by Eric W. Biederman · 12 years ago
  33. 0b4d51b sunrpc: Use uid_eq and gid_eq where appropriate by Eric W. Biederman · 12 years ago
  34. 7eaf040 sunrpc: Use kuid_t and kgid_t where appropriate by Eric W. Biederman · 12 years ago
  35. bf37f79 sunrpc: Use userns friendly constants. by Eric W. Biederman · 12 years ago
  36. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  37. dc6f55e NFS/sunrpc: don't use a credential with extra groups. by NeilBrown · 13 years ago
  38. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  39. 5d8d9a4 NFS: Ensure the AUTH_UNIX credcache is allocated dynamically by Trond Myklebust · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  41. 0f38b87 SUNRPC: Use GFP_NOFS when allocating credentials by Trond Myklebust · 17 years ago
  42. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 17 years ago
  43. 5c69104 SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task by Trond Myklebust · 17 years ago
  44. af09383 SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS by Trond Myklebust · 17 years ago
  45. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 18 years ago
  46. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 18 years ago
  47. 9499b43 SUNRPC: Give credential cache a local spinlock by Trond Myklebust · 18 years ago
  48. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 18 years ago
  49. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 18 years ago
  50. 696e38d SUNRPC: replace casts in auth_unix.c with container_of() by Trond Myklebust · 18 years ago
  51. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 18 years ago
  52. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 18 years ago
  53. 5c9cfc8 SUNRPC: Fix a typo in unx_create() by Trond Myklebust · 18 years ago
  54. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 18 years ago
  55. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 18 years ago
  56. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 18 years ago
  57. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  58. 81039f1 NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts by Trond Myklebust · 19 years ago
  59. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 19 years ago
  60. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  61. 86b9f57 [PATCH] RPC: Eliminate socket.h includes in RPC client by Chuck Lever · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago