aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
Commit message (Expand)AuthorAgeFilesLines
* nfsd: remove unused field rq_reffhJ. Bruce Fields2009-12-151-4/+0
* Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-3/+0
* nfsd41: use globals for DRC limitsAndy Adamson2009-07-141-2/+0
* nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson2009-06-171-0/+1
* nfs41: Backchannel bc_svc_process()Ricardo Labiaga2009-06-171-0/+2
* nfs41: client callback structuresRicardo Labiaga2009-06-171-0/+8
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-0/+16
|\
| * nfsd41: hard page limit for DRCAndy Adamson2009-04-031-0/+2
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-031-0/+1
| * knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-181-0/+11
| * knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2009-03-181-0/+2
* | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-3/+2
* | SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-281-2/+2
|/
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-061-1/+4
* SUNRPC: Make svc_addr's argument a constantChuck Lever2008-09-291-3/+3
* SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever2008-09-291-1/+3
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-4/+5
* sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-3/+2
* knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-1/+1
* SUNRPC: remove svc_create_thread()Jeff Layton2008-04-231-1/+0
* nfsd: clean up svc_reserve_auth()J. Bruce Fields2008-02-101-8/+5
* SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-0/+2
* svc: Add transport hdr size for defer/revisitTom Tucker2008-02-011-0/+2
* svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-4/+1
* svc: Make deferral processing xprt independentTom Tucker2008-02-011-1/+1
* svc: Add transport specific xpo_release functionTom Tucker2008-02-011-1/+1
* svc: Change the svc_sock in the rqstp structure to a transportTom Tucker2008-02-011-1/+4
* knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2007-07-171-0/+1
* knfsd: nfsd4: store pseudoflavor in requestAndy Adamson2007-07-171-0/+1
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-101-1/+1
* RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-091-0/+19
* [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown2007-03-061-2/+0
* [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive pathChuck Lever2007-02-121-0/+5
* [PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independentChuck Lever2007-02-121-4/+11
* [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-121-2/+15
* [PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_reqChuck Lever2007-02-121-2/+3
* [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-121-0/+3
* [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown2007-01-261-1/+4
* [PATCH] fix svc_procfunc declarationAl Viro2006-10-201-1/+1
* [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2006-10-061-1/+2
* [PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch2006-10-041-0/+3
* [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks2006-10-041-1/+22
* [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown2006-10-041-0/+2
* [PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown2006-10-041-59/+10
* [PATCH] knfsd: make rpc threads pools numa awareGreg Banks2006-10-021-0/+1
* [PATCH] knfsd: add svc_set_num_threadsGreg Banks2006-10-021-5/+16
* [PATCH] knfsd: add svc_getGreg Banks2006-10-021-0/+11
* [PATCH] knfsd: split svc_serv into poolsGreg Banks2006-10-021-2/+23
* [PATCH] knfsd: move tempsock aging to a timerGreg Banks2006-10-021-0/+1
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-021-1/+1