summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2010-10-02nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields1-0/+15
2010-10-02nfsd4: remove spkm3J. Bruce Fields6-851/+0
2010-10-02sunrpc: fix race in new cache_wait code.NeilBrown1-3/+2
2010-10-02sunrpc: Create sockets in net namespacesPavel Emelyanov2-5/+5
2010-10-02sunrpc: Tag rpc_xprt with netPavel Emelyanov3-3/+5
2010-10-02sunrpc: Add net to xprt_createPavel Emelyanov1-0/+1
2010-10-02sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-10-02sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov3-5/+12
2010-10-02sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-10-02sunrpc: Factor out rpc_xprt freeingPavel Emelyanov3-13/+13
2010-10-02sunrpc: 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/ne...David S. Miller1-14/+14
2010-09-25net: fix a lockdep splatEric Dumazet1-14/+14
2010-09-24net: 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-22sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko1-7/+13
2010-09-22sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-18/+10
2010-09-22svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-22sunrpc: close connection when a request is irretrievably lost.NeilBrown3-9/+17
2010-09-22SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever1-0/+17
2010-09-22SUNRPC: Correct an rpcbind debugging messageChuck Lever1-2/+3
2010-09-22SUNRPC: Convert rpciod to use the alloc_workqueue() interfaceTrond Myklebust1-1/+1
2010-09-20nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields1-4/+20
2010-09-20Merge 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-13sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-13gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-13gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-13SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-13SUNRPC: Fix a race in rpc_info_openTrond Myklebust2-20/+20
2010-09-13SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-13Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-08svcrpc: cache deferral cleanupJ. Bruce Fields1-64/+79
2010-09-08svcrpc: minor cache cleanupJ. Bruce Fields2-21/+25
2010-09-08sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2-1/+69
2010-09-08sunrpc: 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