1. e11c410 Fix sysfs_root assignment with multiple identical devices by Jens Axboe · 17 years ago
  2. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  3. 9f8f206 Seperate disk util code out of fio.c by Jens Axboe · 17 years ago
  4. 07e5b26 Fix disk utilization and ioscheduler switch on raw devices by Jens Axboe · 17 years ago
  5. 12b8a83 Fio 1.15.1 by Jens Axboe · 17 years ago
  6. 946ff86 sg engine: fix old comment by Jens Axboe · 17 years ago
  7. 15ba640 sg engine: do type check only when sd has been setup by Jens Axboe · 17 years ago
  8. a05bd42 sg engine: errno return value fixes by Jens Axboe · 17 years ago
  9. b4ba5f3 splice engine: return negative for error by Jens Axboe · 17 years ago
  10. bab3fd5 Log and return error in early file open checks by Jens Axboe · 17 years ago
  11. ef11d73 Save a division, if delta is non-zero. by Jens Axboe · 17 years ago
  12. ea44365 Unlink a writeable file, if overwrite isn't set by Jens Axboe · 17 years ago
  13. 99cbac7 Merge branch 'master' of axboe@router:/data/git/fio by root · 17 years ago
  14. 6c7c7da Warn when seeing a job option outside of a job section by Jens Axboe · 17 years ago
  15. d0f62ba Increase latency histogram resolution by Jens Axboe · 17 years ago
  16. 76f58b9 syslet engine: fix segfault if syslets are not available by Jens Axboe · 18 years ago
  17. 1020a13 Fix loop with multiple files by Jens Axboe · 18 years ago
  18. 0401bca Fix memory overflow with > 64 byte options by Jens Axboe · 18 years ago
  19. e8be2ad Only use posix_fallocate(), if we are overwriting by Jens Axboe · 18 years ago
  20. cdc7f19 Fix parsing of job section with preceeding space by gurudas pai · 18 years ago
  21. 993cca0 compiler.h needs to define __must_check if not set by Jens Axboe · 18 years ago
  22. 73e07ac Fix typo in previous compiler patch for gcc 3.x by Jens Axboe · 18 years ago
  23. 4fee809 Fix __must_check compile on older compilers by Jens Axboe · 18 years ago
  24. 4d651da Fix bug with stripping white space at the front of an option by Jens Axboe · 18 years ago
  25. 97cc1a8 Fio version 1.15 by Jens Axboe · 18 years ago
  26. 36afc11 Fix typo in the netio example by Jens Axboe · 18 years ago
  27. 8400d9b Fix short IO handling for verifies as well by Jens Axboe · 18 years ago
  28. 5a7c568 Handle short read at the end of file by Jens Axboe · 18 years ago
  29. 92c1d41 Don't inherit new_group for sub-jobs by Jens Axboe · 18 years ago
  30. 409b341 Fix size setting on raw devices by Jens Axboe · 18 years ago
  31. d5ed68e Fix infinite loop in get_next_file_rr() by Jens Axboe · 18 years ago
  32. fb0480b Add a REPORTING-BUGS file by Jens Axboe · 18 years ago
  33. 059e63c Better check for not doing a file twice by Jens Axboe · 18 years ago
  34. 43063a1 Fix bug with not noticing end of file by Jens Axboe · 18 years ago
  35. e6e4160 Print number of open files in eta dump by Jens Axboe · 18 years ago
  36. 22d6621 Don't free the string options by Jens Axboe · 18 years ago
  37. 541d66d Use clear_error() instead of clearing the error manually by Jens Axboe · 18 years ago
  38. 9bf27b4 Auto limit open files if we get EMFILE by Jens Axboe · 18 years ago
  39. 0ddb270 'opendir' fixes by Jens Axboe · 18 years ago
  40. 2c187c0 Update fio io engine version by Jens Axboe · 18 years ago
  41. 000b080 No need to return an error from get_file_sizes() by Jens Axboe · 18 years ago
  42. 507a702 Only overwrite in layout if needed by Jens Axboe · 18 years ago
  43. 413d669 Do the invalidate/advise hinting in td_open_file() by Jens Axboe · 18 years ago
  44. 7bb48f8 Revamp the file creation code by Jens Axboe · 18 years ago
  45. 148cf6a Cleanup generic_file_open() by Jens Axboe · 18 years ago
  46. 7e0e25c Don't completely fail for block device flushing failure by Jens Axboe · 18 years ago
  47. 1d56dfe Make sure to set io size on non-files by Jens Axboe · 18 years ago
  48. 88c46b6 Trim the rbtree stuff fio doesn't use by Jens Axboe · 18 years ago
  49. 3902866 Remove kernel headers from rbtree.h by Jens Axboe · 18 years ago
  50. 0725726 GUASI engine: should use log_err() during runtime by Jens Axboe · 18 years ago
  51. 160b966 Improve random verify block sorting by Jens Axboe · 18 years ago
  52. 8de8f04 Avoid using the rbtree if we don't have to by Jens Axboe · 18 years ago
  53. bb5d7d0 Fix problems with rb code by Jens Axboe · 18 years ago
  54. 44b5374 Update rbtree code by Jens Axboe · 18 years ago
  55. 64b18e1 Remove redundant double casts in time functions by Jens Axboe · 18 years ago
  56. ed8bd84 NULL engine: ->commit() has side effects, make sure it always works by Jens Axboe · 18 years ago
  57. c38e946 Include syncs in the stored io log by Jens Axboe · 18 years ago
  58. 8fd15a9 Remove !td->o.read_io_log test that is always true by Jens Axboe · 18 years ago
  59. 4112840 Only call into log_io_piece() when verify is set by Jens Axboe · 18 years ago
  60. 8999fe9 GUASI engine: free lingering requests from the buffer on cleanup by Davide Libenzi · 18 years ago
  61. 97c26cb GUASI update by Davide Libenzi · 18 years ago
  62. 9cc3d15 No need to fill random bytes for VERIFY_NULL by Jens Axboe · 18 years ago
  63. 36690c9 Add 'null' verify option by Jens Axboe · 18 years ago
  64. fafdba3 ->ddir_nr must be 1 by default, otherwise we'll do sequential IO by Jens Axboe · 18 years ago
  65. 4b87898 Fix io piece logging to not have O(n) runtime by Jens Axboe · 18 years ago
  66. 171e38a Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 18 years ago
  67. d23bb32 Free/alloc every FIO_OPT_STR_STORE string by Jens Axboe · 18 years ago
  68. cade3ef Make sure the ->files array is job private by Jens Axboe · 18 years ago
  69. fa1da86 Fix file unlinking by Jens Axboe · 18 years ago
  70. bd0ee74 Fix bug with numjobs > 1, directory and filename given by Jens Axboe · 18 years ago
  71. d3eb7d7 Print help info on huge page shmget() returning EINVAL by Jens Axboe · 18 years ago
  72. cb25df6 Move the huge page size defines into arch code by Jens Axboe · 18 years ago
  73. ec4015d Cleanup get_next_offset() by Jens Axboe · 18 years ago
  74. d2f3ac3 Add option to disable fadvise() hints by Jens Axboe · 18 years ago
  75. a3dc65e Leftover debug printf() by Jens Axboe · 18 years ago
  76. 1e3d53a Improve mixed random append option by Jens Axboe · 18 years ago
  77. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 18 years ago
  78. d6c6810 Add few debug statements and limit thread usage. by Davide Libenzi · 18 years ago
  79. 4d06a33 Avoid "ts" going out of scope. by Davide Libenzi · 18 years ago
  80. 46eaa15 Adapth guasi.c to the new FIO strctures, and free the requests. by Davide Libenzi · 18 years ago
  81. 4cf6b5d Introduce EXTFLAGS and EXTLIBS in Makefile. by Davide Libenzi · 18 years ago
  82. 38d77ca Improve data direction runtime logging by Jens Axboe · 18 years ago
  83. e47f799 Improve rwmix states by Jens Axboe · 18 years ago
  84. e4e3325 Dump actual filename in failure to open by Jens Axboe · 18 years ago
  85. 2b4ce34 Catch too large memory allocations that cause size_t to wrap by Jens Axboe · 18 years ago
  86. 66b83d9 Update to guasi 0.5 diff by Davide Libenzi · 18 years ago
  87. e9a1806 Mention GUASI in the HOWTO for the ioengine= option by Jens Axboe · 18 years ago
  88. b8c82a4 Expose guasi IO engine in ioengine= by Jens Axboe · 18 years ago
  89. 609342f GUASI IO engine by Davide Libenzi · 18 years ago
  90. 3f34420 Fix divide-by-zero by Jens Axboe · 18 years ago
  91. 0f3e35e Warn if default value is given for string option without value by Jens Axboe · 18 years ago
  92. b3d62a7 'new_group' option by Jens Axboe · 18 years ago
  93. c343981 Clear ->file_map after free() by Jens Axboe · 18 years ago
  94. 5bb7697 Sometimes we allocated too little memory for buffers by Jens Axboe · 18 years ago
  95. eeb1216 Print clue to reduce queue depth if engine init fails by Jens Axboe · 18 years ago
  96. c1db2dc libaio engine: queue init error handling by Jens Axboe · 18 years ago
  97. 4afbf66 Always make sure buffer sizes are aligned for allocation by Jens Axboe · 18 years ago
  98. ee3dcd9 File creation fix by Jens Axboe · 18 years ago
  99. 72fbda2 'dev' is 'stdev' in the print out now by Jens Axboe · 18 years ago
  100. 5d4a35e Make sure mmaphuge file backed file is the size we need by Jens Axboe · 18 years ago