1. 4c3ecec Enable quiet build mode, enable by default by Jens Axboe · 16 years ago
  2. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  3. 24ffd2c Add close_files() that closes all files by Jens Axboe · 16 years ago
  4. de8dd11 Only initialize random map if we are actually going to use it by Jens Axboe · 16 years ago
  5. f63f7f3 Fix potential crash in terminate_threads() by Jens Axboe · 16 years ago
  6. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 16 years ago
  7. af4bab5 Fix bad inlining in mutex.h by Jens Axboe · 16 years ago
  8. 323d911 Fix recursive dump of options by Jens Axboe · 16 years ago
  9. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 16 years ago
  10. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 16 years ago
  11. c0a5d35 fio.1: add section option and remove spurious command text by Aaron Carroll · 16 years ago
  12. 982016d extend_file need continue when the file exists by Zhang, Yanmin · 16 years ago
  13. f3de88a Move syslet/indirect bits into the OS specific directory by Jens Axboe · 16 years ago
  14. 6ae1f57 Remove dead FIO_FILE_EXISTS flag by Jens Axboe · 16 years ago
  15. 8ce9cd3 prune_io_piece_log() also needs to take list into account by Jens Axboe · 16 years ago
  16. 9b23c9f Remove dead FIO_FILE_NOSORT flag by Jens Axboe · 16 years ago
  17. 357f618 fix hugepage-size type mismatch by Aaron Carroll · 16 years ago
  18. a1dedc1 account for delayed jobs when reaping threads by Aaron Carroll · 16 years ago
  19. 509df2b Fio 1.19 by Jens Axboe · 16 years ago
  20. c09823a Don't always print usage info by Jens Axboe · 16 years ago
  21. 811a0d0 Mention new --debug=random option in README by Jens Axboe · 16 years ago
  22. 84422ac More random fixes by Jens Axboe · 16 years ago
  23. c299e03 Fix TO_MAP_BLOCK() taking offset into account twice by Jens Axboe · 16 years ago
  24. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 16 years ago
  25. 7d6a890 Cleanup parse_cmd_line() by Jens Axboe · 16 years ago
  26. 01f06b6 Add --section command line option by Jens Axboe · 16 years ago
  27. 536582b Exit on bad command line options by Jens Axboe · 16 years ago
  28. 062c602 Add/correct missing command line options in help text by Jens Axboe · 16 years ago
  29. 19e8257 Fio 1.18.1 by Jens Axboe · 16 years ago
  30. 51b6996 Fix typo in mark_random_map() by Jens Axboe · 16 years ago
  31. b9c5b64 Fix random location generation with offset != 0 by Jens Axboe · 16 years ago
  32. 36ecec8 fio: HOWTO update by Gurudas Pai · 16 years ago
  33. 7971314 Verify doesn't really work on mixed read/write workloads, so warn by Jens Axboe · 16 years ago
  34. c475da7 Fix misplaced exit(0) in cpus_allowed setting by Jens Axboe · 16 years ago
  35. e05af9e fio: minor HOWTO fix by Gurudas Pai · 16 years ago
  36. 9183788 man page update by Jens Axboe · 16 years ago
  37. dbe1a01 Fio 1.18 by Jens Axboe · 16 years ago
  38. 4ba6613 Fix offset retrieval problem for read and write having different bs ranges by Jens Axboe · 16 years ago
  39. 97e8cd4 parser: always set off3/4 even if we have more by Jens Axboe · 16 years ago
  40. cc9159c sync engine: missing fsync check in vsync by Jens Axboe · 16 years ago
  41. 1d2af02 Add vsync io engine by Jens Axboe · 16 years ago
  42. 163f849 Improve depth marking by Jens Axboe · 16 years ago
  43. e4f54ad Decrement io_issue count when requeuing an io_u by Jens Axboe · 16 years ago
  44. b271fe6 Add debug trace for io_u_queue_complete() by Jens Axboe · 16 years ago
  45. 1e3c09a Don't allow FIO_SYNCIO io engine flag to override queue depth by Jens Axboe · 16 years ago
  46. 2bd3eab sync engine: cleanup psync/sync seperation by Jens Axboe · 16 years ago
  47. 47bc8bc Don't force iodepth == 1 for SYNC io engine by Jens Axboe · 16 years ago
  48. 108fcc1 Fix bug in fio mutex initialization by Zhang, Yanmin · 16 years ago
  49. d4ac64c Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  50. 8172fe9 A few debug debug log fixes by Jens Axboe · 16 years ago
  51. 79e48f7 Add option for not including the tracing stuff by Jens Axboe · 16 years ago
  52. bd6f78b Add blktrace and verify debug tracing by Jens Axboe · 16 years ago
  53. d0656a9 CPU burn engine fix by Jens Axboe · 16 years ago
  54. 2ba1c29 A bunch of fixes by Jens Axboe · 16 years ago
  55. 691394d Typo in 'init' debug option mask by Jens Axboe · 16 years ago
  56. ee56ad5 Add --debug for enabling internal dumps on various actions by Jens Axboe · 16 years ago
  57. 886a2b5 Stop job if it fails to do any IO for a new invocation by Jens Axboe · 16 years ago
  58. 01680f3 Fio 1.17.3 by Jens Axboe · 16 years ago
  59. 259693e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 16 years ago
  60. d9d91e3 Fix wrong accouning of zone bytes by Jens Axboe · 16 years ago
  61. 273f8c9 Random IO fixes by Jens Axboe · 16 years ago
  62. 65bdb10 More file extend fixes by Jens Axboe · 16 years ago
  63. 587af92 file extent fix by Gurudas Pai · 16 years ago
  64. 89e820f Update iodepth_batch documentation by Jens Axboe · 16 years ago
  65. a2e6f8a Make iodepth_batch=1 by default by Jens Axboe · 16 years ago
  66. 5e00c2c libio: fix bug in commit hook by Jens Axboe · 16 years ago
  67. f51dcaf surface-scan: make bs 64k again by Jens Axboe · 16 years ago
  68. 04d04cd Add sample file for surface scan by Shawn Lewis · 16 years ago
  69. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 16 years ago
  70. fc74ac1 Don't truncate files if we don't need to extend them by Shawn Lewis · 16 years ago
  71. aa31f1f Add fill_device option by Shawn Lewis · 16 years ago
  72. 8f9cc4a fio: Fix for new file creation by Gurudas Pai · 17 years ago
  73. 45378b3 Show fio help page when no arguments are given by Jens Axboe · 17 years ago
  74. 509eab1 Overflow bugs in random map by Jens Axboe · 17 years ago
  75. d090f6f Add Intel IOMeter file access server example job file by Jens Axboe · 17 years ago
  76. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  77. 757aff4 '1' is minimum value for queue depth, don't allow 0 by Jens Axboe · 17 years ago
  78. e6026f9 syslet: we have fls(), use it for rounding ring size up by Jens Axboe · 17 years ago
  79. a3cc770 unsigned vs signed warnings by Jens Axboe · 17 years ago
  80. 11a65bf syslet: can't free the stack by Jens Axboe · 17 years ago
  81. 1e20499 Change io engine version by Jens Axboe · 17 years ago
  82. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 17 years ago
  83. 4a88edf syslet: cleanup event reaping by Jens Axboe · 17 years ago
  84. db6defc syslet: add proper read barrier between user_tail and completion read by Jens Axboe · 17 years ago
  85. c6effc3 syslet: error handling by Jens Axboe · 17 years ago
  86. 05f6a17 syslet: make sure ring buffer is a power-of-2 by Jens Axboe · 17 years ago
  87. e81f734 syslet: memory allocation error handling by Jens Axboe · 17 years ago
  88. ad532d7 Add kcompat.h by Jens Axboe · 17 years ago
  89. 12cbb46 syslet: update to -v7 as posted by Zach by Jens Axboe · 17 years ago
  90. 056f345 Fix failure in opening files with O_NOATIME by Aaron Carroll · 17 years ago
  91. 046ee30 Update HOWTO terse description by Shawn Lewis · 17 years ago
  92. 1092731 fix utime_since overflow by Shawn Lewis · 17 years ago
  93. 8670579 don't log iopiece when do_verify is off by Shawn Lewis · 17 years ago
  94. d9956b6 fio.1: minor fixes by Aaron Carroll · 17 years ago
  95. ac68478 Seperate ioprio value from setting by Jens Axboe · 17 years ago
  96. 64d04e4 Fio 1.17.2 by Jens Axboe · 17 years ago
  97. 4381960 Fix spurious eta output by Aaron Carroll · 17 years ago
  98. b4c5e1a More cpu engine fixes by Jens Axboe · 17 years ago
  99. 5a32012 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  100. 1f809d1 Fixes for CPU burn engine by Jens Axboe · 17 years ago