summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2024-12-14SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2024-12-14SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust
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-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2024-06-21SUNRPC: Fix xdr_encode_bool()Chuck Lever
2024-06-21SUNRPC: Optimize xdr_reserve_space()Chuck 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: Rename svc_close_xprt()Chuck Lever
2024-06-21SUNRPC: Rename svc_create_xprt()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-21SUNRPC: Export svc_xprt_received()Chuck Lever
2024-06-21NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever
2024-06-21NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever
2024-06-21NFSD: Extract the svcxdr_init_encode() helperChuck Lever
2024-06-21SUNRPC: Move definition of XDR_UNITChuck Lever
2024-06-21SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2024-06-21NFSD: Add helper for decoding locker4Chuck Lever
2024-06-21NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever
2024-06-21NFSD: Replace the internals of the READ_BUF() macroChuck Lever
2024-06-21SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2024-06-21SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever
2024-06-21SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-04-13SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix