aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2011-12-18ext4: do not reference pa_inode from group_paYongqiang Yang1-3/+3
2011-10-27ext4: optimize ext4_ext_convert_to_initialized()Eric Gouriou1-0/+82
2011-09-09ext4: add some tracepoints in ext4/extents.cAditya Kali1-7/+391
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-8/+79
2011-07-30ext4: change umode_t in tracepoint headers to be an explicit __u16Theodore Ts'o1-8/+8
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds1-4/+2
2011-07-11ext4: Add new ext4 trim tracepointsTao Ma1-0/+49
2011-07-10ext4: add tracepoint for ext4_journal_startTheodore Ts'o1-0/+22
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang1-4/+2
2011-06-06ext4: fixed tracepoints cleanupLukas Czerner1-103/+76
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang1-197/+578
2010-11-08ext4: Add new ext4 inode tracepointsTheodore Ts'o1-0/+97
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-148/+231
2010-10-27ext4,jbd2: convert tracepoints to use major/minor numbersTheodore Ts'o1-125/+204
2010-10-27ext4: don't use ext4_allocation_contexts for tracingEric Sandeen1-22/+29
2010-10-27ext4: fix oops in trace_ext4_mb_release_group_paEric Sandeen1-3/+0
2010-10-27ext4: avoid null dereference in trace_ext4_mballoc_discardWen Congyang1-2/+3
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-3/+5
2010-07-27ext4: fix potential NULL dereference while tracingTheodore Ts'o1-8/+12
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner1-4/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+4
2010-05-17tracing: Convert more ext4 events to DEFINE_EVENTLi Zefan1-44/+17
2010-05-17ext4: Add new tracepoints to track mballoc's buddy bitmap loadsTheodore Ts'o1-0/+33
2010-01-01ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o1-0/+101
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+40
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan1-94/+35
2009-11-24ext4: remove encountered_congestion traceWu Fengguang1-4/+2
2009-11-22ext4: print i_mode in octal in ext4 tracepointsTheodore Ts'o1-4/+4
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o1-7/+9
2009-11-23ext4: add tracepoint for ext4_forget()Theodore Ts'o1-0/+26
2009-09-30ext4: Add a stub for mpage_da_data in the trace headerJosh Stone1-0/+1
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o1-0/+163
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o1-4/+10
2009-09-16ext4: Add a tracepoint for ext4_alloc_da_blocks()Theodore Ts'o1-0/+27
2009-09-14ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o1-2/+4
2009-09-17ext4: fix tracepoint format string warningsTheodore Ts'o1-35/+40
2009-08-31ext4: Add new tracepoint: trace_ext4_da_write_pages()Theodore Ts'o1-0/+34
2009-09-17ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()Theodore Ts'o1-1/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-4/+2
2009-07-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan1-3/+3
2009-06-14ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaocAneesh Kumar K.V1-44/+1
2009-06-20ext4: Fix type warning on 64-bit platforms in tracing events headerTheodore Ts'o1-1/+2
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o1-0/+719