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