summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-081-10/+8
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-131-0/+9
|\
| * sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
* | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-2/+2
|/
* sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-0/+1
* sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-3/+3
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-4/+2
* sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton2015-08-121-1/+1
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-031-2/+2
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-301-1/+1
* sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman2013-02-131-3/+3
* sunrpc: Use gid_valid to test for gid != INVALID_GIDEric W. Biederman2013-02-131-3/+2
* sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman2013-02-131-1/+2
* sunrpc: Simplify auth_unix now that everything is a kgid_tEric W. Biederman2013-02-131-10/+4
* sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-131-1/+1
* sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-131-2/+2
* sunrpc: Use userns friendly constants.Eric W. Biederman2013-02-131-3/+3
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-4/+11
* NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-3/+3
* NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust2010-08-041-8/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-091-1/+1
* NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0
* SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+1
* SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-141-32/+24
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-1/+1
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-101-5/+1
* SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-101-0/+5
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-101-3/+15
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-101-2/+2
* SUNRPC: replace casts in auth_unix.c with container_of()Trond Myklebust2007-07-101-4/+6
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-101-8/+2
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-101-3/+3
* SUNRPC: Fix a typo in unx_create()Trond Myklebust2007-07-101-1/+1
* SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-101-1/+1
* SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_authTrond Myklebust2007-07-101-0/+1
* SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-4/+5
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-5/+5
* NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsTrond Myklebust2006-06-091-0/+1
* SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust2006-02-011-3/+3
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1
* [PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever2005-09-231-2/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+242
OpenPOWER on IntegriCloud