aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSGravatar NeilBrown 1-1/+1
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryGravatar NeilBrown 1-1/+5
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Gravatar Xiongfeng Wang 1-1/+1
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Gravatar Trond Myklebust 1-49/+0
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerGravatar Chuck Lever 1-22/+41
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerGravatar Chuck Lever 1-18/+38
2019-02-13SUNRPC: Remove some dprintk() call sites from auth functionsGravatar Chuck Lever 1-29/+0
2019-02-13SUNRPC: Add xdr_stream::rqst fieldGravatar Chuck Lever 1-2/+2
2019-01-09sunrpc: kernel BUG at kernel/cred.c:825!Gravatar Santosh kumar pradhan 1-0/+3
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.Gravatar NeilBrown 1-1/+0
2018-12-19SUNRPC: simplify auth_unix.Gravatar NeilBrown 1-0/+1
2018-12-19SUNRPC: remove crbind rpc_cred operationGravatar NeilBrown 1-11/+1
2018-12-19SUNRPC: remove generic cred code.Gravatar NeilBrown 1-17/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-5/+9
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.Gravatar NeilBrown 1-23/+0
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.Gravatar NeilBrown 1-1/+5
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneGravatar NeilBrown 1-0/+2
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 1-3/+39
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-5/+1
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.Gravatar NeilBrown 1-1/+0
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-1/+7
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tGravatar Trond Myklebust 1-1/+1
2018-10-23SUNRPC: Convert auth creds to use refcount_tGravatar Trond Myklebust 1-7/+7
2018-10-23SUNRPC: Simplify lookup codeGravatar Trond Myklebust 1-11/+8
2018-10-23SUNRPC: Clean up the AUTH cache codeGravatar Trond Myklebust 1-61/+86
2018-09-30SUNRPC: Remove rpc_authflavor_lock in favour of RCU lockingGravatar Trond Myklebust 1-66/+62
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityGravatar Trond Myklebust 1-0/+10
2018-07-31sunrpc: kstrtoul() can also return -ERANGEGravatar Dan Carpenter 1-1/+1
2018-07-30net/sunrpc: Make rpc_auth_create_args a constGravatar Sargun Dhillon 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credGravatar Kinglong Mee 1-3/+0
2017-02-08sunrpc: error out if register_shrinker failGravatar Kinglong Mee 1-1/+5
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.Gravatar NeilBrown 1-2/+4
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionGravatar Frank Sorenson 1-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoGravatar Frank Sorenson 1-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsGravatar Scott Mayhew 1-1/+3
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsGravatar Trond Myklebust 1-2/+3
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationGravatar Jeff Layton 1-2/+2
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-2/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredGravatar NeilBrown 1-7/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.Gravatar NeilBrown 1-2/+15
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsGravatar Trond Myklebust 1-9/+35
2014-07-12replace strict_strto callsGravatar Daniel Walter 1-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopGravatar Jeff Layton 1-0/+9
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportGravatar Andy Adamson 1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2013-09-10shrinker: convert remaining shrinkers to count/scan APIGravatar Dave Chinner 1-14/+27
2013-09-03SUNRPC new rpc_credops to test credential expiryGravatar Andy Adamson 1-0/+21