summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2024-04-13SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo
2024-04-10nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2024-04-10NFSD: Refactor common code out of dirlist helpersChuck Lever
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2024-04-10NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2024-04-10NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2024-04-10SUNRPC: Remove svc_shutdown_net()Chuck Lever
2024-04-10SUNRPC: Rename svc_close_xprt()Chuck Lever
2024-04-10SUNRPC: Rename svc_create_xprt()Chuck Lever
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2024-04-10lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2024-04-10SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown
2024-04-10SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2024-04-10NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown
2024-04-10SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2024-04-10SUNRPC/NFSD: clean up get/put functions.NeilBrown
2024-04-10SUNRPC: change svc_get() to return the svc.NeilBrown
2024-04-10SUNRPC: Change return value type of .pc_encodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2024-04-10SUNRPC: Change return value type of .pc_decodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-24SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2022-10-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever
2022-10-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever
2022-08-25SUNRPC: Fix xdr_encode_bool()Chuck Lever
2022-05-18SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-04-13SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-04-08NFSD: prevent integer overflow on 32 bit systemsDan Carpenter
2022-03-08NFSD: 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-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever
2021-08-17SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck 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-08-09SUNRPC: Fix potential memory corruptionTrond Myklebust
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust