1. 80ac020 gettime-thread: set and allow multiple CPUs by Jens Axboe · 9 years ago
  2. 2496101 gettime-thread: fix missing startup mutex by Jens Axboe · 9 years ago
  3. 0419419 gettime: improve gettimeofday() offload support by Jens Axboe · 9 years ago
  4. 02c7e29 gettime: limit warning on CPU clock by Jens Axboe · 9 years ago
  5. a7d78f2 gettime: don't attempt to fixup what looks like a backwards clock by Jens Axboe · 9 years ago
  6. e124390 engines/mmap: clear partial mmap flag on close by Jens Axboe · 9 years ago
  7. e8f198b engines/mmap: fix segfault on large devices and 32-bit archs by Jens Axboe · 9 years ago
  8. 42ec575 backend: use monotonic clock for ETA, if we have it by Jens Axboe · 9 years ago
  9. 581b5df backend: fix off-by-one in nsec calculation by Jens Axboe · 9 years ago
  10. d55dd04 file: unionize lfsr/randommap by Jens Axboe · 9 years ago
  11. aa31de7 Add helpers for getting/setting file engine data by Jens Axboe · 9 years ago
  12. eea6bed file: move mmap related data to engines/mmap.c where it belongs by Jens Axboe · 9 years ago
  13. 08a99be Fix read/write mix and different levels of randomness by Jens Axboe · 9 years ago
  14. 106a06b eta.c: check malloc return code by Robert Elliott · 9 years ago
  15. b2c52da backend: fix should_check_rate() typo in wait_for_completions() by Jens Axboe · 9 years ago
  16. 24528e7 backend: abstract out waiting for completions by Jens Axboe · 9 years ago
  17. b65f392 Update size/io_size descriptions by Jens Axboe · 9 years ago
  18. 1a9b293 btrace2fio: add support for collapsing close entries by Jens Axboe · 9 years ago
  19. 468a18c Improved support for libhdfs by Fabrice Bacchella · 9 years ago
  20. a2f1c2d gluster: wire up sync/datasync opcodes by Jens Axboe · 9 years ago
  21. 4b4b0ef Fix server/client set_options conversion by Jens Axboe · 9 years ago
  22. 1006b2d Use fio_option_is_set() for ioprio setting by Jens Axboe · 9 years ago
  23. d3d9401 Always scramble buffers, if scramble_buffers is set by Jens Axboe · 9 years ago
  24. 94b360f Get rid of _set variables by Jens Axboe · 9 years ago
  25. 9c62acd options: add support for checking if an option has been set by Jens Axboe · 9 years ago
  26. c88db25 Update date and email in man page by Jens Axboe · 9 years ago
  27. 5b28422 options: strip off =optval when matching by Jens Axboe · 9 years ago
  28. cf88f2a options: show closest match for unknown job option by Jens Axboe · 9 years ago
  29. 57a49c0 lib/rand: cleanup __fill_random_buffer() by Jens Axboe · 9 years ago
  30. 2ed0dfa lib/rand: fix bug with non uint64_t aligned random buffer fill by Jens Axboe · 9 years ago
  31. 786715e parse: make suggestions for unknown options by Jens Axboe · 9 years ago
  32. 8f99b95 sync: use io_u_log_error() for more detailed error messages by Jens Axboe · 9 years ago
  33. 2d613fe verify: cleanup by Jens Axboe · 9 years ago
  34. e145729 Use specified compression/pattern for verify buffers too by Jens Axboe · 9 years ago
  35. 97f78c4 Don't clear 'refill_buffers' unconditionally for pattern fill by Jens Axboe · 9 years ago
  36. fd1583f Use specified buffer_pattern (if given) for all io_u fills by Jens Axboe · 9 years ago
  37. d18c041 Remove 'td' parameter from fill_pattern() by Jens Axboe · 9 years ago
  38. bab1261 Fix a few spelling errors by Jens Axboe · 9 years ago
  39. 5d3c510 fio: remove deprecated --latency-log from manpage by Elliott, Robert (Server Storage) · 9 years ago
  40. 2a3bf76 Bump disk util stats from 32 to 64-bit values by Jens Axboe · 9 years ago
  41. 9aba7b7 Make gfio build with --build-static by Jens Axboe · 9 years ago
  42. ce596f2 Fixup t/ test apps for lfsr_next change() by Jens Axboe · 10 years ago
  43. 46ad62d lfsr: don't pass in last value to lfsr_next() by Jens Axboe · 10 years ago
  44. f15b9e5 iolog: account for wasted time in ipo stall by Jens Axboe · 10 years ago
  45. 15ed5ae blktrace: correct setting of iodepth by Jens Axboe · 10 years ago
  46. 18dbbb9 server: fix missing ETA in some cases by Jens Axboe · 10 years ago
  47. 07f512c trigger: always send trigger, not just when remote command is set by Jens Axboe · 10 years ago
  48. 7eebf50 client: defer local trigger execute until after state is received by Jens Axboe · 10 years ago
  49. e1ade20 HOWTO: add description and examples of verify triggers by Jens Axboe · 10 years ago
  50. a443207 trigger: enable separate remote and local trigger by Jens Axboe · 10 years ago
  51. 1be2ed9 Kill off -Wshadow again by Jens Axboe · 10 years ago
  52. 2c57d32 verify: allow empty/no trigger file by Jens Axboe · 10 years ago
  53. 4d6922b Fix some shadow warnings for some gcc variants by Jens Axboe · 10 years ago
  54. 3ebcfd5 verify: verify_state_gen_name() should check size by Jens Axboe · 10 years ago
  55. e927ea8 Fio 2.1.14 by Jens Axboe · 10 years ago
  56. 3d0be7c client: replace duplicate code with read_data() by Jens Axboe · 10 years ago
  57. de54cfd Add support for verify triggers and verify state saving by Jens Axboe · 10 years ago
  58. 2581b51 t/btrace2fio: don't dec inflight for requeue by Jens Axboe · 10 years ago
  59. 44aab35 t/btrace2fio: fix divide-by-zero in rate calculation by Jens Axboe · 10 years ago
  60. 93d3658 Makefile: add -Wshadow by Jens Axboe · 10 years ago
  61. 79dc914 Fixup some of the time (usec) based conversions by Stephen M. Cameron · 10 years ago
  62. d4eb465 Get rid if ddir_trim() macro by Jens Axboe · 10 years ago
  63. b89f89e Fix crash on threads being reaped before they are created by Jens Axboe · 10 years ago
  64. 1a9487d Add option for statically build fio by Jens Axboe · 10 years ago
  65. a5d7a72 t/btrace2fio: cap depth if we don't see completion traces by Jens Axboe · 10 years ago
  66. c38e38f Fix for a race when fio prints I/O statistics periodically by Vasily Tarasov · 10 years ago
  67. 623216d client/server: percentile_precision wasn't net converted by Jens Axboe · 10 years ago
  68. 6d63908 iolog: fix intermittent crash on exit with verify enabled by Jens Axboe · 10 years ago
  69. e069899 Add time_since_genesis() by Jens Axboe · 10 years ago
  70. dc068d5 smalloc: add zeroing scalloc() variant by Jens Axboe · 10 years ago
  71. 0f7f9a9 Make fio -Wshadow clean by Jens Axboe · 10 years ago
  72. f678701 Get rid of __ prefix for internal frand state by Jens Axboe · 10 years ago
  73. 559073f Remove use of OS provided random functions by Jens Axboe · 10 years ago
  74. ec58c74 Add basic DragonFly support by Jens Axboe · 10 years ago
  75. 3fdf874 configure: disable lex/yacc on Solaris by Jens Axboe · 10 years ago
  76. 5aa6d82 mmap: set 'fd' to -1 by Jens Axboe · 10 years ago
  77. 6a60530 engines: rename option specific pad from 'td' to 'pad' by Jens Axboe · 10 years ago
  78. c6dd7c5 engines/rbd: sort IO by start time before waiting on it by Jens Axboe · 10 years ago
  79. ba1c431 use io_complete var to avoid the rbd_aio_is_complete lock and context switch by Ketor Meng · 10 years ago
  80. a73717a fix rbd_option parse error by Ketor Meng · 10 years ago
  81. 68b05cd engines/glusterfs_async: remove no-op prep function by Jens Axboe · 10 years ago
  82. 8f736fb engines/glusterfs_async: cleanups by Jens Axboe · 10 years ago
  83. 25393fa engines/glfs_async: add trim support by Jens Axboe · 10 years ago
  84. cd16fb7 engines/rbd: add option to busy poll on event completion by Jens Axboe · 10 years ago
  85. 21ea699 engines/rbd: remove unused rbd_options->td by Jens Axboe · 10 years ago
  86. a0c24f9 engines/rbd: use rbd_aio_is_complete() and add TRIM support by Jens Axboe · 10 years ago
  87. 9c1e047 engines/rbd: add support for rbd_invalidate_cache() by Jens Axboe · 10 years ago
  88. 1fe34b5 rbd: various fixes and cleanups by Jens Axboe · 10 years ago
  89. 4ffeb0a fio: Fix padding properly by Gwendal Grignou · 10 years ago
  90. 2703aa4 Loop Iteration Offset Bug by Brian Fulton · 10 years ago
  91. f5a9418 Fix fp alignment by Jens Axboe · 10 years ago
  92. 98d5315 fio: fix alignement to prevent bus error on ARM by Gwendal Grignou · 10 years ago
  93. 1266d3f diskutil: get rid of disk_util_start_exit() by Jens Axboe · 10 years ago
  94. 7fe3631 Consolidate disk util, eta, and status check thread by Jens Axboe · 10 years ago
  95. 0424786 stat: avoid hang with race in stat thread exit and rusage update by Jens Axboe · 10 years ago
  96. fdb0da8 Start and stop status interval (or file) thread separately by Jens Axboe · 10 years ago
  97. a2e694d backend: remove debug du thread exit notice by Jens Axboe · 10 years ago
  98. 925296a Get rid of (now unused) disk_util_mutex by Jens Axboe · 10 years ago
  99. 62244c9 Fix exit being slowed by disk util stat time by Jens Axboe · 10 years ago
  100. acf7ead t/dedupe: fix init of all thread variables by Jens Axboe · 10 years ago