summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)Author
2024-09-12sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-09-12sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-07-05SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever
2024-07-05SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever
2024-07-05SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever
2024-06-21nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2024-06-21SUNRPC: Remove svc_shutdown_net()Chuck Lever
2024-06-21SUNRPC: Remove svo_shutdown methodChuck Lever
2024-06-21SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2024-06-21lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2024-06-21SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown
2024-06-21SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2024-06-21NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown
2024-06-21SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2024-06-21SUNRPC/NFSD: clean up get/put functions.NeilBrown
2024-06-21SUNRPC: change svc_get() to return the svc.NeilBrown
2024-06-21SUNRPC: Change return value type of .pc_encodeChuck Lever
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2024-06-21SUNRPC: Change return value type of .pc_decodeChuck Lever
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever
2024-06-21SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2024-06-21NFSD: Extract the svcxdr_init_encode() helperChuck Lever
2024-06-21SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2024-06-21SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2024-06-21SUNRPC: 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