summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)Author
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-03-16sunrpc: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin
2018-08-09NFSD: Handle full-length symlinksChuck Lever
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever
2018-04-03svc: Report xprt dequeue latencyChuck Lever
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields