Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7afafc8a44bf0ab841b17d450b02aedb3a138985
/
kernel
/
trace
/
blktrace.c
7afafc8
block: Fix secure erase
by Adrian Hunter
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
59a37f8
blktrace: avoid using timespec
by Arnd Bergmann
· 9 years ago
288dab8
block: add a separate operation type for secure erase
by Christoph Hellwig
· 9 years ago
28a8f0d
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
by Mike Christie
· 9 years ago
3a5e02c
block, drivers: add REQ_OP_FLUSH operation
by Mike Christie
· 9 years ago
1b9a9ab
blktrace: use op accessors
by Mike Christie
· 9 years ago
8d1547e
blktrace: add missed mask name
by Shaohua Li
· 9 years ago
b7d7641
blktrace: delete garbage for message trace
by Shaohua Li
· 9 years ago
a395d6a
kernel/...: convert pr_warning to pr_warn
by Joe Perches
· 9 years ago
16e5c1f
convert a bunch of open-coded instances of memdup_user_nul()
by Al Viro
· 9 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
cdea01b
blktrace: re-write setting q->blk_trace
by Davidlohr Bueso
· 9 years ago
983f938
tracing: Move trace_flags from global to a trace_array field
by Steven Rostedt (Red Hat)
· 9 years ago
b7f0c95
tracing: Pass trace_array into trace_buffer_unlock_commit()
by Steven Rostedt (Red Hat)
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
ff14417
kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()
by Rasmus Villemoes
· 10 years ago
9023c93
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
by Steven Rostedt (Red Hat)
· 10 years ago
caf292a
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
7eca210
blktrace: don't let the sysfs interface remove trace from running list
by Arianna Avanzini
· 10 years ago
f4a1d08
blktrace/tracing: Use trace_seq_has_overflowed() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
68114e5
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
af5040d
blktrace: fix accounting of partially completed requests
by Roman Pen
· 11 years ago
8c1a49a
tracing: Pass trace_array to set_flag callback
by Steven Rostedt (Red Hat)
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
f8c5e94
kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()
by Chen Gang
· 11 years ago
a404d55
blktrace: Send BLK_TN_PROCESS events to all running traces
by Jan Kara
· 11 years ago
ebb3727
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
9e8529a
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
0a82a8d
Revert "block: add missing block_bio_complete() tracepoint"
by Linus Torvalds
· 12 years ago
9ca8f8e
Export blk_fill_rwbs()
by Kent Overstreet
· 13 years ago
12883ef
tracing: Consolidate max_tr into main trace_array structure
by Steven Rostedt (Red Hat)
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
d8a0349
tracing: Use this_cpu_ptr per-cpu helper
by Shan Wei
· 12 years ago
8c1cf6b
block: add @req to bio_{front|back}_merge tracepoints
by Tejun Heo
· 12 years ago
3a366e6
block: add missing block_bio_complete() tracepoint
by Tejun Heo
· 12 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
f4ae40a6
switch debugfs to umode_t
by Al Viro
· 13 years ago
6e5fdee
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
by Paul Gortmaker
· 14 years ago
c09c47c
blktrace: add FLUSH/FUA support
by Namhyung Kim
· 13 years ago
49cac01
block: make unplug timer trace event correspond to the schedule() unplug
by Jens Axboe
· 14 years ago
94b5eb2
block: fixup block IO unplug trace call
by Jens Axboe
· 14 years ago
d9c9783
block: remove block_unplug_timer() trace point
by Jens Axboe
· 14 years ago
805f6b5
blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.
by Tao Ma
· 14 years ago
2d3a849
blktrace: Remove blk_fill_rwbs_rq.
by Tao Ma
· 14 years ago
490da40
blktrace: Don't output messages if NOTIFY isn't set.
by Tao Ma
· 14 years ago
797a455
block: ensure that completion error gets properly traced
by Jens Axboe
· 14 years ago
23036f1
blktrace: add missing probe argument to block_bio_complete
by Mathieu Desnoyers
· 14 years ago
d07335e
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.
by Mike Snitzer
· 14 years ago
02e031c
block: remove REQ_HARDBARRIER
by Christoph Hellwig
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
01b284f
blktrace: remove the big kernel lock
by Arnd Bergmann
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
8d57a98
block: add secure discard
by Adrian Hunter
· 14 years ago
62c2a7d
block: push BKL into blktrace ioctls
by Arnd Bergmann
· 15 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
546cf44
blktrace: Fix new kernel-doc warnings
by Randy Dunlap
· 15 years ago
a9a5776
tracing: Allow events to share their print functions
by Steven Rostedt
· 15 years ago
38516ab
tracing: Let tracepoints have data passed to tracepoint callbacks
by Steven Rostedt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9a8c28c
blktrace: perform cleanup after setup error
by Dmitry Monakhov
· 15 years ago
b0da3f0
Add a tracepoint for block request remapping
by Jun'ichi Nomura
· 15 years ago
48c0d4d
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
by Zdenek Kabelac
· 15 years ago
ed011b2
Merge commit 'v2.6.31-rc9' into tracing/core
by Ingo Molnar
· 15 years ago
e77405a
tracing: pass around ring buffer instead of tracer
by Steven Rostedt
· 15 years ago
39cbb60
Remove double removal of blktrace directory
by Alan D. Brunelle
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
5578213
tracing/events: convert block trace points to TRACE_EVENT()
by Li Zefan
· 16 years ago
fd51d25
blktrace: remove debugfs entries on bad path
by Stefan Raspl
· 16 years ago
04986257
blktrace: pdu_buf of pc events should be unsigned
by Li Zefan
· 16 years ago
2e46e8b
block: drop request->hard_* and *nr_sectors
by Tejun Heo
· 16 years ago
5b93629
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
by Tejun Heo
· 16 years ago
22a7c31
blktrace: from-sector redundant in trace_block_remap
by Alan D. Brunelle
· 16 years ago
a42aaa3
blktrace: correct remap names
by Alan D. Brunelle
· 16 years ago
f3948f8
blktrace: fix context-info when mixed-using blk tracer and trace events
by Li Zefan
· 16 years ago
1d54ad6
blktrace: add trace/ to /sys/block/sda
by Li Zefan
· 16 years ago
9908c30
blktrace: support per-partition tracing for ftrace plugin
by Li Zefan
· 16 years ago
d0deef5
blktrace: support per-partition tracing
by Shawn Du
· 16 years ago
66de779
blktrace: fix output of BLK_TC_PC events
by Li Zefan
· 16 years ago
b78825d
blktrace: fix output of unknown events
by Li Zefan
· 16 years ago
9eb8512
blktrace: pass the right pointer to kfree()
by Li Zefan
· 16 years ago
e2494e1
blktrace: fix pdu_len when tracing packet command requests
by Li Zefan
· 16 years ago
7635b03
blktrace: small cleanup in blk_msg_write()
by Li Zefan
· 16 years ago
a4b3ada
blktrace: NUL-terminate user space messages
by Carl Henrik Lunde
· 16 years ago
18cea45
blktrace: print out BLK_TN_MESSAGE properly
by Li Zefan
· 16 years ago
b6a4b0c
blktrace: extract duplidate code
by Li Zefan
· 16 years ago
ad5dd54
blktrace: fix memory leak when freeing struct blk_io_trace
by Li Zefan
· 16 years ago
17ba97e
blktrace: fix blk_probes_ref chaos
by Li Zefan
· 16 years ago
35ac51b
blktrace: make classic output more classic
by Li Zefan
· 16 years ago
eb08f8e
blktrace: fix off-by-one bug
by Li Zefan
· 16 years ago
5554720
blktrace: fix the original blktrace
by Li Zefan
· 16 years ago
b5230b5
blktrace: fix a race when creating blk_tree_root in debugfs
by Li Zefan
· 16 years ago
6c051ce
blktrace: fix timestamp in binary output
by Li Zefan
· 16 years ago
0934199
blktrace: print human-readable act_mask
by Li Zefan
· 16 years ago
e0dc81b
blktrace: fix t_error()
by Li Zefan
· 16 years ago
6579634
blktrace: fix wrong calculation of RWBS
by Li Zefan
· 16 years ago
Next »