summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields1-0/+4
2011-01-05svcrpc: simpler request droppingJ. Bruce Fields1-0/+1
2010-12-17sunrpc: remove xpt_poolNeilBrown1-5/+0
2010-12-17Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields1-2/+8
2010-12-08sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2010-11-20svcrpc: fix wspace-checking raceJ. Bruce Fields1-22/+11
2010-11-20svcrpc: svc_close_xprt commentJ. Bruce Fields1-1/+6
2010-11-20svcrpc: simplify svc_close_allJ. Bruce Fields1-8/+8
2010-11-20nfsd4: centralize more calls to svc_xprt_receivedJ. Bruce Fields1-12/+14
2010-11-20svcrpc: don't set then immediately clear XPT_DEFERREDJ. Bruce Fields1-3/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-26svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields1-6/+0
2010-10-26svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields1-1/+1
2010-10-26svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields1-3/+0
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov1-4/+2
2010-10-02nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields1-0/+15
2010-10-02sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov1-2/+3
2010-10-02sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov1-0/+2
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov1-3/+2
2010-09-08svcrpc: minor cache cleanupJ. Bruce Fields1-1/+1
2010-09-08sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown1-0/+11
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-30svcrpc: don't hold sv_lock over svc_xprt_put()J. Bruce Fields1-1/+1
2010-03-01Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields1-7/+5
2010-03-01Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields1-2/+1
2010-02-27sunrpc: remove unnecessary svc_xprt_putNeil Brown1-4/+1
2010-01-27SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever1-1/+4
2010-01-27SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever1-0/+4
2010-01-07Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2010-01-07sunrpc: fix peername failed on closed listenerXiaotian Feng1-1/+2
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-22/+9
2009-11-30net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields1-22/+9
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer1-0/+2
2009-08-28sunrpc: move the close processing after do recvfrom methodWei Yongjun1-5/+7
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi1-11/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-04-28NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever1-17/+39
2009-04-28net/sunrpc/svc_xprt.c: fix sparse warningsH Hartley Sweeten1-0/+1
2009-04-07Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+118
2009-04-04nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson1-1/+1
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-6/+9
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever1-5/+11
2009-03-19knfsd: add file to export stats about nfsd poolsGreg Banks1-1/+99
2009-03-19knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks1-7/+18
2009-01-08SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-4/+4
2009-01-08svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18