1. bb06755 Fix io_u depth array size by David Nellans · 14 years ago
  2. 562c2d2 Add some comments around the terse output by David Nellans · 14 years ago
  3. 0546381 num2str fixes by Jens Axboe · 14 years ago
  4. 1ec3d69 Implement a better num2str() by Jens Axboe · 14 years ago
  5. bd4d7e1 Merge branch 'master' of ssh://router.home.kernel.dk/data/git/fio by Jens Axboe · 14 years ago
  6. 92a3d86 Revert "Improvements for num2str()" by Jens Axboe · 14 years ago
  7. ef5249d Improvements for num2str() by Jens Axboe · 14 years ago
  8. ae3fb6f Add missing option type by Jens Axboe · 14 years ago
  9. c8dcfd7 Merge branch 'master' of ssh://router.home.kernel.dk/data/git/fio by Jens Axboe · 14 years ago
  10. 3410599 binject: use WRITE, not WRITEZERO by Jens Axboe · 14 years ago
  11. 4b3b73f Merge branch 'master' of ssh://router.home.kernel.dk/data/git/fio by Jens Axboe · 14 years ago
  12. 79a4318 Add binject IO engine by Jens Axboe · 14 years ago
  13. 1c04bf7 Align memory buffers for RAW io engines by Jens Axboe · 14 years ago
  14. 6277622 Fixup bad format of replay_no_stall option by Jens Axboe · 14 years ago
  15. d708ac5 Fix assert by Jens Axboe · 14 years ago
  16. a917a8b Trim/discard fixes by Jens Axboe · 14 years ago
  17. 477a6d4 Fix libaio prep by Jens Axboe · 14 years ago
  18. 1d7f28e Remove debug TRIM #error by Jens Axboe · 14 years ago
  19. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  20. d1c46c0 Add support for redirection replay of blktrace traces to another device by David Nellans · 14 years ago
  21. 684de9c Fio 1.43.2 by Jens Axboe · 14 years ago
  22. 2039ab1 Fix bug with probing block size by Jens Axboe · 14 years ago
  23. 2084d7b Fio 1.43.1 by Jens Axboe · 14 years ago
  24. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  25. 825f818 Add missing types to io_u_log_error() by Jens Axboe · 14 years ago
  26. 14e7b60 Add missing types to log_io_u() by Jens Axboe · 14 years ago
  27. 0b80f9c Fix access of freed memory by Jens Axboe · 14 years ago
  28. 9446dbd Bad style by Jens Axboe · 14 years ago
  29. aabbe9b Fio 1.43 by Jens Axboe · 14 years ago
  30. 87e7a97 Mark "read_iolog" as a parent for "replay_no_stall" by Jens Axboe · 14 years ago
  31. 64bbb86 Add option to skip delays when replaying traces by David Nellans · 14 years ago
  32. 49ffb4a Fix blktrace replay by Jens Axboe · 14 years ago
  33. c2509cd Fio 1.43-rc1 by Jens Axboe · 14 years ago
  34. 09a3240 Fixup misuse of get_cpu_clock() by Jens Axboe · 14 years ago
  35. 282cc16 Add comment on why fallocate is disabled on AIX by Jens Axboe · 14 years ago
  36. 04924a1 Update OS support line by Jens Axboe · 14 years ago
  37. 8e239ca Cleanup MSG_DONTWAIT by Jens Axboe · 14 years ago
  38. 2995607 Bad indentation by Jens Axboe · 14 years ago
  39. 20d61df AIX fixups by Jens Axboe · 14 years ago
  40. eb078db Add comment as to where getopt_long.c came from by Jens Axboe · 14 years ago
  41. bf2e821 Add support for AIX by Cigy Cyriac · 14 years ago
  42. f5886fe Not all platforms have MSG_DONTWAIT by Cigy Cyriac · 14 years ago
  43. 85bc833 Fix bad casting of unsigned long long to unsigned long by Cigy Cyriac · 14 years ago
  44. 5f39d8f Add get_cpu_clock() for powerpc by Cigy Cyriac · 14 years ago
  45. 304a47c Reduce thread stack size by bart Van Assche · 14 years ago
  46. 2da7df1 Reduce stack consumption in blktrace load by Jens Axboe · 14 years ago
  47. a1a8da1 Fix leak when finding aliases in the log rbtree by Jens Axboe · 14 years ago
  48. 1d1c187 Fix bad deref of memory in parser by Jens Axboe · 14 years ago
  49. 38dad62 Add rw_sequencer option by Jens Axboe · 14 years ago
  50. 5736c10 Rename ddir_nr -> ddir_seq_nr by Jens Axboe · 14 years ago
  51. a5f3027 Initial commit for TRIM/DISCARD support by Jens Axboe · 14 years ago
  52. 366badd Have cscope look in subdirs too by Jens Axboe · 14 years ago
  53. f86aaa7 Fio 1.42 by Jens Axboe · 14 years ago
  54. 10e8a7b No need to use specific flag for io_u fill length by Radha Ramachandran · 14 years ago
  55. 808def7 Really fix broken option length check by Jens Axboe · 14 years ago
  56. 9522850 Turn io_u filled variable into a flag by Jens Axboe · 14 years ago
  57. cbe8d75 Reuse filled pattern by Radha Ramachandran · 14 years ago
  58. 0dd2d11 Fio 1.41.6 by Jens Axboe · 14 years ago
  59. 093729f Only flag sync_file_range() support for newer Linux versions by Jens Axboe · 14 years ago
  60. 525c2bf Update documentation on new terse format and add version number by Jens Axboe · 14 years ago
  61. a5737c9 Fix startdelay option with s/m/h/d postfix by Jens Axboe · 14 years ago
  62. e0ab5f9 crc32c-intel: replace SIGILL approach with cpuid by Jens Axboe · 14 years ago
  63. 10accd7 fix posix_fallocate() return value usage by Greg Edwards · 14 years ago
  64. 3a8600b gracefully handle full /tmp file system by Greg Edwards · 14 years ago
  65. 18a56e5 Fio 1.41.5 by Jens Axboe · 14 years ago
  66. 743ed83 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 14 years ago
  67. 4cf1abc Revert "fix 1000 vs kb_base confusion in show_run_stats." by Jens Axboe · 14 years ago
  68. d666726 Documentation update by Jens Axboe · 14 years ago
  69. c9c20f0 Fio 1.41.4 by Jens Axboe · 14 years ago
  70. 4ccdccd Add chardev size getting by Jens Axboe · 14 years ago
  71. 02af098 Add total latency log by Jens Axboe · 14 years ago
  72. 2fa55e9 Fix FreeBSD warning by Jens Axboe · 14 years ago
  73. aa5e69b Add real blockdev_size() for FreeBSD by Jens Axboe · 14 years ago
  74. 68b0316 Make fill_device detect bdev sizes too by Jens Axboe · 14 years ago
  75. 996093b Fix man page documentation for verify_pattern by Jens Axboe · 14 years ago
  76. 57fc29f Allow use of KiB etc to give explicit base 10 multiplies by Jens Axboe · 14 years ago
  77. 1f53e9d fix 1000 vs kb_base confusion in show_run_stats. by YAMAMOTO Takashi · 14 years ago
  78. 6ff42e9 posixaio: return any ready event in ->getevents() by Jens Axboe · 14 years ago
  79. 907249c Add off64_t to FreeBSD by Jens Axboe · 14 years ago
  80. 1727951 Fio 1.41.3 by Jens Axboe · 14 years ago
  81. 637ef8d Speedup verify random fills by 10-15x by Jens Axboe · 14 years ago
  82. 0539d75 Documentation update by Jens Axboe · 14 years ago
  83. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  84. fb47e9a Missing new line by Jens Axboe · 14 years ago
  85. 904dc32 Cleanup up SIGILL for crc32c-intel by Jens Axboe · 14 years ago
  86. 6f87418 Add documentation for verify_backlog and verify_backlog_batch by Jens Axboe · 14 years ago
  87. 4dc8506 Fio 1.41.2 by Jens Axboe · 14 years ago
  88. b8d541d Fix disk util for slaves by Jens Axboe · 14 years ago
  89. 90b97ac Do diskutil check earlier by Jens Axboe · 14 years ago
  90. 4cc829d Fio 1.41.1 by Jens Axboe · 14 years ago
  91. 968b605 Fix a bug with multiple files in the same io_piece rbtree by Jens Axboe · 14 years ago
  92. c604fb8 Fio 1.41 by Jens Axboe · 14 years ago
  93. f3e6cb9 Verify fatal fixups by Jens Axboe · 14 years ago
  94. c9b4403 Error reporting fixups for meta/pattern verifies by Jens Axboe · 14 years ago
  95. 32c17ad Include file name in offset failure by Jens Axboe · 14 years ago
  96. bfacf38 Unified verify failure error reporting by Jens Axboe · 14 years ago
  97. 7b4cb13 parser: match on length of argument, not potential value by Jens Axboe · 14 years ago
  98. 936216f First step in unified crc error logging by Jens Axboe · 14 years ago
  99. 0030b18 Fio 1.40 by Jens Axboe · 14 years ago
  100. 2f1b8e8 Revert "Only apply verify interval to meta verifier, which uses it" by Jens Axboe · 14 years ago