1. bc4f5ef Support limited mixed command line options and job file by Jens Axboe · 10 years ago
  2. 25bd16c Fixup --timeout command line option by Jens Axboe · 10 years ago
  3. e413c2c Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  4. d1e78e6 Fix crash in setup_files() if no files are defined by Jens Axboe · 10 years ago
  5. 7788b76 Makefile: add doc target to generate PDFs from the man pages by Jens Axboe · 10 years ago
  6. ee2e571 Fix JSON_INTEGER overflow on Windows by changing datatype to 'long long' by Bruce Cran · 10 years ago
  7. f75c69a parse: fix crash with empty FIO_OPT_STR_STORE variables by Jens Axboe · 10 years ago
  8. 2e80228 Use setvbuf() for log writing by Jens Axboe · 10 years ago
  9. ea5409f iolog: invert log_mask bits by Jens Axboe · 10 years ago
  10. ea1f1da crc: add test.h header to test.c by Jens Axboe · 10 years ago
  11. 905e3d4 Cleanup the parallellized log writing by Jens Axboe · 10 years ago
  12. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  13. 3d43405 Add 'f' (Finishing) flag to status output by Jens Axboe · 10 years ago
  14. 7224205 mutex: add open init function and down_trylock() variant by Jens Axboe · 10 years ago
  15. 45aeca7 Don't crash when using filehash lock before init by Jens Axboe · 10 years ago
  16. 632f415 Add missing crc/test.h file by Jens Axboe · 10 years ago
  17. fb29604 Fix propagation of error value on failure to connect to fio server by Jens Axboe · 10 years ago
  18. c0c4b1d Merge branch 'erwan/clang' of https://github.com/enovance/fio by Jens Axboe · 10 years ago
  19. c3afb76 Merge branch 'erwan/nobasename' of https://github.com/enovance/fio by Jens Axboe · 10 years ago
  20. 9ee1c64 io_u: Using initialized local variable by Erwan Velu · 10 years ago
  21. a806bf2 stat: fixing bw_agg reporting by Erwan Velu · 10 years ago
  22. e53cf97 iolog: Keep full path for logs files by Erwan Velu · 10 years ago
  23. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  24. ef799a6 File pre-read lseek error check by Jens Axboe · 10 years ago
  25. 7b5cb70 Add alloc_new_file() by Jens Axboe · 10 years ago
  26. 8e25577 Ensure we inherit global latency/bw log settings by Jens Axboe · 10 years ago
  27. 9042623 Properly protect already-allocated file list by Jens Axboe · 10 years ago
  28. 4db205d Properly initialize shadow_fd to -1 by Jens Axboe · 10 years ago
  29. ece6d64 Fix bug in freeing of duplicated files by Andrey Kuzmin · 10 years ago
  30. f42557f Fio 2.1.7 by Jens Axboe · 10 years ago
  31. 9f973d1 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  32. 7cd0ec5 Fix wrong time conversion on --status-interval= command line option by Jens Axboe · 10 years ago
  33. 43cdea1 server: unlink sock file if interrupted early by Jens Axboe · 10 years ago
  34. 17e3531 server: dump where we attempted to bind in case of failure by Jens Axboe · 10 years ago
  35. b96b90c server: correct comment typo on port being after ':' by Jens Axboe · 10 years ago
  36. 190b8f0 Pass -Wstrict-prototypes -Wold-style-definition, whitespace by Castor Fu · 10 years ago
  37. 1417dae Don't re-create/unlink write file for append workload by Jens Axboe · 10 years ago
  38. b5f4d8b Unlink after file close by Jens Axboe · 10 years ago
  39. b1bebc3 Prevent file_append=1 with IO engine that can't extend files by Jens Axboe · 10 years ago
  40. 0aae4ce Update file_append documentation by Jens Axboe · 10 years ago
  41. bedc9dc Add support for file appends by Jens Axboe · 10 years ago
  42. 7750aac Update documentation on zero_buffers / scramble_buffers by Jens Axboe · 10 years ago
  43. 0574c88 Don't scramble buffers if compression is enabled by Jens Axboe · 10 years ago
  44. 4e59d0f Bump length of description field to 256 chars by Jens Axboe · 10 years ago
  45. 77d9967 Disable status file updates on error by Jens Axboe · 10 years ago
  46. dac45f2 stat: fixup fio-dump-status file location by Jens Axboe · 10 years ago
  47. 2f5a39d Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  48. 67445b6 Update documentation for filename/directory by Jens Axboe · 10 years ago
  49. 3939fe8 Add exceeds_number_ios() helper by Jens Axboe · 10 years ago
  50. 26251d8 Try a little harder to honor number_ios more accurately by Jens Axboe · 10 years ago
  51. c46fda9 Fix pointer alignment bug causing SIGBUS on Sparc64 by Sébastien Bouchex Bellomié · 10 years ago
  52. b24f59a Detect Windows operating system in ./configure by Stefan Hajnoczi · 10 years ago
  53. 4798633 Honor ./configure --cc= option by Stefan Hajnoczi · 10 years ago
  54. d0ec1d7 Fio 2.1.6.1 by Jens Axboe · 10 years ago
  55. 6cf71c2 Fix compile on CentOS/RHEL5 by Jens Axboe · 10 years ago
  56. d004a20 Fix typo in fio_cpu_count() by Jens Axboe · 10 years ago
  57. fad69e1 Fio 2.1.6 by Jens Axboe · 10 years ago
  58. 2e63e96 Fix verify_only option not working properly by Puthikorn Voravootivat · 10 years ago
  59. a2879fe Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  60. 96ed30c solaris: fixup new cpuset functions by Jens Axboe · 10 years ago
  61. 0cae66f Silence 'io_u might be used uninitialized' warning by Jens Axboe · 10 years ago
  62. 9f24726 server: fix warnings on some platforms on incompatible pointer type by Jens Axboe · 10 years ago
  63. 30ba722 Windows: add install directory to the Path environment variable by Bruce Cran · 10 years ago
  64. 8edd973 Add runstate swap helpers by Jens Axboe · 10 years ago
  65. ada083c Update cpus_allowed_policy=split documentation by Jens Axboe · 10 years ago
  66. 50b5860 cpus_allowed_policy fixups by Jens Axboe · 10 years ago
  67. 80e88a1 fio: fix last block never being touched by random offsets by Peter Oberparleiter · 10 years ago
  68. 30cb4c6 Fix off-by-one bug in CPU split mask handling by Jens Axboe · 10 years ago
  69. a1fc70f windows: fix fio_cpu_count() definition by Jens Axboe · 10 years ago
  70. 95db307 windows: add proper header for hweight64() by Jens Axboe · 10 years ago
  71. 5678538 Update IO engine version by Jens Axboe · 10 years ago
  72. c2acfba Add support for cpus_allowed_policy by Jens Axboe · 10 years ago
  73. 225ba9e Branch and cache miss speedups by Jens Axboe · 10 years ago
  74. 5903e7b blktrace: load improvements by Jens Axboe · 10 years ago
  75. bcd27f7 Fixup ->open_files if not given by Jens Axboe · 10 years ago
  76. 68631b3 net: fix accidental overwrite of more than just the address by Jens Axboe · 10 years ago
  77. 0dac421 Fix crash with --debug=file and NULL file return by Jens Axboe · 10 years ago
  78. cb1402d Ensure that fio_get_kb_base() doesn't assume 'data' is thread_options by Jens Axboe · 10 years ago
  79. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  80. 6bb5821 Improve latency_target runs by Jens Axboe · 10 years ago
  81. e466826 Fixup time multipliers by Jens Axboe · 10 years ago
  82. 65f21d6 xxhash: dos2unix'ize by Jens Axboe · 10 years ago
  83. a869d9c Add option group/category to allrandrepeat by Jens Axboe · 10 years ago
  84. 844ea60 Add support for the Google xxhash checksumming function by Jens Axboe · 10 years ago
  85. 51c8c37 server: bump protocol version by Jens Axboe · 10 years ago
  86. e7f5de9 fio: allow 0 as compress percentage by Peter Oberparleiter · 10 years ago
  87. 9900706 fio: flush log files on test end by Peter Oberparleiter · 10 years ago
  88. 2b8c71b fio: allow to combine terse output with any selected output type by Christian Ehrhardt · 10 years ago
  89. bcbfeef fio: add multi directory support by Christian Ehrhardt · 10 years ago
  90. 23ed19b fio: provide an option for a startdelay range by Christian Ehrhardt · 10 years ago
  91. 74454ce fio: allow milliseconds on all time specifiers by Christian Ehrhardt · 10 years ago
  92. 56e2a5f fio: allow general repeatability by Christian Ehrhardt · 10 years ago
  93. 455a50f fio: fix job clone mem leak by Christian Ehrhardt · 10 years ago
  94. dc632d1 add example job file for the RBD engine by Danny Al-Gaaf · 10 years ago
  95. 0d97869 fio.1: add rbd options to man page by Danny Al-Gaaf · 10 years ago
  96. fc5c034 librbd ioengine support by Daniel Gollub · 10 years ago
  97. 81fa6e0 Fix early termination of cpu id string by Jens Axboe · 10 years ago
  98. 729fe3a Fix another typo in gtod_reduce() by Jens Axboe · 10 years ago
  99. b74b820 Fix inverted logic in gtod_reduce() by Jens Axboe · 10 years ago
  100. aba6c95 Don't compute iops samples for gtod_reduce=1 by Jens Axboe · 10 years ago