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