summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields2010-10-251-6/+0
* svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields2010-10-251-1/+1
* svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields2010-10-251-3/+0
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-191-4/+2
* nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-011-0/+15
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-2/+3
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
* sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-271-0/+2
* sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-271-3/+2
* svcrpc: minor cache cleanupJ. Bruce Fields2010-09-071-1/+1
* sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2010-09-071-0/+11
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-1/+3
* | svcrpc: don't hold sv_lock over svc_xprt_put()J. Bruce Fields2010-03-291-1/+1
|/
* Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields2010-02-281-7/+5
* Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields2010-02-281-2/+1
* sunrpc: remove unnecessary svc_xprt_putNeil Brown2010-02-261-4/+1
* SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever2010-01-261-1/+4
* SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-261-0/+4
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-1/+2
|\
| * sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-061-1/+2
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-22/+9
|\ \ | |/
| * Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-22/+9
* | net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
|/
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+2
* sunrpc: move the close processing after do recvfrom methodWei Yongjun2009-08-271-5/+7
* knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2009-08-251-11/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-281-17/+39
* net/sunrpc/svc_xprt.c: fix sparse warningsH Hartley Sweeten2009-04-281-0/+1
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-9/+118
|\
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-031-1/+1
| * knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-181-1/+99
| * knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2009-03-181-7/+18
* | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-6/+9
* | SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-281-5/+11
|/
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-071-4/+4
* svc: Clean up deferred requests on transport destructionTom Tucker2009-01-071-7/+18
* svc: Move kfree of deferral record to common codeTom Tucker2009-01-071-0/+3
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-061-6/+16
* SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever2008-09-291-6/+33
* svc: Remove unused header files from svc_xprt.cTom Tucker2008-05-191-21/+0
* svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker2008-05-191-2/+0
* SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton2008-04-231-3/+5
* SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton2008-04-231-2/+22
* [NET] endianness noise: INADDR_ANYAl Viro2008-03-171-1/+1
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-011-0/+4
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+35
* knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-011-0/+2
OpenPOWER on IntegriCloud