summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton1-0/+3
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton1-0/+25
2015-08-10nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton1-0/+3
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-0/+3
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton1-3/+6
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton1-8/+3
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-10/+10
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-1/+1
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-2/+2
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-3/+3
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-0/+2
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-1/+3
2014-12-09sunrpc: move rq_cachetype field to better optimize spaceJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-3/+3
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-2/+2
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust1-1/+0
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields1-6/+5
2014-05-31nfsd4: allow encoding across page boundariesJ. Bruce Fields1-0/+1
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown1-0/+1
2014-01-04SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee1-1/+3
2013-12-11sunrpc: fix some typosWeng Meiling1-1/+1
2013-08-31svcrpc: remove unused rq_resusedJ. Bruce Fields1-1/+0
2013-01-24sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh1-0/+1
2012-12-18nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-3/+3
2012-07-28SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-0/+2
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-1/+0
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+1
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-0/+2
2012-02-01SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-4/+5
2012-02-01SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky1-1/+1
2011-11-03Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust1-10/+22
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-0/+1
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong1-9/+21
2011-08-19sunrpc: use better NUMA affinitiesEric Dumazet1-1/+1
2011-07-28Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2011-07-18nfsd: turn on reply cache for NFSv4J. Bruce Fields1-0/+1
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust1-2/+2
2011-01-15Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2011-01-06NFS rename client back channel transport fieldAndy Adamson1-1/+1
2011-01-05svcrpc: simpler request droppingJ. Bruce Fields1-0/+1
2009-12-15nfsd: remove unused field rq_reffhJ. Bruce Fields1-4/+0
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields1-3/+0
2009-07-15nfsd41: use globals for DRC limitsAndy Adamson1-2/+0
2009-06-18nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson1-0/+1
2009-06-18nfs41: Backchannel bc_svc_process()Ricardo Labiaga1-0/+2
2009-06-18nfs41: client callback structuresRicardo Labiaga1-0/+8