aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29SUNRPC: 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-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus 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/netdev/net-nextLinus 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-08Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus 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
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever1-3/+4
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever1-4/+9
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever1-0/+14
2021-03-06NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever1-2/+2
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever1-3/+1
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+2
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever1-2/+2
2020-05-20SUNRPC: Clean up request deferral tracepointsChuck Lever1-6/+6
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever1-17/+5
2020-05-18SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever1-1/+6
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-9/+3
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever1-3/+0
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-0/+2
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever1-0/+3
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust1-2/+3
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-4/+8
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields1-1/+11
2019-02-06svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields1-2/+2
2019-02-06SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust1-2/+6
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2