aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-0/+15
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-0/+16
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-0/+2
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-1/+1
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+4
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-1/+2
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-0/+1
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-0/+2
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-0/+2
2018-04-03svc: Report xprt dequeue latencyChuck Lever1-0/+1
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever1-0/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-3/+3
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-1/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-1/+2
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields1-1/+2
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-2/+2
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust1-0/+1
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-2/+1
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+3
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-4/+5
2016-07-13SUNRPC: Add a server side per-connection limitTrond Myklebust1-0/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcountingJeff 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