1. 60f2c65 Silence put_file() complaint by Jens Axboe · 16 years ago
  2. 009bd84 Fix bad interaction with file open/close and queuing by Jens Axboe · 16 years ago
  3. d800575 Improve iodepth logging by Jens Axboe · 16 years ago
  4. 67778e8 Fix off-by-one in last_block() by Jens Axboe · 16 years ago
  5. 3bec7ae Allow marking of queue depth for more than 1 io_u at the time by Jens Axboe · 16 years ago
  6. aec2de2 Kill unused parameters by Jens Axboe · 16 years ago
  7. e492866 Base the rwmix switch algorithm on io issues by Jens Axboe · 16 years ago
  8. 303032a Allow randommap allocation to fail by Jens Axboe · 16 years ago
  9. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  10. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  11. b2bd2bd Add file locking hooks by Jens Axboe · 16 years ago
  12. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  13. 126d65c Make file structures dynamically allocated by Jens Axboe · 16 years ago
  14. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  15. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 16 years ago
  16. 84422ac More random fixes by Jens Axboe · 16 years ago
  17. 51b6996 Fix typo in mark_random_map() by Jens Axboe · 16 years ago
  18. b9c5b64 Fix random location generation with offset != 0 by Jens Axboe · 16 years ago
  19. 4ba6613 Fix offset retrieval problem for read and write having different bs ranges by Jens Axboe · 16 years ago
  20. e4f54ad Decrement io_issue count when requeuing an io_u by Jens Axboe · 16 years ago
  21. b271fe6 Add debug trace for io_u_queue_complete() by Jens Axboe · 16 years ago
  22. d0656a9 CPU burn engine fix by Jens Axboe · 16 years ago
  23. 2ba1c29 A bunch of fixes by Jens Axboe · 16 years ago
  24. 259693e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 16 years ago
  25. d9d91e3 Fix wrong accouning of zone bytes by Jens Axboe · 16 years ago
  26. 273f8c9 Random IO fixes by Jens Axboe · 16 years ago
  27. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  28. 8670579 don't log iopiece when do_verify is off by Shawn Lewis · 17 years ago
  29. b4c5e1a More cpu engine fixes by Jens Axboe · 17 years ago
  30. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  31. 061c869 Add unmap hook that belongs to the IO engines by Jens Axboe · 17 years ago
  32. bcdedd0 [PATCH] Fix fileoffset option by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  33. 0c3d768 [PATCH] non-stop thread by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  34. b6a4c7d [PATCH] Random map block coverage by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  35. 6a5e688 Fix problem with io_u being beyond EOF by Jens Axboe · 17 years ago
  36. 429f667 IO log fixes by Jens Axboe · 17 years ago
  37. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  38. 48f5abd Fix disk zone test case by Jens Axboe · 17 years ago
  39. 04a0fea Adaptive io latency distrobution "histogram" by Jens Axboe · 17 years ago
  40. a783e61 io_u_mark_depth: just set index, don't fall through by Jens Axboe · 17 years ago
  41. d85f511 Make completion and submission latency use appropriate time base by Jens Axboe · 17 years ago
  42. 97af62c IO verification needs to open and grab a reference to a file by Jens Axboe · 17 years ago
  43. 43c63a7 Improve random pattern without norandommap by Jens Axboe · 17 years ago
  44. b12ebc6 Rename ffz() function to fio_ffz() to avoid conflicts by Jens Axboe · 17 years ago
  45. 2dbdab7 Fix bug with file references by Jens Axboe · 17 years ago
  46. fcb1170 Fix read_iolog by Jens Axboe · 17 years ago
  47. 660a1cb Reduntant write bit checks by Jens Axboe · 17 years ago
  48. d460eb3 Fix problem with f->last_completed_pos not being correct on requeues by Jens Axboe · 17 years ago
  49. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  50. 1020a13 Fix loop with multiple files by Jens Axboe · 17 years ago
  51. 8400d9b Fix short IO handling for verifies as well by Jens Axboe · 17 years ago
  52. 5a7c568 Handle short read at the end of file by Jens Axboe · 17 years ago
  53. d5ed68e Fix infinite loop in get_next_file_rr() by Jens Axboe · 17 years ago
  54. 059e63c Better check for not doing a file twice by Jens Axboe · 17 years ago
  55. 43063a1 Fix bug with not noticing end of file by Jens Axboe · 17 years ago
  56. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  57. c38e946 Include syncs in the stored io log by Jens Axboe · 17 years ago
  58. 8fd15a9 Remove !td->o.read_io_log test that is always true by Jens Axboe · 17 years ago
  59. 4112840 Only call into log_io_piece() when verify is set by Jens Axboe · 17 years ago
  60. 36690c9 Add 'null' verify option by Jens Axboe · 17 years ago
  61. ec4015d Cleanup get_next_offset() by Jens Axboe · 17 years ago
  62. 1e3d53a Improve mixed random append option by Jens Axboe · 17 years ago
  63. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 17 years ago
  64. 4d06a33 Avoid "ts" going out of scope. by Davide Libenzi · 17 years ago
  65. 38d77ca Improve data direction runtime logging by Jens Axboe · 17 years ago
  66. e47f799 Improve rwmix states by Jens Axboe · 17 years ago
  67. afe24a5 Improve rwmix buffered split by Jens Axboe · 17 years ago
  68. 15506d0 Compile error with FIO_USE_TIMEOUT defined by Jens Axboe · 17 years ago
  69. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  70. 2393acb Fix for bs shrinkage by Jens Axboe · 17 years ago
  71. 4981d2d When opening a new file, check file limit not total number by Jens Axboe · 17 years ago
  72. e291dc1 Fix double io_u free in error path by Jens Axboe · 17 years ago
  73. 5afa0d9 Obscure file randommap fix by Jens Axboe · 17 years ago
  74. 1c17818 Improve handling of nr_files != open_files by Jens Axboe · 17 years ago
  75. 0ad920e Add file reference counting by Jens Axboe · 17 years ago
  76. f11bd94 Turn file ->open and ->unlink into flags by Jens Axboe · 17 years ago
  77. b360506 Show IOPS as well as bw numbers by Jens Axboe · 17 years ago
  78. 1907dbc Add nr parameter to file_service_type by Jens Axboe · 17 years ago
  79. a978ba6 Get rid of reopen_files() by Jens Axboe · 17 years ago
  80. 860a304 Add ->open to struct fio_file by Jens Axboe · 17 years ago
  81. e643357 get_next_offset() number of loops change by Jens Axboe · 17 years ago
  82. 76579ca file_service_type=random fix by Jens Axboe · 17 years ago
  83. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  84. 756867b Add group reporting by Jens Axboe · 17 years ago
  85. b2560f3 One step closer to group reporting by Jens Axboe · 17 years ago
  86. 5451792 Improve error logging and handling by Jens Axboe · 17 years ago
  87. 37e974a io_u completion error propagation by Jens Axboe · 17 years ago
  88. 7c83c08 Fix for file_service_type=random by Jens Axboe · 17 years ago
  89. bdb4e2e Better management of open files by Jens Axboe · 17 years ago
  90. 9bf2061 Excessive passing around of struct fio_file by Jens Axboe · 17 years ago
  91. face81b Move ->commit() call to td_io_getevents() by Jens Axboe · 17 years ago
  92. 4d2e0f4 Requeue io_u flags fix by Jens Axboe · 17 years ago
  93. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  94. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  95. 0aabe16 Add option to select how to service multiple files by Jens Axboe · 17 years ago
  96. 5945b9b Dump io_u on timeout by Jens Axboe · 17 years ago
  97. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  98. 55bc972 Disable timeout handling for now by Jens Axboe · 17 years ago
  99. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  100. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago