summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-12-14SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-0/+1
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-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
2024-04-10nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2024-04-10NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
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 Lever2-1/+1
2024-04-10SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2024-04-10SUNRPC: Rename svc_create_xprt()Chuck Lever1-3/+4
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2-4/+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-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-0/+1
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown2-2/+2
2023-05-24SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever1-2/+0
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
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-08-25SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2022-05-18SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust1-0/+1
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-04-13SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-0/+1
2022-04-08NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
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 Torvalds5-5/+9
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+2
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia1-0/+1
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever1-18/+0
2021-08-17SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever2-0/+2
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+1
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever1-1/+1
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever1-2/+2
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever1-0/+1
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4