1. 045dd68 gluster: io_u->error should be a positive error value by Jens Axboe · 9 years ago
  2. 75289ee client: fix potential buffer overrun in server name copy by Jens Axboe · 9 years ago
  3. 12585bc init: fix potential mem leak on multiple trigger options by Jens Axboe · 9 years ago
  4. b0c36cf Avoid potential buffer overflow in make_filename() by Jens Axboe · 9 years ago
  5. b357a22 cleanup: add defines for default pareto or zipf values by Jens Axboe · 9 years ago
  6. adab916 Fio 2.2.4 by Jens Axboe · 9 years ago
  7. 1d31753 bloom: kill unused function by Jens Axboe · 9 years ago
  8. 070c617 axmap: make axmap_first_free() static by Ming Lei · 9 years ago
  9. 28787e4 Revert "axmap: ensure we lock down the maps for shared access" by Jens Axboe · 9 years ago
  10. b229faf Revert "axmap: fix deadlock" by Jens Axboe · 9 years ago
  11. da5b86e Get rid of lockfile callback by Jens Axboe · 9 years ago
  12. c7511e6 axmap: fix deadlock by Ming Lei · 9 years ago
  13. 1056413 gettime: add basic init cpuclock test by Jens Axboe · 9 years ago
  14. 2eb30e0 Fio 2.2.3 by Jens Axboe · 9 years ago
  15. f6b7925 options: ensure that we check all candidates on is_set check by Jens Axboe · 9 years ago
  16. 158a7fe Fio 2.2.2 by Jens Axboe · 9 years ago
  17. 2e2956c Fix default scrambling of buffers by Jens Axboe · 9 years ago
  18. d1be5f8 gettime: hide fio_gtod_cpumask if not used by Jens Axboe · 9 years ago
  19. 32bbea4 gettime: only use CPU affinity if available by Jens Axboe · 9 years ago
  20. 3a6ea73 Fio 2.2.1 by Jens Axboe · 9 years ago
  21. 948ceaf axmap: ensure we lock down the maps for shared access by Jens Axboe · 9 years ago
  22. 0703ea0 options: turn missing options into debug parse messages by Jens Axboe · 9 years ago
  23. 3c0f526 options: add debug code for failure to lookup option names by Jens Axboe · 9 years ago
  24. c180342 mutex: add __fio_mutex_remove() by Jens Axboe · 9 years ago
  25. 32e9adb t/btrace2fio: add ability to add specific options through -a by Jens Axboe · 9 years ago
  26. 7126d86 parse: remove the arithmetic parser checking by Jens Axboe · 9 years ago
  27. 809a29e Fio 2.2.0 by Jens Axboe · 9 years ago
  28. d8fc0cd gettime: fix compile warning for !ARCH_HAVE_CPU_CLOCK by Jens Axboe · 9 years ago
  29. 1e62c3f gettime: offset CPU cycle counter by initial value by Jens Axboe · 9 years ago
  30. f38eaf7 stat: always show disk util in terse v3/v4 by Jens Axboe · 9 years ago
  31. 5194e34 gettime: cleanup for FIO_DEBUG_TIME by Jens Axboe · 9 years ago
  32. 400531d gettime: fix overflow in cycle to usec conversion by Jens Axboe · 9 years ago
  33. 80ac020 gettime-thread: set and allow multiple CPUs by Jens Axboe · 9 years ago
  34. 2496101 gettime-thread: fix missing startup mutex by Jens Axboe · 9 years ago
  35. 0419419 gettime: improve gettimeofday() offload support by Jens Axboe · 9 years ago
  36. 02c7e29 gettime: limit warning on CPU clock by Jens Axboe · 9 years ago
  37. a7d78f2 gettime: don't attempt to fixup what looks like a backwards clock by Jens Axboe · 9 years ago
  38. e124390 engines/mmap: clear partial mmap flag on close by Jens Axboe · 9 years ago
  39. e8f198b engines/mmap: fix segfault on large devices and 32-bit archs by Jens Axboe · 9 years ago
  40. 42ec575 backend: use monotonic clock for ETA, if we have it by Jens Axboe · 9 years ago
  41. 581b5df backend: fix off-by-one in nsec calculation by Jens Axboe · 9 years ago
  42. d55dd04 file: unionize lfsr/randommap by Jens Axboe · 9 years ago
  43. aa31de7 Add helpers for getting/setting file engine data by Jens Axboe · 9 years ago
  44. eea6bed file: move mmap related data to engines/mmap.c where it belongs by Jens Axboe · 9 years ago
  45. 08a99be Fix read/write mix and different levels of randomness by Jens Axboe · 9 years ago
  46. 106a06b eta.c: check malloc return code by Robert Elliott · 9 years ago
  47. b2c52da backend: fix should_check_rate() typo in wait_for_completions() by Jens Axboe · 9 years ago
  48. 24528e7 backend: abstract out waiting for completions by Jens Axboe · 9 years ago
  49. b65f392 Update size/io_size descriptions by Jens Axboe · 9 years ago
  50. 1a9b293 btrace2fio: add support for collapsing close entries by Jens Axboe · 9 years ago
  51. 468a18c Improved support for libhdfs by Fabrice Bacchella · 9 years ago
  52. a2f1c2d gluster: wire up sync/datasync opcodes by Jens Axboe · 9 years ago
  53. 4b4b0ef Fix server/client set_options conversion by Jens Axboe · 9 years ago
  54. 1006b2d Use fio_option_is_set() for ioprio setting by Jens Axboe · 9 years ago
  55. d3d9401 Always scramble buffers, if scramble_buffers is set by Jens Axboe · 9 years ago
  56. 94b360f Get rid of _set variables by Jens Axboe · 9 years ago
  57. 9c62acd options: add support for checking if an option has been set by Jens Axboe · 9 years ago
  58. c88db25 Update date and email in man page by Jens Axboe · 9 years ago
  59. 5b28422 options: strip off =optval when matching by Jens Axboe · 9 years ago
  60. cf88f2a options: show closest match for unknown job option by Jens Axboe · 9 years ago
  61. 57a49c0 lib/rand: cleanup __fill_random_buffer() by Jens Axboe · 9 years ago
  62. 2ed0dfa lib/rand: fix bug with non uint64_t aligned random buffer fill by Jens Axboe · 9 years ago
  63. 786715e parse: make suggestions for unknown options by Jens Axboe · 9 years ago
  64. 8f99b95 sync: use io_u_log_error() for more detailed error messages by Jens Axboe · 9 years ago
  65. 2d613fe verify: cleanup by Jens Axboe · 9 years ago
  66. e145729 Use specified compression/pattern for verify buffers too by Jens Axboe · 9 years ago
  67. 97f78c4 Don't clear 'refill_buffers' unconditionally for pattern fill by Jens Axboe · 9 years ago
  68. fd1583f Use specified buffer_pattern (if given) for all io_u fills by Jens Axboe · 9 years ago
  69. d18c041 Remove 'td' parameter from fill_pattern() by Jens Axboe · 9 years ago
  70. bab1261 Fix a few spelling errors by Jens Axboe · 9 years ago
  71. 5d3c510 fio: remove deprecated --latency-log from manpage by Elliott, Robert (Server Storage) · 9 years ago
  72. 2a3bf76 Bump disk util stats from 32 to 64-bit values by Jens Axboe · 9 years ago
  73. 9aba7b7 Make gfio build with --build-static by Jens Axboe · 9 years ago
  74. ce596f2 Fixup t/ test apps for lfsr_next change() by Jens Axboe · 10 years ago
  75. 46ad62d lfsr: don't pass in last value to lfsr_next() by Jens Axboe · 10 years ago
  76. f15b9e5 iolog: account for wasted time in ipo stall by Jens Axboe · 10 years ago
  77. 15ed5ae blktrace: correct setting of iodepth by Jens Axboe · 10 years ago
  78. 18dbbb9 server: fix missing ETA in some cases by Jens Axboe · 10 years ago
  79. 07f512c trigger: always send trigger, not just when remote command is set by Jens Axboe · 10 years ago
  80. 7eebf50 client: defer local trigger execute until after state is received by Jens Axboe · 10 years ago
  81. e1ade20 HOWTO: add description and examples of verify triggers by Jens Axboe · 10 years ago
  82. a443207 trigger: enable separate remote and local trigger by Jens Axboe · 10 years ago
  83. 1be2ed9 Kill off -Wshadow again by Jens Axboe · 10 years ago
  84. 2c57d32 verify: allow empty/no trigger file by Jens Axboe · 10 years ago
  85. 4d6922b Fix some shadow warnings for some gcc variants by Jens Axboe · 10 years ago
  86. 3ebcfd5 verify: verify_state_gen_name() should check size by Jens Axboe · 10 years ago
  87. e927ea8 Fio 2.1.14 by Jens Axboe · 10 years ago
  88. 3d0be7c client: replace duplicate code with read_data() by Jens Axboe · 10 years ago
  89. de54cfd Add support for verify triggers and verify state saving by Jens Axboe · 10 years ago
  90. 2581b51 t/btrace2fio: don't dec inflight for requeue by Jens Axboe · 10 years ago
  91. 44aab35 t/btrace2fio: fix divide-by-zero in rate calculation by Jens Axboe · 10 years ago
  92. 93d3658 Makefile: add -Wshadow by Jens Axboe · 10 years ago
  93. 79dc914 Fixup some of the time (usec) based conversions by Stephen M. Cameron · 10 years ago
  94. d4eb465 Get rid if ddir_trim() macro by Jens Axboe · 10 years ago
  95. b89f89e Fix crash on threads being reaped before they are created by Jens Axboe · 10 years ago
  96. 1a9487d Add option for statically build fio by Jens Axboe · 10 years ago
  97. a5d7a72 t/btrace2fio: cap depth if we don't see completion traces by Jens Axboe · 10 years ago
  98. c38e38f Fix for a race when fio prints I/O statistics periodically by Vasily Tarasov · 10 years ago
  99. 623216d client/server: percentile_precision wasn't net converted by Jens Axboe · 10 years ago
  100. 6d63908 iolog: fix intermittent crash on exit with verify enabled by Jens Axboe · 10 years ago