summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-09-12sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-09-12sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-07-05SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1
2024-07-05SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever1-3/+14
2024-07-05SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+1
2024-06-21nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-06-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2024-06-21SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2024-06-21SUNRPC: Optimize xdr_reserve_space()Chuck Lever1-1/+15
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2024-06-21SUNRPC: Remove svc_shutdown_net()Chuck Lever2-1/+1
2024-06-21SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2024-06-21SUNRPC: Rename svc_create_xprt()Chuck Lever1-3/+4
2024-06-21SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-06-21SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2-4/+0
2024-06-21lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2024-06-21SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2024-06-21SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2024-06-21NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2024-06-21SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2024-06-21SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2024-06-21SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2024-06-21SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+2
2024-06-21SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+2
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-2/+0
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2-2/+3
2024-06-21SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4
2024-06-21SUNRPC: Export svc_xprt_received()Chuck Lever1-0/+1
2024-06-21NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever1-2/+16
2024-06-21NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever1-0/+20
2024-06-21NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-0/+25
2024-06-21SUNRPC: Move definition of XDR_UNITChuck Lever2-6/+10
2024-06-21SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+1
2024-06-21NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2024-06-21NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2024-06-21NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2024-06-21SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2024-06-21SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2024-06-21SUNRPC: Rename svc_encode_read_payload()Chuck Lever3-7/+7
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-0/+1
2024-04-13SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo1-1/+1
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-0/+1
2023-06-21kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko1-0/+1
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1