1. 210f43b Replace random constant with the symbolic name (GR prime) by Jens Axboe · 17 years ago
  2. b6f9676 IO buffer allocation cleanup by Jens Axboe · 17 years ago
  3. e9459e5 Add zero_buffers option by Jens Axboe · 17 years ago
  4. 660a1cb Reduntant write bit checks by Jens Axboe · 17 years ago
  5. ef5fffa We do need to send a SIGQUIT to a process/thread, even if it is running by Jens Axboe · 17 years ago
  6. 30061b9 Log and dump short ios by Jens Axboe · 17 years ago
  7. ce98fa6 If writing to stdout, move stat output to stderr by Jens Axboe · 17 years ago
  8. 8cc7afa Better checks for disk util init by Jens Axboe · 17 years ago
  9. d424d4d No need to check for type before doing fsync() by Jens Axboe · 17 years ago
  10. 6615982 Add support for using '-' as filename for stdin/stdout by Jens Axboe · 17 years ago
  11. d460eb3 Fix problem with f->last_completed_pos not being correct on requeues by Jens Axboe · 17 years ago
  12. b5605e9 Add check for pipe/fifo files by Jens Axboe · 17 years ago
  13. cbf5c1d Warn more gently if the kernel is too old for io scheduler switching by Jens Axboe · 17 years ago
  14. 13fbfd8 Fio 1.15.2 by Jens Axboe · 17 years ago
  15. 07eb79d Put the ->real_file_size handling into fio by Jens Axboe · 17 years ago
  16. b284075 A ->close_file() operation isn't strictly needed by Jens Axboe · 17 years ago
  17. f4e62a5 For non-file engines, set ->real_file_size if total size is known by Jens Axboe · 17 years ago
  18. e48676b Fix bug with stonewall option causing segfault by gurudas pai · 17 years ago
  19. 40b44f4 Fix problem with treating ENOENT as an error by Jens Axboe · 17 years ago
  20. 0798ba3 GUASI API change by Davide Libenzi · 17 years ago
  21. cca73aa Add a '--showcmd' option for dumping a job file by Jens Axboe · 17 years ago
  22. 4b472fa Let parse_options() decide on when parsing failed by Jens Axboe · 17 years ago
  23. 523bfad Have strip_blank_end() also strip off any comments by Jens Axboe · 17 years ago
  24. e11c410 Fix sysfs_root assignment with multiple identical devices by Jens Axboe · 17 years ago
  25. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  26. 9f8f206 Seperate disk util code out of fio.c by Jens Axboe · 17 years ago
  27. 07e5b26 Fix disk utilization and ioscheduler switch on raw devices by Jens Axboe · 17 years ago
  28. 12b8a83 Fio 1.15.1 by Jens Axboe · 17 years ago
  29. 946ff86 sg engine: fix old comment by Jens Axboe · 17 years ago
  30. 15ba640 sg engine: do type check only when sd has been setup by Jens Axboe · 17 years ago
  31. a05bd42 sg engine: errno return value fixes by Jens Axboe · 17 years ago
  32. b4ba5f3 splice engine: return negative for error by Jens Axboe · 17 years ago
  33. bab3fd5 Log and return error in early file open checks by Jens Axboe · 17 years ago
  34. ef11d73 Save a division, if delta is non-zero. by Jens Axboe · 17 years ago
  35. ea44365 Unlink a writeable file, if overwrite isn't set by Jens Axboe · 17 years ago
  36. 99cbac7 Merge branch 'master' of axboe@router:/data/git/fio by root · 17 years ago
  37. 6c7c7da Warn when seeing a job option outside of a job section by Jens Axboe · 17 years ago
  38. d0f62ba Increase latency histogram resolution by Jens Axboe · 17 years ago
  39. 76f58b9 syslet engine: fix segfault if syslets are not available by Jens Axboe · 17 years ago
  40. 1020a13 Fix loop with multiple files by Jens Axboe · 17 years ago
  41. 0401bca Fix memory overflow with > 64 byte options by Jens Axboe · 17 years ago
  42. e8be2ad Only use posix_fallocate(), if we are overwriting by Jens Axboe · 17 years ago
  43. cdc7f19 Fix parsing of job section with preceeding space by gurudas pai · 17 years ago
  44. 993cca0 compiler.h needs to define __must_check if not set by Jens Axboe · 17 years ago
  45. 73e07ac Fix typo in previous compiler patch for gcc 3.x by Jens Axboe · 17 years ago
  46. 4fee809 Fix __must_check compile on older compilers by Jens Axboe · 17 years ago
  47. 4d651da Fix bug with stripping white space at the front of an option by Jens Axboe · 17 years ago
  48. 97cc1a8 Fio version 1.15 by Jens Axboe · 17 years ago
  49. 36afc11 Fix typo in the netio example by Jens Axboe · 17 years ago
  50. 8400d9b Fix short IO handling for verifies as well by Jens Axboe · 17 years ago
  51. 5a7c568 Handle short read at the end of file by Jens Axboe · 17 years ago
  52. 92c1d41 Don't inherit new_group for sub-jobs by Jens Axboe · 17 years ago
  53. 409b341 Fix size setting on raw devices by Jens Axboe · 17 years ago
  54. d5ed68e Fix infinite loop in get_next_file_rr() by Jens Axboe · 17 years ago
  55. fb0480b Add a REPORTING-BUGS file by Jens Axboe · 17 years ago
  56. 059e63c Better check for not doing a file twice by Jens Axboe · 17 years ago
  57. 43063a1 Fix bug with not noticing end of file by Jens Axboe · 17 years ago
  58. e6e4160 Print number of open files in eta dump by Jens Axboe · 17 years ago
  59. 22d6621 Don't free the string options by Jens Axboe · 17 years ago
  60. 541d66d Use clear_error() instead of clearing the error manually by Jens Axboe · 17 years ago
  61. 9bf27b4 Auto limit open files if we get EMFILE by Jens Axboe · 17 years ago
  62. 0ddb270 'opendir' fixes by Jens Axboe · 17 years ago
  63. 2c187c0 Update fio io engine version by Jens Axboe · 17 years ago
  64. 000b080 No need to return an error from get_file_sizes() by Jens Axboe · 17 years ago
  65. 507a702 Only overwrite in layout if needed by Jens Axboe · 17 years ago
  66. 413d669 Do the invalidate/advise hinting in td_open_file() by Jens Axboe · 17 years ago
  67. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  68. 148cf6a Cleanup generic_file_open() by Jens Axboe · 17 years ago
  69. 7e0e25c Don't completely fail for block device flushing failure by Jens Axboe · 17 years ago
  70. 1d56dfe Make sure to set io size on non-files by Jens Axboe · 17 years ago
  71. 88c46b6 Trim the rbtree stuff fio doesn't use by Jens Axboe · 17 years ago
  72. 3902866 Remove kernel headers from rbtree.h by Jens Axboe · 17 years ago
  73. 0725726 GUASI engine: should use log_err() during runtime by Jens Axboe · 17 years ago
  74. 160b966 Improve random verify block sorting by Jens Axboe · 17 years ago
  75. 8de8f04 Avoid using the rbtree if we don't have to by Jens Axboe · 17 years ago
  76. bb5d7d0 Fix problems with rb code by Jens Axboe · 17 years ago
  77. 44b5374 Update rbtree code by Jens Axboe · 17 years ago
  78. 64b18e1 Remove redundant double casts in time functions by Jens Axboe · 17 years ago
  79. ed8bd84 NULL engine: ->commit() has side effects, make sure it always works by Jens Axboe · 17 years ago
  80. c38e946 Include syncs in the stored io log by Jens Axboe · 17 years ago
  81. 8fd15a9 Remove !td->o.read_io_log test that is always true by Jens Axboe · 17 years ago
  82. 4112840 Only call into log_io_piece() when verify is set by Jens Axboe · 17 years ago
  83. 8999fe9 GUASI engine: free lingering requests from the buffer on cleanup by Davide Libenzi · 17 years ago
  84. 97c26cb GUASI update by Davide Libenzi · 17 years ago
  85. 9cc3d15 No need to fill random bytes for VERIFY_NULL by Jens Axboe · 17 years ago
  86. 36690c9 Add 'null' verify option by Jens Axboe · 17 years ago
  87. fafdba3 ->ddir_nr must be 1 by default, otherwise we'll do sequential IO by Jens Axboe · 17 years ago
  88. 4b87898 Fix io piece logging to not have O(n) runtime by Jens Axboe · 17 years ago
  89. 171e38a Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 17 years ago
  90. d23bb32 Free/alloc every FIO_OPT_STR_STORE string by Jens Axboe · 17 years ago
  91. cade3ef Make sure the ->files array is job private by Jens Axboe · 17 years ago
  92. fa1da86 Fix file unlinking by Jens Axboe · 17 years ago
  93. bd0ee74 Fix bug with numjobs > 1, directory and filename given by Jens Axboe · 17 years ago
  94. d3eb7d7 Print help info on huge page shmget() returning EINVAL by Jens Axboe · 17 years ago
  95. cb25df6 Move the huge page size defines into arch code by Jens Axboe · 17 years ago
  96. ec4015d Cleanup get_next_offset() by Jens Axboe · 17 years ago
  97. d2f3ac3 Add option to disable fadvise() hints by Jens Axboe · 17 years ago
  98. a3dc65e Leftover debug printf() by Jens Axboe · 17 years ago
  99. 1e3d53a Improve mixed random append option by Jens Axboe · 17 years ago
  100. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 17 years ago