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