1. 9b24b42 Update git tree references by Jens Axboe · 2 weeks ago master
  2. ece6cc2 blktrace: support protocol version 8 by Johannes Thumshirn · 5 weeks ago
  3. a7cd5b1 blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace by Johannes Thumshirn · 5 weeks ago
  4. 614c58f blkparse: add zoned commands to fill_rwbs() by Johannes Thumshirn · 5 weeks ago
  5. d302cb7 blkparse: parse zone (un)plug actions by Johannes Thumshirn · 5 weeks ago
  6. 294b572 blkparse: natively parse blk_io_trace2 by Johannes Thumshirn · 5 weeks ago
  7. 7e0e763 blkparse: use blk_io_trace2 internally by Johannes Thumshirn · 5 weeks ago
  8. c79c9cb blktrace: rename trace_to_cpu to bit_trace_to_cpu by Johannes Thumshirn · 5 weeks ago
  9. 4475f0f blktrace: pass magic to verify_trace by Johannes Thumshirn · 5 weeks ago
  10. 5a4b378 blktrace: pass magic to CHECK_MAGIC macro by Johannes Thumshirn · 5 weeks ago
  11. b86ecea blkiomon: read 'magic' first by Johannes Thumshirn · 5 weeks ago
  12. 5653f26 blkparse: make get_pdulen() take the pdu_len by Johannes Thumshirn · 5 weeks ago
  13. c1b026f blkparse: skip unsupported protocol versions by Johannes Thumshirn · 5 weeks ago
  14. d627b9f blkparse: factor out reading of a singe blk_io_trace event by Johannes Thumshirn · 5 weeks ago
  15. 43da1fe blkparse: read 'magic' first by Johannes Thumshirn · 5 weeks ago
  16. a40c8fb blkparse: pass magic to get_magic by Johannes Thumshirn · 5 weeks ago
  17. 26281f8 blktrace: add definitions for blk_io_trace2 by Johannes Thumshirn · 5 weeks ago
  18. de7027a blktrace: change size of action to 64 bits by Johannes Thumshirn · 5 weeks ago
  19. de46aab blktrace: add definitions for BLKTRACESETUP2 by Johannes Thumshirn · 5 weeks ago
  20. ab25c60 blkparse: fix compiler warning by Johannes Thumshirn · 5 weeks ago
  21. 7d93035 blktrace: fix comment for struct blk_trace_setup: by Johannes Thumshirn · 5 weeks ago
  22. f9bd00d blkparse: Fix a potential coredump issue by Kou Wenqi · 9 months ago
  23. 16b952f doc: update RWBS descriptions by Stefan Hajnoczi · 11 months ago
  24. f49e7de iowatcher: Calculate ios_in_flight per trace by Igor Pylypiv · 1 year, 3 months ago
  25. 1836be5 fix hang when BLKTRACESETUP fails and "-o -" is used by Eric Sandeen · 1 year, 7 months ago
  26. b9ea6e5 doc: btrace: fix wrong format on doc by Fukui Daichi · 2 years ago
  27. 7f5d2c5 blkparse: fix incorrectly sized memset in check_cpu_map by Jeff Mahoney · 4 years, 2 months ago
  28. ac416ab blkparse: skip check_cpu_map with pipe input by Jeff Mahoney · 4 years, 2 months ago
  29. 3a1b136 blktrace: exit directly when nthreads_running != ncpus in run_tracers() by lijinlin · 4 years, 6 months ago
  30. 366d30b blktrace 1.3.0 by Jens Axboe · 4 years, 7 months ago blktrace-1.3.0
  31. dc24c67 blkparse: Print time when trace was started by Jan Kara · 5 years ago
  32. 2ec0bb0 blktrace: inclusive terminology by Eric Sandeen · 4 years, 10 months ago
  33. a021a33 blkparse: Print PID information for TN_MESSAGE events by Jan Kara · 6 years ago
  34. f442a04 iowatcher: Handle cgroup information by Jan Kara · 6 years ago
  35. 2d6a688 iowatcher: Use blktrace_api.h by Jan Kara · 6 years ago
  36. 7238673 blkparse: Handle cgroup information by Jan Kara · 6 years ago
  37. e81829a blkparse: Fix up the sector and length of split completions by Andreas Gruenbacher · 6 years ago
  38. a61c067 blkparse: Initialize and test for undefined request tracking timestamps by Andreas Gruenbacher · 6 years ago
  39. 9cd3ca7 blkparse: Allow request tracking on non md/dm devices by Andreas Gruenbacher · 6 years ago
  40. 3c667f3 blkparse: Fix device in event tracking error messages by Andreas Gruenbacher · 6 years ago
  41. db4f634 btt_plot.py: Use `with open() as ...` context manager by Vincent Legoll · 6 years ago
  42. 7b2525a bno_plot.py: Fix pylint: singleton-comparison by Vincent Legoll · 6 years ago
  43. 9bf5f88 bno_plot.py: Fix pylint: len-as-condition by Vincent Legoll · 6 years ago
  44. af756d5 btt_plot.py: Fix pylint: no-else-return by Vincent Legoll · 6 years ago
  45. e984bd6 btt_plot.py: Fix pylint: singleton-comparison by Vincent Legoll · 6 years ago
  46. 592c70d btt_plot.py: Fix pylint: len-as-condition by Vincent Legoll · 6 years ago
  47. fd3766e btt_plot.py: Fix pylint: wrong-import-order by Vincent Legoll · 6 years ago
  48. 0d7a377 bno_plot.py: Use `with open() as ...` context manager to automatically handle close() by Vincent Legoll · 6 years ago
  49. edb0360 bno_plot.py: Use shutil.rmtree() instead of os.system('/bin/rm') by Vincent Legoll · 6 years ago
  50. 86c6ec2 btt_plot.py: Use sum() instead of open-coding it to compute list average by Vincent Legoll · 6 years ago
  51. f4f8ef7 fix parallel build of btt and blkiomon by Gwendal Grignou · 6 years ago
  52. 9c73da9 doc: tex: add absolute timestamp printing option by Hiroaki Mihara · 6 years ago
  53. 918e979 blkparse: fix absolute timestamp when reading from file by Hiroaki Mihara · 6 years ago
  54. d025d6c blkparse: split off the timestamp correction code in to a separate function by Hiroaki Mihara · 6 years ago
  55. 09feee8 blkparse: man: add absolute timestamp printing option by Hiroaki Mihara · 6 years ago
  56. 667ac92 btreplay: fix device IO remap functionality by Ignat Korchagin · 6 years ago
  57. a7263b8 blkparse: add support sort program by io event by Weiping Zhang · 7 years ago
  58. 10df4b6 iowatcher: spawn NPROCESSORS_ONLN for rsvg-convert-s by Jeff Moyer · 7 years ago
  59. f011d96 iowatcher: don't add Q events to the io hash by Jeff Moyer · 7 years ago
  60. 70d5ca2 make btt scripts python3-ready by Eric Sandeen · 8 years ago
  61. d61ff40 btt: make device/devno use PATH_MAX to avoid overflow by Jens Axboe · 8 years ago
  62. 93d9e5b blkparse: add documetation for 'R' requeue request by Weiping Zhang · 8 years ago
  63. 8349ad2 blkparse: remove duplicated entry for flag M by Weiping Zhang · 8 years ago
  64. e63098f blktrace: don't stop tracer if not setup trace successfully by weiping zhang · 8 years ago
  65. 519fd9a fix parallel build failures by Robin H. Johnson · 8 years ago
  66. d1398e3 respect LDFLAGS when linking programs by Robin H. Johnson · 8 years ago
  67. 8fc451c btt: Fix overlapping IO stats. by Gwendal Grignou · 8 years ago
  68. 07d76e1 btt/devs: silence warning on sprintf overflow by Jens Axboe · 8 years ago
  69. dae2f95 jhash: fix annoying gcc fall through warnings by Jens Axboe · 8 years ago
  70. cca113f Blktrace 1.2.0 by Jens Axboe · 8 years ago blktrace-1.2.0
  71. ab6809d blktrace: abort if device ioctl setup fails by Jens Axboe · 8 years ago
  72. 8772bc4 blktrace: Create empty output files for non-existent cpus by Jan Kara · 9 years ago
  73. d7a1f72 blktrace: Reorganize creation of output file name by Jan Kara · 9 years ago
  74. d045a70 blktrace: Add support for sparse CPU numbers by Jan Kara · 9 years ago
  75. d1ab783 iowatcher: link with -lrt by Thomas Petazzoni · 9 years ago
  76. 86596c7 blktrace: remove -k from manpage synopsis by Eric Sandeen · 10 years ago
  77. 7644909 Fixup graph name in help text by Jan Kara · 10 years ago
  78. 765676b Separate prefix in legend with space by Jan Kara · 10 years ago
  79. 8a54409 Don't prepend blktrace destination dir if we didn't run blktrace by Jan Kara · 10 years ago
  80. ca215e9 Zero sectors are strange by Jan Kara · 10 years ago
  81. 1200fd0 btt: Replace overlapping IO by Jan Kara · 10 years ago
  82. 4019edf iowatcher: Use queue events if issue not available by Jan Kara · 10 years ago
  83. f53e6d2 Process notify events outside of given interval by Jan Kara · 10 years ago
  84. 5122a87 Use maximum over all traces for queue depth by Jan Kara · 10 years ago
  85. b18f4c1 Better max estimate for line graphs by Jan Kara · 10 years ago
  86. d142255 btt/unplug_hist: fix bad memset by Jens Axboe · 10 years ago
  87. cbd4bc0 btreplay: remove timestamps by Olaf Hering · 11 years ago
  88. 747f0e2 btreplay: make Ctrl-C work by Roman Pen · 10 years ago
  89. 7338236 btreplay: fix sched_{set|get}affinity by Roman Pen · 10 years ago
  90. f6541f7 btreplay: fix memory corruption caused by CPU_ZERO_S by Roman Pen · 10 years ago
  91. 80c4041 blktrace: Use number of online CPUs by Abutalib Aghayev · 10 years ago
  92. 8a12097 Add the "-a discard" filter option to the blktrace.8 man page by John Groves · 10 years ago
  93. dd093eb Fix warnings on newer gcc by Jens Axboe · 10 years ago
  94. f55e6d1 include sys/types.h for dev_t definition by Khem Raj · 10 years ago
  95. 2564a60 btreplay: Fix typo in scaling up the dynamic cpu set size. by Josef Cejka · 10 years ago
  96. 88d38b4 Refer to sda instead of hda in man pages by Olaf Hering · 11 years ago
  97. 2cf87e6 iowatcher: wrap system() in a checker function by Jens Axboe · 11 years ago
  98. 558a088 Merge branch 'for-upstream' of https://github.com/andyprice/blktrace by Jens Axboe · 11 years ago
  99. f15d760 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/blktrace by Jens Axboe · 11 years ago
  100. a92868d Add iowatcher requirements to README by Andrew Price · 11 years ago