summaryrefslogtreecommitdiffstats
path: root/include/trace/events/rpcrdma.h
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever2020-07-131-44/+12
* svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2020-07-131-7/+11
* svcrdma: Introduce Send completion IDsChuck Lever2020-07-131-1/+1
* svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever2020-07-131-7/+27
* svcrdma: Introduce Receive completion IDsChuck Lever2020-07-131-31/+20
* svcrdma: Introduce infrastructure to support completion IDsChuck Lever2020-07-131-0/+43
* svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever2020-07-131-5/+2
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-111-4/+0
|\
| * SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-111-4/+0
* | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-181-32/+0
* | svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever2020-05-181-1/+37
* | svcrdma: Rename tracepoints that record header decoding errorsChuck Lever2020-05-181-2/+3
* | svcrdma: trace undersized Write chunksChuck Lever2020-05-181-0/+32
* | svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever2020-05-181-0/+28
* | svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever2020-05-181-0/+25
* | svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever2020-05-181-4/+8
|/
* Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-021-8/+4
|\
| * xprtrdma: Fix trace point use-after-free raceChuck Lever2020-04-201-8/+4
* | svcrdma: Fix trace point use-after-free raceChuck Lever2020-04-171-14/+36
|/
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-90/+63
|\
| * xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-271-61/+2
| * xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-271-25/+53
| * xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-271-6/+6
| * xprtrdma: Disconnect on flushed completionChuck Lever2020-03-271-1/+2
| * xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-271-1/+0
| * xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-271-26/+30
* | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-0/+18
* | svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever2020-03-161-5/+9
* | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-161-3/+4
* | svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever2020-03-161-28/+0
|/
* xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2020-01-151-4/+8
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-071-7/+23
|\
| * svcrdma: Improve DMA mapping trace pointsChuck Lever2019-10-081-7/+23
* | xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever2019-10-241-0/+1
* | xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever2019-10-241-0/+36
* | xprtrdma: Refine trace_xprtrdma_fixupChuck Lever2019-10-241-47/+13
* | xprtrdma: Report the computed connect delayChuck Lever2019-10-241-21/+56
* | xprtrdma: Pull up sometimesChuck Lever2019-10-241-0/+4
* | xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever2019-10-241-3/+2
* | xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever2019-10-241-0/+25
|/
* xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-211-2/+36
* xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-201-1/+28
* xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2019-08-201-10/+11
* xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+31
* xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-091-0/+1
* xprtrdma: Remove fr_stateChuck Lever2019-07-091-17/+2
* xprtrdma: Fix occasional transport deadlockChuck Lever2019-07-091-0/+27
* xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever2019-07-091-4/+5
* xprtrdma: Fix a BUG when tracing is enabled with NFSv4.1 on RDMAChuck Lever2019-07-021-1/+2
* xprtrdma: Trace marshaling failuresChuck Lever2019-04-251-0/+27