1. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 16 years ago
  2. 1e3c09a Don't allow FIO_SYNCIO io engine flag to override queue depth by Jens Axboe · 16 years ago
  3. bd6f78b Add blktrace and verify debug tracing by Jens Axboe · 17 years ago
  4. 2ba1c29 A bunch of fixes by Jens Axboe · 17 years ago
  5. ee56ad5 Add --debug for enabling internal dumps on various actions by Jens Axboe · 17 years ago
  6. 886a2b5 Stop job if it fails to do any IO for a new invocation by Jens Axboe · 17 years ago
  7. aa31f1f Add fill_device option by Shawn Lewis · 17 years ago
  8. 1092731 fix utime_since overflow by Shawn Lewis · 17 years ago
  9. ac68478 Seperate ioprio value from setting by Jens Axboe · 17 years ago
  10. b4c5e1a More cpu engine fixes by Jens Axboe · 17 years ago
  11. 1f809d1 Fixes for CPU burn engine by Jens Axboe · 17 years ago
  12. e84c73a [PATCH] Add do_verify option by Shawn Lewis · 17 years ago
  13. b67740d IO verification improvements by Jens Axboe · 17 years ago
  14. 47f0cc4 [PATCH] empty result by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  15. 20e354e Add ->done variable to force exit when we know we are done by Jens Axboe · 17 years ago
  16. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  17. 48f5abd Fix disk zone test case by Jens Axboe · 17 years ago
  18. b3f378e Don't align memory unless using raw io by Jens Axboe · 17 years ago
  19. d87612a malloc memory still needs to be aligned, if we are doing direct IO by Jens Axboe · 17 years ago
  20. c399064 Fix bad alignment in buffer size allocation by Jens Axboe · 17 years ago
  21. 492158c Tweak meaning of size option by Jens Axboe · 17 years ago
  22. 281f9b6 Fix bug with time_based run by Jens Axboe · 17 years ago
  23. 375b269 Fix cpumask setting/getting on older kernels by Jens Axboe · 17 years ago
  24. d84f8d4 blktrace support: adjust largest io_u buffer size to match trace by Jens Axboe · 17 years ago
  25. db1cd90 Allow termination during io_u building by Jens Axboe · 17 years ago
  26. 7a93ab1 Revert "We do need to send a SIGQUIT to a process/thread, even if it is running" by Jens Axboe · 17 years ago
  27. 90a87d4 Have the job set ->terminate when runtime is exceeded by Jens Axboe · 17 years ago
  28. cf4464c Add time_based option by Jens Axboe · 17 years ago
  29. 210f43b Replace random constant with the symbolic name (GR prime) by Jens Axboe · 17 years ago
  30. e9459e5 Add zero_buffers option by Jens Axboe · 17 years ago
  31. 660a1cb Reduntant write bit checks by Jens Axboe · 17 years ago
  32. ef5fffa We do need to send a SIGQUIT to a process/thread, even if it is running by Jens Axboe · 17 years ago
  33. 30061b9 Log and dump short ios by Jens Axboe · 17 years ago
  34. d460eb3 Fix problem with f->last_completed_pos not being correct on requeues by Jens Axboe · 17 years ago
  35. cbf5c1d Warn more gently if the kernel is too old for io scheduler switching by Jens Axboe · 17 years ago
  36. e48676b Fix bug with stonewall option causing segfault by gurudas pai · 17 years ago
  37. 4b472fa Let parse_options() decide on when parsing failed by Jens Axboe · 17 years ago
  38. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  39. 8400d9b Fix short IO handling for verifies as well by Jens Axboe · 17 years ago
  40. 5a7c568 Handle short read at the end of file by Jens Axboe · 17 years ago
  41. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  42. 8de8f04 Avoid using the rbtree if we don't have to by Jens Axboe · 17 years ago
  43. bb5d7d0 Fix problems with rb code by Jens Axboe · 17 years ago
  44. 4b87898 Fix io piece logging to not have O(n) runtime by Jens Axboe · 17 years ago
  45. d23bb32 Free/alloc every FIO_OPT_STR_STORE string by Jens Axboe · 17 years ago
  46. 38d77ca Improve data direction runtime logging by Jens Axboe · 17 years ago
  47. 2b4ce34 Catch too large memory allocations that cause size_t to wrap by Jens Axboe · 17 years ago
  48. 5bb7697 Sometimes we allocated too little memory for buffers by Jens Axboe · 17 years ago
  49. 4afbf66 Always make sure buffer sizes are aligned for allocation by Jens Axboe · 17 years ago
  50. 6872707 Untangle the file creation mess by Jens Axboe · 17 years ago
  51. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  52. 4e991c2 Support for setting rated based on IOPS by Jens Axboe · 17 years ago
  53. 6d86144 Use log_info() throughout by Jens Axboe · 17 years ago
  54. 9c60ce6 Add 'filesize' option by Jens Axboe · 17 years ago
  55. cfc99db mmap engine: make sure that page unaligned syncs work by Jens Axboe · 17 years ago
  56. 3d7b485 Check for open files on io operations by Jens Axboe · 17 years ago
  57. af52b34 Allow explicit setting of a number of files by Jens Axboe · 17 years ago
  58. 9cedf16 Note process vs thread in output by Jens Axboe · 17 years ago
  59. bda4fd9 OOM fixes by Jens Axboe · 17 years ago
  60. c8bb6fa Quit on thread creation failure by Jens Axboe · 17 years ago
  61. 9e9d164 If residual count == full count, fail the io by Jens Axboe · 17 years ago
  62. d7d3b49 Clear ->rate_bytes on do_io() loop by Jens Axboe · 17 years ago
  63. ba0fbe1 Turn the CPU burner into a real io engine by Jens Axboe · 17 years ago
  64. 37f5687 Remove ->mutex after last use, not on job exit by Jens Axboe · 17 years ago
  65. 07739b5 Add a real semaphore implemtation by Jens Axboe · 17 years ago
  66. a978ba6 Get rid of reopen_files() by Jens Axboe · 17 years ago
  67. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  68. 756867b Add group reporting by Jens Axboe · 17 years ago
  69. b2560f3 One step closer to group reporting by Jens Axboe · 17 years ago
  70. c1302d4 Don't kill() running threads by Jens Axboe · 17 years ago
  71. 1178680 Cleanup requeue handling by Jens Axboe · 17 years ago
  72. 390c40e Forced kill is not used anymore. by Jens Axboe · 17 years ago
  73. d924494 Gently prod children with a SIGQUIT on terminate by Jens Axboe · 17 years ago
  74. 5451792 Improve error logging and handling by Jens Axboe · 17 years ago
  75. 34403fb Spelling fixes by Jens Axboe · 17 years ago
  76. 780bf1a Don't do rate checks, if no ratemin has been specified. by Jens Axboe · 17 years ago
  77. eb7c8ae Move the iodepth_batch into td_io_queue() instead by Jens Axboe · 17 years ago
  78. cb5ab51 Add iodepth_batch setting by Jens Axboe · 17 years ago
  79. c01c039 Do proper wait for pending IO on clean exit by Jens Axboe · 17 years ago
  80. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  81. 0904200 Rate must always calculate bytes done by Jens Axboe · 17 years ago
  82. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  83. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  84. 3707f45 Further improve thread handling by Jens Axboe · 17 years ago
  85. 50070b5 Thread waitpid() error check by Jens Axboe · 17 years ago
  86. a2f77c9 Improve thread reap handling by Jens Axboe · 17 years ago
  87. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  88. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  89. 069c291 Still need to put io_u on early exit by Jens Axboe · 17 years ago
  90. 49db69a Correct io_u_*_complete() return checking by Jens Axboe · 17 years ago
  91. f692a76 Fix double io_u free on error in do_verify() by Jens Axboe · 17 years ago
  92. 43d7680 64-bit compile warnings by Jens Axboe · 17 years ago
  93. b2fdda4 Static error value checking by Jens Axboe · 17 years ago
  94. e916b39 Add low water mark for queuing depth by Jens Axboe · 17 years ago
  95. 079ad09 First step for group reporting by Jens Axboe · 17 years ago
  96. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  97. c1324df Missing clear of some IO state by Jens Axboe · 17 years ago
  98. 3d7c391 Retrieve next file to service in get_io_u() by Jens Axboe · 17 years ago
  99. 755200a Add support for queuing > 1 command at the time by Jens Axboe · 17 years ago
  100. 9978463 Differentiate between bool error return and real error value by Jens Axboe · 17 years ago