index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
ext4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: optimize ext4_ext_convert_to_initialized()
Eric Gouriou
2011-10-27
1
-0
/
+82
*
ext4: add some tracepoints in ext4/extents.c
Aditya Kali
2011-09-09
1
-7
/
+391
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-08-01
1
-8
/
+79
|
\
|
*
ext4: change umode_t in tracepoint headers to be an explicit __u16
Theodore Ts'o
2011-07-30
1
-8
/
+8
|
*
ext4: Add new ext4 trim tracepoints
Tao Ma
2011-07-11
1
-0
/
+49
|
*
ext4: add tracepoint for ext4_journal_start
Theodore Ts'o
2011-07-10
1
-0
/
+22
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
2011-07-26
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
writeback: remove writeback_control.more_io
Wu Fengguang
2011-06-08
1
-4
/
+2
*
|
ext4: fixed tracepoints cleanup
Lukas Czerner
2011-06-06
1
-103
/
+76
|
/
*
ext4: add more tracepoints and use dev_t in the trace buffer
Jiaying Zhang
2011-03-21
1
-197
/
+578
*
ext4: Add new ext4 inode tracepoints
Theodore Ts'o
2010-11-08
1
-0
/
+97
*
Merge branch 'next' into upstream-merge
Theodore Ts'o
2010-10-27
1
-148
/
+231
|
\
|
*
ext4,jbd2: convert tracepoints to use major/minor numbers
Theodore Ts'o
2010-10-27
1
-125
/
+204
|
*
ext4: don't use ext4_allocation_contexts for tracing
Eric Sandeen
2010-10-27
1
-22
/
+29
|
*
ext4: fix oops in trace_ext4_mb_release_group_pa
Eric Sandeen
2010-10-27
1
-3
/
+0
|
*
ext4: avoid null dereference in trace_ext4_mballoc_discard
Wen Congyang
2010-10-27
1
-2
/
+3
*
|
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2010-10-26
1
-3
/
+5
|
/
*
ext4: fix potential NULL dereference while tracing
Theodore Ts'o
2010-07-27
1
-8
/
+12
*
writeback: pay attention to wbc->nr_to_write in write_cache_pages
Dave Chinner
2010-06-08
1
-4
/
+1
*
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
1
-2
/
+4
*
tracing: Convert more ext4 events to DEFINE_EVENT
Li Zefan
2010-05-17
1
-44
/
+17
*
ext4: Add new tracepoints to track mballoc's buddy bitmap loads
Theodore Ts'o
2010-05-17
1
-0
/
+33
*
ext4: Add new tracepoints to debug delayed allocation space functions
Theodore Ts'o
2010-01-01
1
-0
/
+101
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2009-12-10
1
-14
/
+40
|
\
|
*
ext4: remove encountered_congestion trace
Wu Fengguang
2009-11-24
1
-4
/
+2
|
*
ext4: print i_mode in octal in ext4 tracepoints
Theodore Ts'o
2009-11-22
1
-4
/
+4
|
*
ext4: call ext4_forget() from ext4_free_blocks()
Theodore Ts'o
2009-11-23
1
-7
/
+9
|
*
ext4: add tracepoint for ext4_forget()
Theodore Ts'o
2009-11-23
1
-0
/
+26
*
|
tracing: Convert some ext4 events to DEFINE_TRACE
Li Zefan
2009-11-26
1
-94
/
+35
|
/
*
ext4: Add a stub for mpage_da_data in the trace header
Josh Stone
2009-09-30
1
-0
/
+1
*
ext4: Use tracepoints for mb_history trace file
Theodore Ts'o
2009-09-30
1
-0
/
+163
*
ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks
Theodore Ts'o
2009-09-29
1
-4
/
+10
*
ext4: Add a tracepoint for ext4_alloc_da_blocks()
Theodore Ts'o
2009-09-16
1
-0
/
+27
*
ext4: Fix include/trace/events/ext4.h to work with Systemtap
Theodore Ts'o
2009-09-14
1
-2
/
+4
*
ext4: fix tracepoint format string warnings
Theodore Ts'o
2009-09-17
1
-35
/
+40
*
ext4: Add new tracepoint: trace_ext4_da_write_pages()
Theodore Ts'o
2009-08-31
1
-0
/
+34
*
ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()
Theodore Ts'o
2009-09-17
1
-1
/
+1
*
writeback: get rid of wbc->for_writepages
Jens Axboe
2009-09-16
1
-4
/
+2
*
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-07-14
1
-3
/
+3
|
\
|
*
tracing/events: Move TRACE_SYSTEM outside of include guard
Li Zefan
2009-07-13
1
-3
/
+3
*
|
ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc
Aneesh Kumar K.V
2009-06-14
1
-44
/
+1
*
|
ext4: Fix type warning on 64-bit platforms in tracing events header
Theodore Ts'o
2009-06-20
1
-1
/
+2
|
/
*
ext4: convert instrumentation from markers to tracepoints
Theodore Ts'o
2009-06-17
1
-0
/
+719