1. 80ac020 gettime-thread: set and allow multiple CPUs by Jens Axboe · 10 years ago
  2. d3d9401 Always scramble buffers, if scramble_buffers is set by Jens Axboe · 10 years ago
  3. 786715e parse: make suggestions for unknown options by Jens Axboe · 10 years ago
  4. 15ed5ae blktrace: correct setting of iodepth by Jens Axboe · 10 years ago
  5. a443207 trigger: enable separate remote and local trigger by Jens Axboe · 10 years ago
  6. 2c57d32 verify: allow empty/no trigger file by Jens Axboe · 10 years ago
  7. de54cfd Add support for verify triggers and verify state saving by Jens Axboe · 10 years ago
  8. 79dc914 Fixup some of the time (usec) based conversions by Stephen M. Cameron · 10 years ago
  9. f678701 Get rid of __ prefix for internal frand state by Jens Axboe · 10 years ago
  10. 559073f Remove use of OS provided random functions by Jens Axboe · 10 years ago
  11. 682c7e6 Fix potential segfault on ENOENT on job file by Jens Axboe · 10 years ago
  12. 3589918 Add support for --remote-config by Jens Axboe · 10 years ago
  13. c0e1915 init: set fail error return on bad parse by Jens Axboe · 10 years ago
  14. 3f28b45 Add ability to use an include file in a fio job file by Andrey Kuzmin · 10 years ago
  15. e66dac2 Basic support for dedupe by Jens Axboe · 10 years ago
  16. 5a65b4e Allow reset of offset_increment counter by Jiri Horky · 10 years ago
  17. 023fa7d verify: ensure that verify interval is smaller or equal to blocksize by Jens Axboe · 10 years ago
  18. 4f3fe6c Add some basic debug output for log compression by Jens Axboe · 10 years ago
  19. f478600 Add thread number to log filename by Jens Axboe · 10 years ago
  20. 9c574af init: fix dead check for !td by Jens Axboe · 10 years ago
  21. bac4af1 Add support for storing compressed logs by Jens Axboe · 10 years ago
  22. 38a812d Add support for runtime log compression by Jens Axboe · 10 years ago
  23. 471d014 --latency-log is now gone by Jens Axboe · 10 years ago
  24. 987c4f4 Cleanup logging by Jens Axboe · 10 years ago
  25. ccefd5f Add option for including byte offset for each log entry by Jens Axboe · 10 years ago
  26. b01e1f3 Ensure that job name is set before being used by Jens Axboe · 10 years ago
  27. ef7035a Add support for compiling for ESX by Jens Axboe · 10 years ago
  28. 1cefc79 Fix crash on loading unknown IO engine with --ioengine by Jens Axboe · 10 years ago
  29. 5248224 ETA no longer works when -o specified by Rik Faith · 10 years ago
  30. 2d5e3a7 init: don't set did_arg just for an engine option by Jens Axboe · 10 years ago
  31. 3660cea strcpy: kill last of the suspect ones by Jens Axboe · 10 years ago
  32. 7d8ea97 init: improve command line check for when to print usage/help by Jens Axboe · 10 years ago
  33. 6cfe9a8 init: fix leak bug fix from commit 60c5ec73 by Jens Axboe · 10 years ago
  34. 60c5ec7 Avoid overwriting allocated pid_file by Jens Axboe · 10 years ago
  35. b1ed74e init: silence bogus td == NULL warning by Jens Axboe · 10 years ago
  36. b400a20 make_filename: another off-by-one buffer issue by Jens Axboe · 10 years ago
  37. c5c6550 init: remove dead code by Jens Axboe · 10 years ago
  38. 73a467e init: fix potential buffer overrun in make_filename() by Jens Axboe · 10 years ago
  39. 4a4ac4e init: fix more cases of leaking pid_file by Jens Axboe · 10 years ago
  40. bcdcb5a init: remove bogus check for NULL parent by Jens Axboe · 10 years ago
  41. 5e1d874 Don't leak f_out file desciptor if specified more than once by Jens Axboe · 10 years ago
  42. 4af7c00 Don't leak memory if profile option is given twice by Jens Axboe · 10 years ago
  43. b8ba87a server: ensure that server pid file mem is always freed by Jens Axboe · 10 years ago
  44. bc4f5ef Support limited mixed command line options and job file by Jens Axboe · 10 years ago
  45. 25bd16c Fixup --timeout command line option by Jens Axboe · 10 years ago
  46. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  47. fb29604 Fix propagation of error value on failure to connect to fio server by Jens Axboe · 10 years ago
  48. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  49. 8e25577 Ensure we inherit global latency/bw log settings by Jens Axboe · 10 years ago
  50. ece6d64 Fix bug in freeing of duplicated files by Andrey Kuzmin · 10 years ago
  51. 7cd0ec5 Fix wrong time conversion on --status-interval= command line option by Jens Axboe · 10 years ago
  52. b1bebc3 Prevent file_append=1 with IO engine that can't extend files by Jens Axboe · 10 years ago
  53. bedc9dc Add support for file appends by Jens Axboe · 10 years ago
  54. 0574c88 Don't scramble buffers if compression is enabled by Jens Axboe · 10 years ago
  55. 5903e7b blktrace: load improvements by Jens Axboe · 10 years ago
  56. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  57. 2b8c71b fio: allow to combine terse output with any selected output type by Christian Ehrhardt · 10 years ago
  58. bcbfeef fio: add multi directory support by Christian Ehrhardt · 10 years ago
  59. 23ed19b fio: provide an option for a startdelay range by Christian Ehrhardt · 10 years ago
  60. 56e2a5f fio: allow general repeatability by Christian Ehrhardt · 10 years ago
  61. 455a50f fio: fix job clone mem leak by Christian Ehrhardt · 10 years ago
  62. eb0c74a Plug a free basic memory leaks by Jens Axboe · 10 years ago
  63. fec0f21 Add support for testing checksumming speed by Jens Axboe · 10 years ago
  64. d10983d init: log error on missing --output-format argument by Stefan Hajnoczi · 10 years ago
  65. c4ec0a1 init: --minimal does not take an optional argument by Stefan Hajnoczi · 10 years ago
  66. bfca2c7 init: update email address by Jens Axboe · 10 years ago
  67. 04778ba Add option to manually seed the random generators by Jens Axboe · 10 years ago
  68. 3e260a4 Add options to have fio latency profile a device by Jens Axboe · 11 years ago
  69. 292cc47 init: escape description option string by Jens Axboe · 11 years ago
  70. d01612f Add support for O_ATOMIC by Chris Mason · 11 years ago
  71. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  72. f9633d7 Fix problem with --showcmd and callbacks that verify by Jens Axboe · 11 years ago
  73. d21e253 Make it clear in job output whether we are using bs_is_seq_rand or not by Jens Axboe · 11 years ago
  74. eefd98b init: remove leftover unused variable by Jens Axboe · 11 years ago
  75. d947227 Add support for randomness of any IO direction by Jens Axboe · 11 years ago
  76. ee0ccb7 core: Removing duplicated code by Erwan Velu · 11 years ago
  77. 6e5c4b8 Catch NULL td->o.ioengine by Jens Axboe · 11 years ago
  78. 0b14f0a Always exit if do_exit is set after parse by Jens Axboe · 11 years ago
  79. 9d91818 Better catch arguments with required options and none passed by Jens Axboe · 11 years ago
  80. bfb3ea2 Fix segfault is bool option is used on command line and fails parsing by Jens Axboe · 11 years ago
  81. 211c9b8 Add support for modifying the randomness of a workload by Jens Axboe · 11 years ago
  82. 8d916c9 Catch the case where size= is less than the minimum block size by Jens Axboe · 11 years ago
  83. a88c8c1 Ensure we stop parsing and exit if a command line option fails by Jens Axboe · 11 years ago
  84. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  85. 8dc6eba init: kill unused mlock_size by Jens Axboe · 11 years ago
  86. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  87. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  88. e25b6d5 Use strcasestr() for matching filename_prefix keywords by Jens Axboe · 11 years ago
  89. de98bd3 Add filename_format option by Jens Axboe · 11 years ago
  90. d721392 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  91. a5e0ee1 Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB for Android. by Oleg · 11 years ago
  92. 111e032 Add --parse-only command line option by Jens Axboe · 11 years ago
  93. 8ea39c3 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  94. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  95. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  96. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  97. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  98. 627aa1a Fix zones for numjobs=x, where x > 1 by Jens Axboe · 11 years ago
  99. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  100. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago