summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-268-75/+98
|\
| * nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-011-0/+25
| * nfsd4: remove spkm3J. Bruce Fields2010-10-011-55/+0
| * sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+2
| * sunrpc: Add net to xprt_createPavel Emelyanov2010-10-011-0/+1
| * sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
| * sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-0/+1
| * sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
| * sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-0/+1
| * sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-0/+1
| * sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2010-09-291-2/+2
| * sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-271-8/+15
| * sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-271-0/+2
| * sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2010-09-271-0/+2
| * sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-2/+2
| * sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-271-1/+2
| * sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown2010-09-211-1/+1
| * sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-211-3/+7
| * Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields2010-09-191-1/+1
| |\
| * | sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2010-09-071-0/+3
| * | sunrpc: use seconds since boot in expiry cacheNeilBrown2010-09-071-3/+25
| * | sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown2010-09-071-0/+6
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-261-0/+7
|\ \ \
| * | | SUNRPC: define xdr_decode_opaque_fixedBenny Halevy2010-10-241-0/+7
* | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-252-1/+2
|\ \ \ \ | |/ / /
| * | | SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust2010-10-231-0/+1
| * | | SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-0/+1
| * | | SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-171-1/+0
| |/ /
* | | Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-071-1/+1
|\ \ \ | | |/ | |/|
| * | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-121-1/+1
| |/
* | nfs: __rcu annotationsArnd Bergmann2010-08-191-2/+2
|/
* include: replace unifdef-y with header-ySam Ravnborg2010-08-141-1/+1
* Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-071-0/+1
|\
| * sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy2010-07-061-0/+1
* | SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-042-2/+1
* | SUNRPC: Clean up of rpc_bindcred()Trond Myklebust2010-08-041-3/+3
* | SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust2010-08-041-0/+1
* | SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust2010-08-041-6/+1
* | SUNRPC: Make the credential cache hashtable size configurableTrond Myklebust2010-08-041-8/+1
* | SUNRPC: Store the hashtable size in struct rpc_cred_cacheTrond Myklebust2010-08-041-0/+1
* | NFS: Ensure the AUTH_UNIX credcache is allocated dynamicallyTrond Myklebust2010-08-041-3/+4
* | SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust2010-08-031-2/+2
|/
* SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust2010-05-142-0/+2
* SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust2010-05-141-6/+6
* SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust2010-05-141-3/+0
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-142-5/+5
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-142-3/+6
* SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-143-6/+9
* SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-141-1/+0
* SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever2010-05-141-3/+5
OpenPOWER on IntegriCloud