aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields1-11/+2
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-5/+6
2007-07-10sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields1-2/+11
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-12/+13
2007-07-10SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust1-18/+45
2007-07-10SUNRPC: Give credential cache a local spinlockTrond Myklebust1-14/+32
2007-07-10SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust1-34/+57
2007-07-10SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust1-49/+72
2007-07-10SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust1-10/+12
2007-07-10SUNRPC: Clean up rpc credential initialisationTrond Myklebust1-6/+18
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust1-4/+4
2007-07-10SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust1-2/+2
2007-07-10SUNRPC: Fix races in rpcauth_createTrond Myklebust1-11/+24
2007-07-10SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust1-2/+16
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-12/+13
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-6/+6
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch1-2/+14
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust1-0/+8
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust1-7/+10
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-1/+1
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever1-8/+7
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever1-1/+0
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+395