1. e069899 Add time_since_genesis() by Jens Axboe · 10 years ago
  2. dc068d5 smalloc: add zeroing scalloc() variant by Jens Axboe · 10 years ago
  3. 0f7f9a9 Make fio -Wshadow clean by Jens Axboe · 10 years ago
  4. f678701 Get rid of __ prefix for internal frand state by Jens Axboe · 10 years ago
  5. 559073f Remove use of OS provided random functions by Jens Axboe · 10 years ago
  6. ec58c74 Add basic DragonFly support by Jens Axboe · 10 years ago
  7. 3fdf874 configure: disable lex/yacc on Solaris by Jens Axboe · 10 years ago
  8. 5aa6d82 mmap: set 'fd' to -1 by Jens Axboe · 10 years ago
  9. 6a60530 engines: rename option specific pad from 'td' to 'pad' by Jens Axboe · 10 years ago
  10. c6dd7c5 engines/rbd: sort IO by start time before waiting on it by Jens Axboe · 10 years ago
  11. ba1c431 use io_complete var to avoid the rbd_aio_is_complete lock and context switch by Ketor Meng · 10 years ago
  12. a73717a fix rbd_option parse error by Ketor Meng · 10 years ago
  13. 68b05cd engines/glusterfs_async: remove no-op prep function by Jens Axboe · 10 years ago
  14. 8f736fb engines/glusterfs_async: cleanups by Jens Axboe · 10 years ago
  15. 25393fa engines/glfs_async: add trim support by Jens Axboe · 10 years ago
  16. cd16fb7 engines/rbd: add option to busy poll on event completion by Jens Axboe · 10 years ago
  17. 21ea699 engines/rbd: remove unused rbd_options->td by Jens Axboe · 10 years ago
  18. a0c24f9 engines/rbd: use rbd_aio_is_complete() and add TRIM support by Jens Axboe · 10 years ago
  19. 9c1e047 engines/rbd: add support for rbd_invalidate_cache() by Jens Axboe · 10 years ago
  20. 1fe34b5 rbd: various fixes and cleanups by Jens Axboe · 10 years ago
  21. 4ffeb0a fio: Fix padding properly by Gwendal Grignou · 10 years ago
  22. 2703aa4 Loop Iteration Offset Bug by Brian Fulton · 10 years ago
  23. f5a9418 Fix fp alignment by Jens Axboe · 10 years ago
  24. 98d5315 fio: fix alignement to prevent bus error on ARM by Gwendal Grignou · 10 years ago
  25. 1266d3f diskutil: get rid of disk_util_start_exit() by Jens Axboe · 10 years ago
  26. 7fe3631 Consolidate disk util, eta, and status check thread by Jens Axboe · 10 years ago
  27. 0424786 stat: avoid hang with race in stat thread exit and rusage update by Jens Axboe · 10 years ago
  28. fdb0da8 Start and stop status interval (or file) thread separately by Jens Axboe · 10 years ago
  29. a2e694d backend: remove debug du thread exit notice by Jens Axboe · 10 years ago
  30. 925296a Get rid of (now unused) disk_util_mutex by Jens Axboe · 10 years ago
  31. 62244c9 Fix exit being slowed by disk util stat time by Jens Axboe · 10 years ago
  32. acf7ead t/dedupe: fix init of all thread variables by Jens Axboe · 10 years ago
  33. 1735930 compiler: improve gcc 4.x compile time check by Jens Axboe · 10 years ago
  34. f45d32b Fix typo in alignment check by Shu-Yu Fu · 10 years ago
  35. 5259738 Add alignment to thread_options_pack for proper fp alignment by Jens Axboe · 10 years ago
  36. fd738c0 fio: add alignment check for fp fields by Jens Axboe · 10 years ago
  37. 72d83a3 stat: ensure that the fp fields are 64-bit aligned by Jens Axboe · 10 years ago
  38. 3d225d0 Add some build assert macros by Jens Axboe · 10 years ago
  39. 6bde6be BSD Yacc doesn't understand --no-lines, so use -l instead by Bruce Cran · 10 years ago
  40. 768ae05 engines/net: get rid of conversion warning on clang/OSX by Jens Axboe · 10 years ago
  41. e2e7032 Get rid if --header-file argument for lex by Jens Axboe · 10 years ago
  42. 722b5cd client: fix potential NULL dereference by Jens Axboe · 10 years ago
  43. 31da12c t/btrace2fio: fix fd leak on error by Jens Axboe · 10 years ago
  44. bf6238a t/dedupe: fix bogus items NULL compare by Jens Axboe · 10 years ago
  45. 7bf3a57 sha256: cast shift to uint64_t by Jens Axboe · 10 years ago
  46. 7b3aea9 crc/test: fix potential div by zero by Jens Axboe · 10 years ago
  47. 9b093d8 engines/libaio: fix wrong setting of wait_start by Jens Axboe · 10 years ago
  48. 2b827fa server/client: don't use __ conversion functions if not needed by Jens Axboe · 10 years ago
  49. 49fe93e engines: don't use printf or stderr directly by Jens Axboe · 10 years ago
  50. bc2e69c backend: use log_info_flush(), not fflush() by Jens Axboe · 10 years ago
  51. f5c3fce smalloc: use log_err() for errors by Jens Axboe · 10 years ago
  52. 30f8e31 client: partial revert of 9899aff3e345 by Jens Axboe · 10 years ago
  53. 8c04b69 client: get rid of (now) unused client->nr_stat by Jens Axboe · 10 years ago
  54. bfa8f5d client: always output summed output for all clients by Jens Axboe · 10 years ago
  55. c2d6668 stat: set kb/unit_base, if not already set by Jens Axboe · 10 years ago
  56. 453545a Set genesis time when running only network clients by Jens Axboe · 10 years ago
  57. 500b4f4 Makefile: don't install test binaries by Jens Axboe · 10 years ago
  58. 26166ef engines/libaio: better protect against a busy loop in getevents() by Andrey Kuzmin · 10 years ago
  59. e93fd53 stat: add total/short/drop ios to the json output by Jens Axboe · 10 years ago
  60. 87fc1cd Update documentation on net engine port usage by Jens Axboe · 10 years ago
  61. a9b3c69 engines/net: add subjob number to given port by Jens Axboe · 10 years ago
  62. b9e839c configure: only print gtk status if --enable-gfio used by Jens Axboe · 10 years ago
  63. 80436e1 engines/net: use link close message on TCP as well by Jens Axboe · 10 years ago
  64. 7bc24f6 eta: don't count TD_SETTING_UP as a running process by Jens Axboe · 10 years ago
  65. 97909a1 engines/net: turn off UDP package dropping if buf size doesn't match by Jens Axboe · 10 years ago
  66. 67e149c stat: add dropped ios to the standard output by Jens Axboe · 10 years ago
  67. da91d75 engines/net: add start of tracking how many UDP packages are dropped by Jens Axboe · 10 years ago
  68. 5e34cea engines/net: add TCP_MAXSEG setting (mss) by Jens Axboe · 10 years ago
  69. 531e67a engines/net: add socket buffer window size setting by Jens Axboe · 10 years ago
  70. 0ecdd7f net: fix error reported on job exit and full residual by Jens Axboe · 10 years ago
  71. e5f7caa net: use SIGTERM for terminate by Jens Axboe · 10 years ago
  72. 682c7e6 Fix potential segfault on ENOENT on job file by Jens Axboe · 10 years ago
  73. 79ecc30 client: remember to zero pad filename by Jens Axboe · 10 years ago
  74. 3589918 Add support for --remote-config by Jens Axboe · 10 years ago
  75. cca4590 gfio: remove warning on g_type_init() being deprecated by Jens Axboe · 10 years ago
  76. cc481fd Makefile: fix gfio link for CONFIG_ARITHMETIC by Jens Axboe · 10 years ago
  77. 17876dc libaio: commit on EAGAIN by Jens Axboe · 10 years ago
  78. 4adf611 libaio: retry on -EINTR by Slava Pestov · 10 years ago
  79. 4ce8aba exp: small code cleanup by Jens Axboe · 10 years ago
  80. e340426 exp: fix issues around int vs size_t by Jens Axboe · 10 years ago
  81. 8944a7d Ignore lexer.h auto-generated file by Jens Axboe · 10 years ago
  82. 18a7ca5 t/dedupe: use fio abstracted OS_O_DIRECT by Jens Axboe · 10 years ago
  83. e13194d t/dedupe: remove leftover linux/fs.h include by Jens Axboe · 10 years ago
  84. 6d686d9 t/dedupe: use generic blockdev_size() to get size by Jens Axboe · 10 years ago
  85. 463fc15 t/dedupe: avoid div-by-zero for all identical chunks by Jens Axboe · 10 years ago
  86. 78340c0 t/dedupe: fix off-by 1.024 in bandwidth by Jens Axboe · 10 years ago
  87. 56a0f46 Fix bison parsing by Stephen M. Cameron · 10 years ago
  88. 50979ab fix problem with yy_size_t vs int param to lexer_input by Stephen M. Cameron · 10 years ago
  89. c0e1915 init: set fail error return on bad parse by Jens Axboe · 10 years ago
  90. 87d2369 Fio 2.1.13 by Jens Axboe · 10 years ago
  91. 0c195ae engines/libaio: modify getevents and commit error handling by Jens Axboe · 10 years ago
  92. cc7c47a Makefile: exp/fixup-buggy-yacc-output is no more by Jens Axboe · 10 years ago
  93. 5abaf3e make expression parser handle scientific notation by Stephen M. Cameron · 10 years ago
  94. 8bc7692 engines/libaio: reset 'wait_start' on non-EAGAIN by Jens Axboe · 10 years ago
  95. 89c4eb6 Bump IO engine version number by Jens Axboe · 10 years ago
  96. 44bbe10 engines/libaio: fix submit loop to use 'ld->queued' for exit by Jens Axboe · 10 years ago
  97. 8602b0a exp: we don't need -ly by Jens Axboe · 10 years ago
  98. 841ffe5 engines/libaio: don't reap on EAGAIN and no pending events by Jens Axboe · 10 years ago
  99. 0cbbc39 Constify a few more hot paths by Jens Axboe · 10 years ago
  100. 241eb08 engines/libaio: fix issue with EAGAIN by Jens Axboe · 10 years ago