aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2021-10-05cachefiles: Fix oops with cachefiles_cull() due to NULL objectGravatar Dave Wysochanski 1-2/+2
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectGravatar Dave Wysochanski 1-1/+1
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2021-09-23erofs: fix up erofs_lookup tracepointGravatar Gao Xiang 1-3/+3
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+6
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityGravatar David Howells 1-2/+6
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-3/+46
2021-09-08mm/damon: add a tracepointGravatar SeongJae Park 1-0/+43
2021-09-08mm/idle_page_tracking: make PG_idle reusableGravatar SeongJae Park 1-1/+1
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Gravatar Muchun Song 1-2/+2
2021-09-06Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 1-1/+0
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+97
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-52/+82
2021-09-03io_uring: io_uring_complete() trace should take an integerGravatar Jens Axboe 1-3/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2021-09-03mm/migrate: demote pages during reclaimGravatar Dave Hansen 1-1/+2
2021-09-03mm: remove VM_DENYWRITEGravatar David Hildenbrand 1-1/+0
2021-09-02Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-120/+110
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 2-4/+26
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-4/+17
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tGravatar David Howells 1-22/+22
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decGravatar David Howells 1-17/+7
2021-08-27fscache: Add a cookie debug ID and use that in tracesGravatar David Howells 2-92/+92
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesGravatar David Howells 1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueGravatar Christoph Hellwig 1-3/+3
2021-08-23f2fs: introduce periodic iostat io latency tracesGravatar Daeho Jeong 1-0/+95
2021-08-23f2fs: separate out iostat featureGravatar Daeho Jeong 1-0/+2
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocGravatar Josef Bacik 1-0/+1
2021-08-23btrfs: enable a tracepoint when we fail ticketsGravatar Josef Bacik 1-0/+6
2021-08-23btrfs: include delalloc related info in dump space info tracepointGravatar Josef Bacik 1-4/+10
2021-08-20mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesGravatar Mike Rapoport 1-1/+3
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Gravatar Chuck Lever 1-4/+4
2021-08-17tracing: Add trace_event helper macros __string_len() and __assign_str_len()Gravatar Steven Rostedt (VMware) 1-0/+22
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagGravatar Chuck Lever 1-2/+1
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statGravatar Chuck Lever 1-3/+3
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointGravatar Chuck Lever 1-0/+33
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointGravatar Chuck Lever 1-7/+34
2021-08-09SUNRPC: Record timeout value in xprt_retransmit tracepointGravatar Chuck Lever 1-2/+4
2021-08-09SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyGravatar Chuck Lever 1-5/+5
2021-08-09SUNRPC: Update trace flagsGravatar Chuck Lever 1-0/+3
2021-08-09SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsGravatar Chuck Lever 1-34/+0
2021-07-27qdisc: add new field for qdisc_enqueue tracepointGravatar Tonghao Zhang 1-0/+2
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-2/+28
2021-07-21afs: Fix tracepoint string placement with built-in AFSGravatar David Howells 1-5/+62
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Gravatar Qitao Xu 1-0/+26
2021-07-15net_sched: use %px to print skb address in trace_qdisc_dequeue()Gravatar Qitao Xu 1-1/+1