aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer1-0/+2
2009-08-27sunrpc: 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-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+118
2009-04-03nfsd: 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-18knfsd: add file to export stats about nfsd poolsGreg Banks1-1/+99
2009-03-18knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks1-7/+18
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-4/+4
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker1-0/+3
2009-01-06sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton1-6/+16
2008-09-29SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever1-6/+33
2008-05-19svc: Remove unused header files from svc_xprt.cTom Tucker1-21/+0
2008-05-19svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker1-2/+0
2008-04-23SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton1-3/+5
2008-04-23SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton1-2/+22
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-1/+1
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+4
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-0/+35
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-0/+2
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-0/+35
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker1-0/+28
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker1-9/+27
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker1-0/+753
2008-02-01svc: Move create logic to common codeTom Tucker1-18/+25
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker1-2/+29
2008-02-01svc: Make deferral processing xprt independentTom Tucker1-0/+1
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-0/+4
2008-02-01svc: Make svc_send transport neutralTom Tucker1-0/+1
2008-02-01svc: Make close transport independentTom Tucker1-0/+2
2008-02-01svc: Move sk_server and sk_pool to svc_xprtTom Tucker1-1/+3
2008-02-01svc: Change sk_inuse to a krefTom Tucker1-0/+16
2008-02-01svc: Add a generic transport svc_create_xprt functionTom Tucker1-0/+37
2008-02-01svc: Add an svc transport classTom Tucker1-0/+83