aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov2-5/+5
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov3-3/+5
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov1-0/+1
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov3-5/+12
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov3-13/+13
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov3-23/+27
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2-2/+2
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-14/+14
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov3-31/+108
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov4-27/+44
2010-09-27sunrpc: The per-net skeletonPavel Emelyanov2-1/+42
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov1-0/+2
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov1-8/+19
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-8/+10
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2-6/+8
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+14
2010-09-24net: fix a lockdep splatEric Dumazet1-14/+14
2010-09-23net: return operator cleanupEric Dumazet5-26/+26
2010-09-23net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-09-22sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown1-1/+3
2010-09-21sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko1-7/+13
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-18/+10
2010-09-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown3-9/+17
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever1-0/+17
2010-09-21SUNRPC: Correct an rpcbind debugging messageChuck Lever1-2/+3
2010-09-21SUNRPC: Convert rpciod to use the alloc_workqueue() interfaceTrond Myklebust1-1/+1
2010-09-19nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields1-4/+20
2010-09-19Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields6-76/+86
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever1-51/+0
2010-09-12sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-12SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust2-20/+20
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-12Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-07svcrpc: cache deferral cleanupJ. Bruce Fields1-64/+79
2010-09-07svcrpc: minor cache cleanupJ. Bruce Fields2-21/+25
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2-1/+69
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown1-17/+19
2010-08-29SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenTrond Myklebust1-1/+10
2010-08-29sunrpc: simplify xdr_shrink_pagelen use of "copy"Benny Halevy1-4/+3
2010-08-29sunrpc: don't use the copy variable in nested blockBenny Halevy1-2/+1
2010-08-29sunrpc: clean up xdr_shrink_pagelen use of temporary pointerBenny Halevy1-2/+1
2010-08-29sunrpc: don't shorten buflen twice in xdr_shrink_pagelenBenny Halevy1-2/+1