summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-01nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields
2010-10-01nfsd4: remove spkm3J. Bruce Fields
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever
2010-09-19Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown
2010-08-19nfs: __rcu annotationsArnd Bergmann
2010-08-14include: replace unifdef-y with header-ySam Ravnborg
2010-08-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust
2010-08-04SUNRPC: Clean up of rpc_bindcred()Trond Myklebust
2010-08-04SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust
2010-08-04SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust
2010-08-04SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust
2010-08-04NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust
2010-08-03SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman