1. 660a1cb Reduntant write bit checks by Jens Axboe · 17 years ago
  2. d460eb3 Fix problem with f->last_completed_pos not being correct on requeues by Jens Axboe · 17 years ago
  3. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  4. 1020a13 Fix loop with multiple files by Jens Axboe · 17 years ago
  5. 8400d9b Fix short IO handling for verifies as well by Jens Axboe · 17 years ago
  6. 5a7c568 Handle short read at the end of file by Jens Axboe · 17 years ago
  7. d5ed68e Fix infinite loop in get_next_file_rr() by Jens Axboe · 17 years ago
  8. 059e63c Better check for not doing a file twice by Jens Axboe · 17 years ago
  9. 43063a1 Fix bug with not noticing end of file by Jens Axboe · 17 years ago
  10. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  11. c38e946 Include syncs in the stored io log by Jens Axboe · 17 years ago
  12. 8fd15a9 Remove !td->o.read_io_log test that is always true by Jens Axboe · 17 years ago
  13. 4112840 Only call into log_io_piece() when verify is set by Jens Axboe · 17 years ago
  14. 36690c9 Add 'null' verify option by Jens Axboe · 17 years ago
  15. ec4015d Cleanup get_next_offset() by Jens Axboe · 17 years ago
  16. 1e3d53a Improve mixed random append option by Jens Axboe · 17 years ago
  17. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 17 years ago
  18. 4d06a33 Avoid "ts" going out of scope. by Davide Libenzi · 17 years ago
  19. 38d77ca Improve data direction runtime logging by Jens Axboe · 17 years ago
  20. e47f799 Improve rwmix states by Jens Axboe · 17 years ago
  21. afe24a5 Improve rwmix buffered split by Jens Axboe · 17 years ago
  22. 15506d0 Compile error with FIO_USE_TIMEOUT defined by Jens Axboe · 17 years ago
  23. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  24. 2393acb Fix for bs shrinkage by Jens Axboe · 17 years ago
  25. 4981d2d When opening a new file, check file limit not total number by Jens Axboe · 17 years ago
  26. e291dc1 Fix double io_u free in error path by Jens Axboe · 17 years ago
  27. 5afa0d9 Obscure file randommap fix by Jens Axboe · 17 years ago
  28. 1c17818 Improve handling of nr_files != open_files by Jens Axboe · 17 years ago
  29. 0ad920e Add file reference counting by Jens Axboe · 17 years ago
  30. f11bd94 Turn file ->open and ->unlink into flags by Jens Axboe · 17 years ago
  31. b360506 Show IOPS as well as bw numbers by Jens Axboe · 17 years ago
  32. 1907dbc Add nr parameter to file_service_type by Jens Axboe · 17 years ago
  33. a978ba6 Get rid of reopen_files() by Jens Axboe · 17 years ago
  34. 860a304 Add ->open to struct fio_file by Jens Axboe · 17 years ago
  35. e643357 get_next_offset() number of loops change by Jens Axboe · 17 years ago
  36. 76579ca file_service_type=random fix by Jens Axboe · 17 years ago
  37. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  38. 756867b Add group reporting by Jens Axboe · 17 years ago
  39. b2560f3 One step closer to group reporting by Jens Axboe · 17 years ago
  40. 5451792 Improve error logging and handling by Jens Axboe · 17 years ago
  41. 37e974a io_u completion error propagation by Jens Axboe · 17 years ago
  42. 7c83c08 Fix for file_service_type=random by Jens Axboe · 17 years ago
  43. bdb4e2e Better management of open files by Jens Axboe · 17 years ago
  44. 9bf2061 Excessive passing around of struct fio_file by Jens Axboe · 17 years ago
  45. face81b Move ->commit() call to td_io_getevents() by Jens Axboe · 17 years ago
  46. 4d2e0f4 Requeue io_u flags fix by Jens Axboe · 17 years ago
  47. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  48. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  49. 0aabe16 Add option to select how to service multiple files by Jens Axboe · 17 years ago
  50. 5945b9b Dump io_u on timeout by Jens Axboe · 17 years ago
  51. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  52. 55bc972 Disable timeout handling for now by Jens Axboe · 17 years ago
  53. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  54. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  55. 8abdce6 Change IO latency histogram to be in power-of-10 by Jens Axboe · 17 years ago
  56. e7e6cfb Update io_u.c comments by Jens Axboe · 17 years ago
  57. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  58. 00de55e Use 0 timeout for command completion peek by Jens Axboe · 17 years ago
  59. 77f392b Be safe and re-prep requeue io_u's by Jens Axboe · 17 years ago
  60. afab5e4 Fix busy looping for io_u_queued_complete() by Jens Axboe · 17 years ago
  61. 3d7c391 Retrieve next file to service in get_io_u() by Jens Axboe · 17 years ago
  62. 755200a Add support for queuing > 1 command at the time by Jens Axboe · 17 years ago
  63. 9978463 Differentiate between bool error return and real error value by Jens Axboe · 17 years ago
  64. 9760102 Cleanup end IO handling by Jens Axboe · 17 years ago
  65. 3af6ef3 Fully parallellize io_u verification by Jens Axboe · 17 years ago
  66. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  67. ec11830 [PATCH] IO completion time histograms by Jens Axboe · 17 years ago
  68. e9fbdd7 [PATCH] Woops, left debug clear in there by Jens Axboe · 17 years ago
  69. 0032bf9 [PATCH] Add fio_assert() by Jens Axboe · 17 years ago
  70. 07e4b62 [PATCH] Fix buflen trimming by Jens Axboe · 17 years ago
  71. bca4ed4 [PATCH] One more round of random map fixes by Jens Axboe · 17 years ago
  72. c685b5b [PATCH] More random map fixes by Jens Axboe · 17 years ago
  73. afdbe58 [PATCH] Random map fix by Jens Axboe · 17 years ago
  74. 165faf1 [PATCH] Misc fixes by Jens Axboe · 17 years ago
  75. cec6b55 [PATCH] Support residual io counts from io engines by Jens Axboe · 17 years ago
  76. 71619dc [PATCH] Include io depth distribution statistics by Jens Axboe · 18 years ago
  77. ee88470 [PATCH] Must use ->real_file_size by Jens Axboe · 18 years ago
  78. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 18 years ago
  79. 02bcaa8 [PATCH] Time and seek optimizations by Jens Axboe · 18 years ago
  80. f697125 [PATCH] nrfiles > 1 random fix by Jens Axboe · 18 years ago
  81. a00735e [PATCH] Add seperate read/write block size options by Jens Axboe · 18 years ago
  82. 690adba [PATCH] Add 'bs_unaligned' option by Jens Axboe · 18 years ago
  83. bb8895e [PATCH] Add 'norandommap' option by Jens Axboe · 18 years ago
  84. 076efc7 [PATCH] Improve io logging by Jens Axboe · 18 years ago
  85. 6040dab [PATCH] Make ->buflen == 0 on SYNC io_u's by Jens Axboe · 18 years ago
  86. 87dc1ab [PATCH] Implement file syncing as data direction by Jens Axboe · 18 years ago
  87. df41558 [PATCH] Move related code next to each other by Jens Axboe · 18 years ago
  88. 10ba535 [PATCH] Split the io_u io handling out of fio.c by Jens Axboe · 18 years ago