summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever2024-01-011-3/+2
* SUNRPC: make rqst_should_sleep() idempotent()NeilBrown2023-08-291-3/+5
* SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2023-08-291-1/+2
* SUNRPC: Deduplicate thread wake-up codeChuck Lever2023-08-291-36/+8
* SUNRPC: Move trace_svc_xprt_enqueueChuck Lever2023-08-291-1/+1
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-18/+16
* SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-17/+11
* SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-1/+2
* nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-291-10/+6
* SUNRPC: Remove transport class dprintk call sitesChuck Lever2023-06-171-3/+0
* SUNRPC: Fix comments for transport class registrationChuck Lever2023-06-171-0/+12
* SUNRPC: Move initialization of rq_stimeChuck Lever2023-06-171-1/+2
* SUNRPC: Resupply rq_pages from node-local memoryChuck Lever2023-06-051-2/+3
* SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever2023-06-051-3/+0
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-141-6/+17
* SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-141-1/+2
* SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-271-1/+4
* SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever2023-04-271-0/+2
* SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-271-3/+0
* SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-261-1/+1
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-261-12/+9
* SUNRPC: Remove ->xpo_secure_port()Chuck Lever2023-02-201-1/+0
* SUNRPC: Replace pool stats with per-CPU variablesChuck Lever2023-02-201-10/+8
* SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever2023-02-201-1/+0
* Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-061-1/+1
* SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever2022-07-291-1/+1
* SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-231-1/+1
* SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-191-1/+1
* SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().Sebastian Andrzej Siewior2022-05-191-4/+1
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-6/+4
* Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-121-0/+3
|\
| * SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-061-0/+3
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-2/+2
|\ \ | |/ |/|
| * SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-2/+2
* | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-2/+7
* | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-2/+7
* | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-5/+19
* | SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever2022-02-281-16/+10
* | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-5/+5
|/
* Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-161-5/+3
|\
| * SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-01-101-1/+1
| * SUNRPC: Remove low signal-to-noise tracepointsChuck Lever2021-12-131-4/+2
* | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-1/+2
|/
* SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-041-0/+1
* Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-081-6/+7
|\
| * SUNRPC: don't pause on incomplete allocationNeilBrown2021-09-011-6/+7
* | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-0/+3
|\|
| * SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-171-0/+3
* | SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust2021-08-251-1/+2
|/
* SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15