summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-161-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
* sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-1/+1
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-281-1/+2
|\
| * nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-161-1/+2
* | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-1/+1
* | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-1/+1
* | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-1/+2
* | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-1/+2
* | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-1/+2
* | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-2/+2
|/
* NFSv4: Fix callback server shutdownTrond Myklebust2017-04-271-0/+1
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-251-2/+1
* nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+3
* sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-4/+5
* SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-131-0/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-0/+3
* nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-0/+25
* nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-0/+3
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-0/+3
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-3/+6
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-8/+3
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-10/+10
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-231-1/+1
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-091-2/+2
* sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-091-3/+3
* sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-0/+2
* sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-091-1/+3
* sunrpc: move rq_cachetype field to better optimize spaceJeff Layton2014-12-091-1/+1
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-3/+3
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-2/+2
* SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-171-1/+0
* SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-2/+2
* nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-301-6/+5
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-301-0/+1
* SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2014-05-221-0/+1
* SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-031-1/+3
* sunrpc: fix some typosWeng Meiling2013-12-101-1/+1
* svcrpc: remove unused rq_resusedJ. Bruce Fields2013-08-301-1/+0
* sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-231-0/+1
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-3/+3
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-0/+2
* nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-311-1/+0
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-311-0/+1