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