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