aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2010-12-16SUNRPC: New xdr_streams XDR encoder APIGravatar Chuck Lever 3-5/+10
2010-11-02nfsd4: fix 4.1 connection registration raceGravatar J. Bruce Fields 1-4/+14
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 8-75/+98
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-0/+7
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 2-1/+2
2010-10-24SUNRPC: define xdr_decode_opaque_fixedGravatar Benny Halevy 1-0/+7
2010-10-23SUNRPC: Add a helper function xdr_inline_peekGravatar Trond Myklebust 1-0/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuGravatar Ingo Molnar 1-1/+1
2010-10-01nfsd: provide callbacks on svc_xprt deletionGravatar J. Bruce Fields 1-0/+25
2010-10-01nfsd4: remove spkm3Gravatar J. Bruce Fields 1-55/+0
2010-10-01sunrpc: Tag rpc_xprt with netGravatar Pavel Emelyanov 1-1/+2
2010-10-01sunrpc: Add net to xprt_createGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Add net to rpc_create_argsGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Pull net argument downto svc_create_socketGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Add net argument to svc_create_xprtGravatar Pavel Emelyanov 1-2/+2
2010-10-01sunrpc: Factor out rpc_xprt freeingGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Factor out rpc_xprt allocationGravatar Pavel Emelyanov 1-0/+1
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchGravatar Stephen Rothwell 1-2/+2
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesGravatar Pavel Emelyanov 1-8/+15
2010-09-27sunrpc: Tag svc_xprt with netGravatar Pavel Emelyanov 1-0/+2
2010-09-27sunrpc: Add routines that allow registering per-net cachesGravatar Pavel Emelyanov 1-0/+2
2010-09-27sunrpc: Add net to pure API callsGravatar Pavel Emelyanov 1-2/+2
2010-09-27sunrpc: Make xprt auth cache release work with the xprtGravatar Pavel Emelyanov 1-1/+2
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.Gravatar NeilBrown 1-1/+1
2010-09-21sunrpc: close connection when a request is irretrievably lost.Gravatar NeilBrown 1-3/+7
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesGravatar Chuck Lever 1-0/+1
2010-09-19Merge remote branch 'trond/bugfixes' into for-2.6.37Gravatar J. Bruce Fields 1-1/+1
2010-09-17SUNRPC: Remove rpcb_getport_sync()Gravatar Chuck Lever 1-1/+0
2010-09-12SUNRPC: Fix a race in rpc_info_openGravatar Trond Myklebust 1-1/+1
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.Gravatar NeilBrown 1-0/+3
2010-09-07sunrpc: use seconds since boot in expiry cacheGravatar NeilBrown 1-3/+25
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdGravatar NeilBrown 1-0/+6
2010-08-19nfs: __rcu annotationsGravatar Arnd Bergmann 1-2/+2
2010-08-14include: replace unifdef-y with header-yGravatar Sam Ravnborg 1-1/+1
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstGravatar Trond Myklebust 2-2/+1
2010-08-04SUNRPC: Clean up of rpc_bindcred()Gravatar Trond Myklebust 1-3/+3
2010-08-04SUNRPC: Move remaining RPC client related task initialisation into clnt.cGravatar Trond Myklebust 1-0/+1
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskGravatar Trond Myklebust 1-6/+1
2010-08-04SUNRPC: Make the credential cache hashtable size configurableGravatar Trond Myklebust 1-8/+1
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheGravatar Trond Myklebust 1-0/+1
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyGravatar Trond Myklebust 1-3/+4
2010-08-03SUNRPC: The function rpc_restart_call() should return success/failureGravatar Trond Myklebust 1-2/+2
2010-07-06sunrpc: make the cache cleaner workqueue deferrableGravatar Artem Bityutskiy 1-0/+1
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredGravatar Trond Myklebust 2-0/+2
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsGravatar Trond Myklebust 1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldGravatar Trond Myklebust 1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 2-5/+5
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsGravatar Trond Myklebust 2-3/+6
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsGravatar Chuck Lever 3-6/+9