summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)Author
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown
2024-07-08SUNRPC: Add a trace point in svc_xprt_deferred_closeChuck Lever
2024-06-25Revert "nfsd: fix oops when reading pool_stats before server is started"NeilBrown
2024-06-17nfsd: fix oops when reading pool_stats before server is startedJeff Layton
2024-05-06SUNRPC: Remove comment for sp_lockGuoqing Jiang
2024-05-06SUNRPC: add a new svc_find_listener helperJeff Layton
2024-05-06SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2023-12-18SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: rename some functions from rqst_ to svc_thread_NeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: rename and refactor svc_get_next_xprt()NeilBrown
2023-10-16SUNRPC: move all of xprt handling into svc_xprt_handle()NeilBrown
2023-08-29SUNRPC: make rqst_should_sleep() idempotent()NeilBrown
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-06-17SUNRPC: Remove transport class dprintk call sitesChuck Lever
2023-06-17SUNRPC: Fix comments for transport class registrationChuck Lever
2023-06-17SUNRPC: Move initialization of rq_stimeChuck Lever
2023-06-05SUNRPC: Resupply rq_pages from node-local memoryChuck Lever
2023-06-05SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever
2023-04-27SUNRPC: Be even lazier about releasing pagesChuck Lever
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever
2023-02-20SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2022-07-29SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever
2022-05-19SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().Sebastian Andrzej Siewior
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever