1. cb21168 Add warning about potentially missing O_DIRECT support or bad alignment by Jens Axboe · 15 years ago
  2. 8b5f731 Don't limit direct IO to 512b aligned by Jens Axboe · 15 years ago
  3. fc966be Fix O_DIRECT memory alignment by Jens Axboe · 15 years ago
  4. aea691c Fio 1.29 by Jens Axboe · 15 years ago
  5. e0ae4df Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  6. 8a4f8a2 Fix issue with fill_device=1 and continue_on_error by Radha Ramachandran · 15 years ago
  7. 656b139 Add code to detect a task that exited prior to up'ing the startup mutex by Jens Axboe · 15 years ago
  8. 9c0d224 Don't allow pre_read on IO engines that cannot seek by Jens Axboe · 15 years ago
  9. c103f24 Fio 1.29-rc1 by Jens Axboe · 15 years ago
  10. 276ca4f Fix compile error by Jens Axboe · 15 years ago
  11. 29d43ff Move gtod_cpu affinity check to verify callback by Jens Axboe · 15 years ago
  12. 896cac2 Move rw= write && read_only check to ->verify callback by Jens Axboe · 15 years ago
  13. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  14. 70a4c0c Add verify hook to options by Jens Axboe · 15 years ago
  15. 3980127 Only show maxval in --cmdhelp if it is given by Jens Axboe · 15 years ago
  16. 829a602 Cleanup IO buffer memory allocation by Jens Axboe · 15 years ago
  17. ff455a0 mmap engine: fix for large files on 32-bit archs by Jens Axboe · 15 years ago
  18. f6db4fa sg engine: IO should be done sync of O_SYNC and O_DIRECT by Jens Axboe · 15 years ago
  19. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  20. 7771081 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  21. dcb4830 Alter the order of checking time exceeded vs getting an io_u by Radha Ramachandran · 15 years ago
  22. fd4442b Default print pretty up by Jens Axboe · 15 years ago
  23. c1f7543 Cmd help type fix by Jens Axboe · 15 years ago
  24. 1ec99ee Fix typo on continue_on_error patch by Jens Axboe · 15 years ago
  25. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  26. 9896178 Fio 1.28 by Jens Axboe · 15 years ago
  27. b23b6a2 Yet another rate fixup by Jens Axboe · 15 years ago
  28. 40e1a6f Improve rate limiting by Jens Axboe · 15 years ago
  29. 4580885 Get rid of (now) unused rate_throttle() by Jens Axboe · 15 years ago
  30. e69d6e3 Fio 1.27.4 by Jens Axboe · 15 years ago
  31. 54c00a8 Remove a reference check by Jens Axboe · 15 years ago
  32. 2be3eec File close fixes by Jens Axboe · 15 years ago
  33. 39d9ef6 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  34. 3ce9dca More documentation updates by Jens Axboe · 15 years ago
  35. c35dd7a Documentation update by Jens Axboe · 15 years ago
  36. f6c4c07 Fio 1.27.3 by Jens Axboe · 15 years ago
  37. 29a90dd Fix slat numbers by Jens Axboe · 15 years ago
  38. d982d87 Fix bad min rate check by Jens Axboe · 15 years ago
  39. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  40. 835d9b9 Use __e for errno by Jens Axboe · 15 years ago
  41. 8fe9eff Fio 1.27.2 by Jens Axboe · 15 years ago
  42. 22a57ba Fix problem with too many opened files by Jens Axboe · 15 years ago
  43. 2cc5293 Bad indent by Jens Axboe · 15 years ago
  44. ec76f15 Fix fd leak in cache line checking by Jens Axboe · 15 years ago
  45. cf2dd8d Missed int to pointer conversion check for ->ratemin by Jens Axboe · 15 years ago
  46. 1621031 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  47. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  48. 7c8f1a5 Fix bug in parser with postfix and truncated direction values by Jens Axboe · 15 years ago
  49. 890abca Fio 1.27.1 by Jens Axboe · 15 years ago
  50. 0d1cd20 Fix fill_device with read/randread by Jens Axboe · 15 years ago
  51. 29c8e86 Move td_* ddir defines by Jens Axboe · 15 years ago
  52. e9f4847 Add pre_read to man page by Jens Axboe · 15 years ago
  53. e9f98a7 Fio 1.27 by Jens Axboe · 15 years ago
  54. d1bd721 Improve throughput ETA display by Jens Axboe · 15 years ago
  55. adb02ba Add iops rate to ETA display by Jens Axboe · 15 years ago
  56. 0a4957c Fix bug with rwmix and multiple loops over the same set by Jens Axboe · 15 years ago
  57. c592b9f More fio.h cleanups by Jens Axboe · 15 years ago
  58. 7c9b1bc Split off diskutil include by Jens Axboe · 15 years ago
  59. 590aebd Move file service type defines to file.h by Jens Axboe · 15 years ago
  60. 5995a6a Add iolog defines by Jens Axboe · 15 years ago
  61. 2b4f4ab Move IO engine flags by Jens Axboe · 15 years ago
  62. dcefb58 Add ioengine.h header by Jens Axboe · 15 years ago
  63. 4cd02b3 Move more file stuff to file.h by Jens Axboe · 15 years ago
  64. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  65. d6aed79 Clean up file flags by Jens Axboe · 15 years ago
  66. 5e0074c Fix problem with fill_device and read workloads by Jens Axboe · 15 years ago
  67. 34f1c04 Make pre_read imply invalidate=0 by Jens Axboe · 15 years ago
  68. 468306a mmap engine: don't invalidate cache on segment remap by Jens Axboe · 15 years ago
  69. 4e9401c mmap engine: remove 'mmap too large' check for 32-bit by Jens Axboe · 15 years ago
  70. ac89311 mmap engine: allow large files on 32-bit archs by Jens Axboe · 15 years ago
  71. 482900c Fio man page still refers to old mailing list by Jens Axboe · 15 years ago
  72. 58726a1 Fix problem with fadvise() and fill_device option by Jens Axboe · 15 years ago
  73. 1712751 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  74. c97bd0f Increase accuracy of disk utility percentage by Jens Axboe · 15 years ago
  75. 3bfb53d Remove io_u->endpos by Jens Axboe · 15 years ago
  76. 398e8c4 Make sure that exec_prerun/postrun work for shell commands by Jens Axboe · 15 years ago
  77. 55c39e2 Fix old printf() in pre_read() by Jens Axboe · 15 years ago
  78. 55093ac Fio 1.26.4 by Jens Axboe · 15 years ago
  79. b0f6586 pre_read fixes by Jens Axboe · 15 years ago
  80. 3b5ccd3 Fio 1.26.3 by Jens Axboe · 15 years ago
  81. ccd4f41 Add fio_generate_plots.1 man page from debian package by Jens Axboe · 15 years ago
  82. 639ce0f man page fix to make lintian happy by Martin Steigerwald · 15 years ago
  83. afad68f Add pre_read option by Zhang, Yanmin · 15 years ago
  84. 8de43fd Add appropriate warning in mmap engine for large maps failing by Jens Axboe · 15 years ago
  85. 87c27b4 Clear f on error get_next_file_rr() by Jens Axboe · 15 years ago
  86. 9fd1896 Return EILSEQ on verify errors instead of EIO by Jens Axboe · 15 years ago
  87. 306ddc9 Include transfer size in the clat/slat measurements by Jens Axboe · 15 years ago
  88. d2bbb8d Fix garbling of clat/slat logs if a shared log file is used by Fabio Checconi · 15 years ago
  89. 3c704d7 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  90. 3776041 fio howto typo fixes by Randy Dunlap · 15 years ago
  91. 26eca2d fio docs corrections by Randy Dunlap · 15 years ago
  92. 62b3892 net engine: fix compilation warnings on Solaris by Jens Axboe · 15 years ago
  93. f215152 Fio 1.26.2 by Jens Axboe · 15 years ago
  94. 0fe2187 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  95. fc6bd43 'V' is a running state, not an idle state. Correct HOWTO. by Jens Axboe · 15 years ago
  96. eb7ccf3 Align io units to processor cache line size by Jens Axboe · 15 years ago
  97. 1ca9573 Fix name of the slat log file by Radha Ramachandran · 15 years ago
  98. c311cd2 Don't populate random data for verify reads by Radha Ramachandran · 15 years ago
  99. 97c62e0 Fio 1.26.1 by Jens Axboe · 15 years ago
  100. f0d524b Filename must be parsed after directory option by Jens Axboe · 15 years ago