summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-022-124/+266
|\
| * xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+28
| * SUNRPC: Simplify defining common RPC trace eventsChuck Lever2019-01-021-103/+69
| * xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-021-0/+136
| * xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-4/+6
| * xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-16/+26
| * xprtrdma: Refactor Receive accountingChuck Lever2019-01-021-1/+1
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-021-2/+4
|\ \
| * | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-2/+4
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-0/+107
|\ \ \
| * | | scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard2018-12-201-0/+107
* | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-3/+24
|\ \ \ \
| * | | | bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2018-12-131-3/+24
| | |_|/ | |/| |
* | | | Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-271-8/+8
|\ \ \ \
| * | | | fs/locks: rename some lists and pointers.NeilBrown2018-11-301-8/+8
| | |/ / | |/| |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-12-271-0/+20
|\ \ \ \
| * | | | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+20
| | |_|/ | |/| |
* | | | Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-12-271-1/+3
|\ \ \ \
| * | | | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-0/+2
| * | | | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-1/+11
|\| | |
| * | | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-1/+11
| |\ \ \ | | |/ / | |/| |
| | * | sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti2018-11-271-1/+11
* | | | net: Add trace events for all receive exit pointsGeneviève Bastien2018-11-301-0/+59
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-4/+6
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-191-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | rxrpc: Fix life checkDavid Howells2018-11-151-0/+2
| | |/
| * / kyber: fix wrong strlcpy() size in trace_kyber_latency()Omar Sandoval2018-11-121-4/+4
| |/
* / lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-151-0/+228
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-18/+195
|\
| * Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-012-34/+21
| |\
| * | afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-1/+3
| * | afs: Implement YFS support in the fs clientDavid Howells2018-10-241-1/+57
| * | afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-2/+2
| * | afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-0/+81
| * | afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-11/+11
| * | afs: Better tracing of protocol errorsDavid Howells2018-10-241-8/+46
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-0/+1
|\ \ \
| * | | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-0/+1
* | | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-262-34/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-9/+9
| |\ \ \
| | * | | xprtrdma: Squelch a sparse warningChuck Lever2018-10-031-1/+1
| | * | | xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever2018-10-031-1/+1
| | * | | xprtrdma: Rename rpcrdma_conn_upcallChuck Lever2018-10-021-1/+1
| | * | | xprtrdma: Name MR trace events consistentlyChuck Lever2018-10-021-6/+6
| | * | | xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever2018-10-021-1/+1
| * | | | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-8/+8
| * | | | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-14/+1
| * | | | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-5/+5
| |/ / /
* | / / block: add a report_zones methodChristoph Hellwig2018-10-251-1/+0
| |/ / |/| |