aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-3/+0
|\
* | SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust2008-01-301-0/+3
* | SUNRPC: Restrict sunrpc client exportsTrond Myklebust2008-01-301-9/+9
* | SUNRPC: Move exported declarations to the function declarationsTrond Myklebust2008-01-301-0/+8
|/
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-191-11/+2
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-5/+6
* sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields2007-07-101-2/+11
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-12/+13
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-101-18/+45
* SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-101-14/+32
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-101-34/+57
* SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust2007-07-101-49/+72
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-101-10/+12
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-101-6/+18
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-101-4/+4
* SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-101-2/+2
* SUNRPC: Fix races in rpcauth_createTrond Myklebust2007-07-101-11/+24
* SUNRPC: Fix a memory leak in the auth credcache codeTrond Myklebust2007-07-101-2/+16
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-1/+1
|\
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-12/+13
|/
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-6/+6
* SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch2006-03-201-2/+14
* SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2006-02-011-0/+8
* SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust2006-02-011-7/+10
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1
* NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever2005-11-041-8/+7
* [PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever2005-09-231-1/+0
* [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-221-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+395