summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3
* SUNRPC: Move svc_xprt_received() call sitesChuck Lever2021-03-221-3/+4
* SUNRPC: Export svc_xprt_received()Chuck Lever2021-03-221-4/+9
* svcrdma: Add a "deferred close" helperChuck Lever2021-03-221-0/+14
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-061-2/+2
* SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2021-01-131-2/+2
* SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever2020-11-301-3/+1
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-111-2/+2
|\
| * SUNRPC: Split the xdr_buf event classChuck Lever2020-06-111-2/+2
* | SUNRPC: Clean up request deferral tracepointsChuck Lever2020-05-201-6/+6
* | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-181-17/+5
* | SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever2020-05-181-1/+6
* | SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-9/+3
|/
* svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-04-171-3/+0
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-0/+2
* SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-03-271-5/+14
* svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-161-0/+3
* nfs: fix out-of-date connectathon talk URLJ. Bruce Fields2019-07-031-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust2019-04-241-2/+3
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-4/+8
* svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-061-1/+11
* svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-061-2/+2
* SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-061-2/+6
* sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-271-2/+2
* sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-2/+3
* Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-1/+1
|\
| * nfsd: Fix an Oops in free_session()Trond Myklebust2018-10-291-1/+1
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-2/+0
|/
* svc: Report xprt dequeue latencyChuck Lever2018-04-031-2/+2
* sunrpc: Report per-RPC execution statsChuck Lever2018-04-031-1/+2
* sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-1/+2
* sunrpc: Simplify trace_svc_recvChuck Lever2018-04-031-1/+0
* sunrpc: Simplify do_enqueue tracingChuck Lever2018-04-031-8/+3
* sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever2018-04-031-4/+1
* svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-4/+1
* sunrpc: Remove unneeded pointer dereferenceChuck Lever2018-04-031-2/+2
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-73/+33
|\
| * SUNRPC: Improve ordering of transport processingTrond Myklebust2017-11-071-70/+30
| * sunrcp: make function _svc_create_xprt staticColin Ian King2017-11-071-3/+3
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
|/
* sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-4/+6