summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)Author
2021-10-04SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever
2021-09-08Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-09-01SUNRPC: don't pause on incomplete allocationNeilBrown
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2021-04-30SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever
2021-04-30SUNRPC: set rq_page_end differentlyChuck Lever
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-03-06NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever
2020-05-20SUNRPC: Clean up request deferral tracepointsChuck Lever
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever
2020-05-18SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-24SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields
2019-02-06svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields
2019-02-06SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-10-29nfsd: Fix an Oops in free_session()Trond Myklebust
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-04-03svc: Report xprt dequeue latencyChuck Lever
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever
2018-04-03sunrpc: Simplify trace_svc_recvChuck Lever
2018-04-03sunrpc: Simplify do_enqueue tracingChuck Lever
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever
2018-04-03sunrpc: Remove unneeded pointer dereferenceChuck Lever
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust
2017-11-07sunrcp: make function _svc_create_xprt staticColin Ian King
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever