summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-04sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-09-04sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-04-10nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2024-04-10NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2024-04-10NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2024-04-10SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+0
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-3/+0
2024-04-10lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2024-04-10SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2024-04-10SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2024-04-10NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2024-04-10SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2024-04-10SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2024-04-10SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2024-04-10SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+2
2024-04-10SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+2
2023-05-24SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever1-2/+0
2022-10-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1
2022-10-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever1-3/+14
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-03-08NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+1
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+1
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-2/+0
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-0/+1
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-0/+25
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+1
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-3/+3
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields1-0/+1
2020-05-21SUNRPC: Refactor svc_recvfrom()Chuck Lever1-0/+1
2020-05-09nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+1
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-0/+3
2020-03-16sunrpc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
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-28sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-1/+1
2018-12-28sunrpc: 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