1. f8a75c9 Default verify backlog batch to verify backlog setting if not given by Jens Axboe · 14 years ago
  2. 9e14418 Add some support for a verify backlog by Jens Axboe · 14 years ago
  3. d77431b Only use true random generator for initial seed by Jens Axboe · 15 years ago
  4. 27ea68a "Expand" random number from 32-bit to 64-bit when necessary by Jens Axboe · 15 years ago
  5. 1fbbf72 First step at speeding up io_u rand refill by Jens Axboe · 15 years ago
  6. 1dec3e0 Optimize __get_io_u() for better code foot print by Jens Axboe · 15 years ago
  7. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 15 years ago
  8. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 15 years ago
  9. 15dc193 Allow profiles to override internal io_u functions by Jens Axboe · 15 years ago
  10. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 15 years ago
  11. 2ecc1b5 Fix race on io_u->flags by Jens Axboe · 15 years ago
  12. 0c41214 Fix race condition when using asynch verify by Radha Ramachandran · 15 years ago
  13. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  14. 01a1caa Fix broken completion latency numbers by Jens Axboe · 15 years ago
  15. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  16. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  17. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  18. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  19. b23b6a2 Yet another rate fixup by Jens Axboe · 15 years ago
  20. 40e1a6f Improve rate limiting by Jens Axboe · 15 years ago
  21. 29a90dd Fix slat numbers by Jens Axboe · 15 years ago
  22. 2cc5293 Bad indent by Jens Axboe · 15 years ago
  23. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  24. 0a4957c Fix bug with rwmix and multiple loops over the same set by Jens Axboe · 15 years ago
  25. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  26. d6aed79 Clean up file flags by Jens Axboe · 15 years ago
  27. 3bfb53d Remove io_u->endpos by Jens Axboe · 15 years ago
  28. 87c27b4 Clear f on error get_next_file_rr() by Jens Axboe · 15 years ago
  29. 306ddc9 Include transfer size in the clat/slat measurements by Jens Axboe · 15 years ago
  30. c311cd2 Don't populate random data for verify reads by Radha Ramachandran · 15 years ago
  31. 899c29f Fix issue with random offset being off if io_size != real_file_size by Radha Ramachandran · 15 years ago
  32. 720e84a Add support for different weights for reads and writes with bssplit by Jens Axboe · 15 years ago
  33. 5bfc35d Reseed random generator for loop/time based runs by Jens Axboe · 15 years ago
  34. 2b7a01d Add blockalign/ba option by Jens Axboe · 16 years ago
  35. b5696bf More file setting bug fixes by Jens Axboe · 16 years ago
  36. 4bb997c Fix file open leak by Jens Axboe · 16 years ago
  37. 87b1067 Fix bug with openfiles by Jens Axboe · 16 years ago
  38. 683023e Fix bug in file selection by Jens Axboe · 16 years ago
  39. a086c25 Add 'sequential' file_service_type by Jens Axboe · 16 years ago
  40. dbad30b Fix bogus 'may be used uninitialized' warning from older gcc versions by Jens Axboe · 16 years ago
  41. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  42. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  43. 62977e0 Kill io_u timeout handling by Jens Axboe · 16 years ago
  44. b29ee5b Update ramp_time by Jens Axboe · 16 years ago
  45. 721938a Add ramp_time option by Jens Axboe · 16 years ago
  46. f3f552b Add uninitialized_var() to silence bogus compiler warnings by Jens Axboe · 16 years ago
  47. f3059de Improve bsrange buflen generations by Jens Axboe · 16 years ago
  48. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  49. dc873b6 Add OS agnostic RAND_MAX by Jens Axboe · 16 years ago
  50. 6162f52 Missing time store in rwmix switch by Jens Axboe · 16 years ago
  51. 01743ee Rename list_* function and file to flist_ to avoid conflict with FreeBSD by Jens Axboe · 16 years ago
  52. 8b113b4 Do at least one block if randommap fails us by Jens Axboe · 16 years ago
  53. c9dd34b Inc block in mark_random_map() by Jens Axboe · 16 years ago
  54. 3e3357b Speedup mark_random_map() by Jens Axboe · 16 years ago
  55. 8f7e39d Readd the arch ffz functions by Jens Axboe · 16 years ago
  56. de60566 ffz() takes ints, so change the file_map to being int based by Jens Axboe · 16 years ago
  57. 697a606 Add sparc and sparc64 support by Jens Axboe · 16 years ago
  58. 465221b Add dprint() to io_u requeue by Jens Axboe · 16 years ago
  59. e4dad9c Fix refill buffers overwriting verify data by Jens Axboe · 16 years ago
  60. 04c540d Fixup distribution of reads and writes in a mixed workload by Jens Axboe · 16 years ago
  61. fc4398f Silence warning on older gcc (bogus) by Jens Axboe · 16 years ago
  62. d9dd70f Work-around too large block count by Jens Axboe · 16 years ago
  63. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  64. 5973caf Add option for refilling IO buffers on each submit by Jens Axboe · 16 years ago
  65. 60f2c65 Silence put_file() complaint by Jens Axboe · 16 years ago
  66. 009bd84 Fix bad interaction with file open/close and queuing by Jens Axboe · 16 years ago
  67. d800575 Improve iodepth logging by Jens Axboe · 16 years ago
  68. 67778e8 Fix off-by-one in last_block() by Jens Axboe · 16 years ago
  69. 3bec7ae Allow marking of queue depth for more than 1 io_u at the time by Jens Axboe · 16 years ago
  70. aec2de2 Kill unused parameters by Jens Axboe · 16 years ago
  71. e492866 Base the rwmix switch algorithm on io issues by Jens Axboe · 16 years ago
  72. 303032a Allow randommap allocation to fail by Jens Axboe · 17 years ago
  73. 5ec10ea Style fixups by Jens Axboe · 17 years ago
  74. 4d4e80f Revamp file locking by Jens Axboe · 17 years ago
  75. b2bd2bd Add file locking hooks by Jens Axboe · 17 years ago
  76. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 17 years ago
  77. 126d65c Make file structures dynamically allocated by Jens Axboe · 17 years ago
  78. 6977bcd Update close file handler to return potential error by Jens Axboe · 17 years ago
  79. 6ac7a33 When retrieving a requeued IO, don't setup data pointers again by Jens Axboe · 17 years ago
  80. 84422ac More random fixes by Jens Axboe · 17 years ago
  81. 51b6996 Fix typo in mark_random_map() by Jens Axboe · 17 years ago
  82. b9c5b64 Fix random location generation with offset != 0 by Jens Axboe · 17 years ago
  83. 4ba6613 Fix offset retrieval problem for read and write having different bs ranges by Jens Axboe · 17 years ago
  84. e4f54ad Decrement io_issue count when requeuing an io_u by Jens Axboe · 17 years ago
  85. b271fe6 Add debug trace for io_u_queue_complete() by Jens Axboe · 17 years ago
  86. d0656a9 CPU burn engine fix by Jens Axboe · 17 years ago
  87. 2ba1c29 A bunch of fixes by Jens Axboe · 17 years ago
  88. 259693e Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 17 years ago
  89. d9d91e3 Fix wrong accouning of zone bytes by Jens Axboe · 17 years ago
  90. 273f8c9 Random IO fixes by Jens Axboe · 17 years ago
  91. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  92. 8670579 don't log iopiece when do_verify is off by Shawn Lewis · 17 years ago
  93. b4c5e1a More cpu engine fixes by Jens Axboe · 17 years ago
  94. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  95. 061c869 Add unmap hook that belongs to the IO engines by Jens Axboe · 17 years ago
  96. bcdedd0 [PATCH] Fix fileoffset option by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  97. 0c3d768 [PATCH] non-stop thread by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  98. b6a4c7d [PATCH] Random map block coverage by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  99. 6a5e688 Fix problem with io_u being beyond EOF by Jens Axboe · 17 years ago
  100. 429f667 IO log fixes by Jens Axboe · 17 years ago