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