summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: make rqst_should_sleep() idempotent()NeilBrown1-3/+5
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-1/+2
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever1-36/+8
2023-08-30SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-1/+1
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-18/+16
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-17/+11
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown1-1/+2
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown1-10/+6
2023-06-17SUNRPC: Remove transport class dprintk call sitesChuck Lever1-3/+0
2023-06-17SUNRPC: Fix comments for transport class registrationChuck Lever1-0/+12
2023-06-17SUNRPC: Move initialization of rq_stimeChuck Lever1-1/+2
2023-06-05SUNRPC: Resupply rq_pages from node-local memoryChuck Lever1-2/+3
2023-06-05SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever1-3/+0
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown1-6/+17
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-04-28SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever1-1/+4
2023-04-28SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever1-0/+2
2023-04-28SUNRPC: Be even lazier about releasing pagesChuck Lever1-3/+0
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-1/+1
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever1-12/+9
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever1-1/+0
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-10/+8
2023-02-20SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever1-1/+0
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever1-1/+1
2022-07-30SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever1-1/+1
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-1/+1
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever1-1/+1
2022-05-19SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().Sebastian Andrzej Siewior1-4/+1
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever1-6/+4
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+3
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+3
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-2/+7
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-2/+7
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-5/+19
2022-02-28SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever1-16/+10
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-5/+5
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-2/+2
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+3
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-1/+2
2022-01-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever1-1/+1
2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever1-4/+2
2021-10-04SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever1-0/+1
2021-09-09Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-6/+7
2021-09-01SUNRPC: don't pause on incomplete allocationNeilBrown1-6/+7
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+3
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust1-1/+2
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+3
2021-04-30SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever1-16/+15
2021-04-30SUNRPC: set rq_page_end differentlyChuck Lever1-4/+3