1. 5e34cea engines/net: add TCP_MAXSEG setting (mss) by Jens Axboe · 10 years ago
  2. 531e67a engines/net: add socket buffer window size setting by Jens Axboe · 10 years ago
  3. 0ecdd7f net: fix error reported on job exit and full residual by Jens Axboe · 10 years ago
  4. e5f7caa net: use SIGTERM for terminate by Jens Axboe · 10 years ago
  5. 682c7e6 Fix potential segfault on ENOENT on job file by Jens Axboe · 10 years ago
  6. 79ecc30 client: remember to zero pad filename by Jens Axboe · 10 years ago
  7. 3589918 Add support for --remote-config by Jens Axboe · 10 years ago
  8. cca4590 gfio: remove warning on g_type_init() being deprecated by Jens Axboe · 10 years ago
  9. cc481fd Makefile: fix gfio link for CONFIG_ARITHMETIC by Jens Axboe · 10 years ago
  10. 17876dc libaio: commit on EAGAIN by Jens Axboe · 10 years ago
  11. 4adf611 libaio: retry on -EINTR by Slava Pestov · 10 years ago
  12. 4ce8aba exp: small code cleanup by Jens Axboe · 10 years ago
  13. e340426 exp: fix issues around int vs size_t by Jens Axboe · 10 years ago
  14. 8944a7d Ignore lexer.h auto-generated file by Jens Axboe · 10 years ago
  15. 18a7ca5 t/dedupe: use fio abstracted OS_O_DIRECT by Jens Axboe · 10 years ago
  16. e13194d t/dedupe: remove leftover linux/fs.h include by Jens Axboe · 10 years ago
  17. 6d686d9 t/dedupe: use generic blockdev_size() to get size by Jens Axboe · 10 years ago
  18. 463fc15 t/dedupe: avoid div-by-zero for all identical chunks by Jens Axboe · 10 years ago
  19. 78340c0 t/dedupe: fix off-by 1.024 in bandwidth by Jens Axboe · 10 years ago
  20. 56a0f46 Fix bison parsing by Stephen M. Cameron · 10 years ago
  21. 50979ab fix problem with yy_size_t vs int param to lexer_input by Stephen M. Cameron · 10 years ago
  22. c0e1915 init: set fail error return on bad parse by Jens Axboe · 10 years ago
  23. 87d2369 Fio 2.1.13 by Jens Axboe · 10 years ago
  24. 0c195ae engines/libaio: modify getevents and commit error handling by Jens Axboe · 10 years ago
  25. cc7c47a Makefile: exp/fixup-buggy-yacc-output is no more by Jens Axboe · 10 years ago
  26. 5abaf3e make expression parser handle scientific notation by Stephen M. Cameron · 10 years ago
  27. 8bc7692 engines/libaio: reset 'wait_start' on non-EAGAIN by Jens Axboe · 10 years ago
  28. 89c4eb6 Bump IO engine version number by Jens Axboe · 10 years ago
  29. 44bbe10 engines/libaio: fix submit loop to use 'ld->queued' for exit by Jens Axboe · 10 years ago
  30. 8602b0a exp: we don't need -ly by Jens Axboe · 10 years ago
  31. 841ffe5 engines/libaio: don't reap on EAGAIN and no pending events by Jens Axboe · 10 years ago
  32. 0cbbc39 Constify a few more hot paths by Jens Axboe · 10 years ago
  33. 241eb08 engines/libaio: fix issue with EAGAIN by Jens Axboe · 10 years ago
  34. 5a48d30 Constify 'td' in a few functions by Jens Axboe · 10 years ago
  35. a22867a remove unused bye symbol from arithmetic parser by Stephen M. Cameron · 10 years ago
  36. 64c9d60 enable informing arithmetic parser of implicit units by Stephen M. Cameron · 10 years ago
  37. 7ab38ba do not call fprintf from yyerror in expression parser by Stephen M. Cameron · 10 years ago
  38. 21bda79 verify that expression parsing code gets the right answer by Stephen M. Cameron · 10 years ago
  39. 303b5ca Treat colons and commas as end of input in expression parser by Stephen M. Cameron · 10 years ago
  40. 6a27ed9 Use calloc() instead of malloc + memset by Jens Axboe · 10 years ago
  41. bb8d4b8 HOWTO: fix typo by ordahan · 10 years ago
  42. aa2eda7 Makefile: properly annotate LEX/YACC parts by Jens Axboe · 10 years ago
  43. 7f194f9 exp: update man page and HOWTO by Jens Axboe · 10 years ago
  44. 0b8d3cb Makefile: PARSER_OBJS is not used anymore by Jens Axboe · 10 years ago
  45. a85066d filesetup: fix a bug where we overwrite the set size by Jens Axboe · 10 years ago
  46. 8cf2b45 exp: get rid of the #line bug workaround by Jens Axboe · 10 years ago
  47. e83e4f5 exp: fix shift/reduce conflict complaints by Stephen M. Cameron · 10 years ago
  48. b50afc4 configure: fix for the cases where bison provides yacc by Jens Axboe · 10 years ago
  49. c9a4996 exp: fix __pow_finite being undefined by Jens Axboe · 10 years ago
  50. 1061376 Fix compile of t/btrace2fio on RHEL5/CentOS5 by Jens Axboe · 10 years ago
  51. 5420b34 Makefile: silence make clean by Jens Axboe · 10 years ago
  52. ab9001b Makefile: silence fixup by Jens Axboe · 10 years ago
  53. e27dadc Wire up exp/test-expression-parser by Jens Axboe · 10 years ago
  54. d1010cc exp: set float output for int modulus by Jens Axboe · 10 years ago
  55. c24053b Update .gitignore with auto-generated lex/yacc outputs by Jens Axboe · 10 years ago
  56. ded6ec2 fio: support modulus for the arithmetic parser by Jens Axboe · 10 years ago
  57. 4fe690e fio: support exponentiation in expression parser by Stephen M. Cameron · 10 years ago
  58. c3805eb fio: support suffixes in expression parser by Stephen M. Cameron · 10 years ago
  59. 88b635b fio: allow arithmetic expressions to be used in job files by Stephen M. Cameron · 10 years ago
  60. cb8a41d t/dedupe: silence 'some_done' unused warning on some compilers by Jens Axboe · 10 years ago
  61. 86051d4 Fix typo in bs_is_seq_ran option help by Jens Axboe · 10 years ago
  62. 0b24a95 Clarify what number_ios does in the HOWTO/man page/help by Jens Axboe · 10 years ago
  63. 418bf54 Fix bug with zone and zone skipping and io_limit by Jens Axboe · 10 years ago
  64. 8a42394 Fix bug with rw sequence offset and io_limit by Jens Axboe · 10 years ago
  65. 2ccf91a t/dedupe: fixup bloom entry calculation by Jens Axboe · 10 years ago
  66. 91d9721 bloom: up hashes to 5 by default by Jens Axboe · 10 years ago
  67. 262cf5c crc/test: add fnv by Jens Axboe · 10 years ago
  68. dc34c74 Add fnv hash by Jens Axboe · 10 years ago
  69. fc18c78 crc/test: if the checksum needs a _final(), do it in the loop by Jens Axboe · 10 years ago
  70. ca79d44 t/dedupe: print dedupe ratio instead of made-up factor by Jens Axboe · 10 years ago
  71. b0e1bb9 Move murmur3 hash to crc/ by Jens Axboe · 10 years ago
  72. 95a5a3f crc/test: add jhash by Jens Axboe · 10 years ago
  73. 3e6d415 crc/test: fix alignment by Jens Axboe · 10 years ago
  74. 67c1b7c Add murmurhash3 by Jens Axboe · 10 years ago
  75. 343334a dedupe: exit gracefully if device/file open fails by Jens Axboe · 10 years ago
  76. 0347988 parse: fix issue with not filling leftover percentages correctly by Jens Axboe · 10 years ago
  77. 8e0aa16 Improve dedupe/compression buffer filling for mixed block sizes by Jens Axboe · 10 years ago
  78. ee4ceb7 bloom: use independent hashes by Jens Axboe · 10 years ago
  79. bc9c100 Clarify that include files may not contain job sections by Jens Axboe · 10 years ago
  80. 02036c4 bloom: always use a larger minimum size for bloom filter by Jens Axboe · 10 years ago
  81. de85014 Add HOWTO section on include files by Andrey Kuzmin · 10 years ago
  82. 3f28b45 Add ability to use an include file in a fio job file by Andrey Kuzmin · 10 years ago
  83. d393bcd dedupe: read in larger chunks at the time by Jens Axboe · 10 years ago
  84. c6f0f39 dedupe: fix warning and segfault on -B0 by Jens Axboe · 10 years ago
  85. d333882 t/lfsr-test: fixup time by Jens Axboe · 10 years ago
  86. 7a74197 Add debug helper stub for t/ programs by Jens Axboe · 10 years ago
  87. 76b9b83 dedupe: default to using a bloom filter to save memory by Jens Axboe · 10 years ago
  88. 5e59551 Add bloom filter by Jens Axboe · 10 years ago
  89. fc3f3e4 Fix compile for FIO_INC_DEBUG not set by Jens Axboe · 10 years ago
  90. 0e79408 dedupe: print threads used up front by Jens Axboe · 10 years ago
  91. 997c9c3 dedupe: remove rb_lock when done by Jens Axboe · 10 years ago
  92. d11a563 dedupe: cleanups and rate estimation by Jens Axboe · 10 years ago
  93. 4deca36 dedupe: don't add extent items unless we use them by Jens Axboe · 10 years ago
  94. db9ab4e t/dedupe: Linux only for now by Jens Axboe · 10 years ago
  95. b2a657f Fix 32-bit compile warnings by Jens Axboe · 10 years ago
  96. e1ecce5 Build t/ tools by default by Jens Axboe · 10 years ago
  97. 3f3415f dedupe: print progress indicator by Jens Axboe · 10 years ago
  98. d28d274 dedupe: improve wording in output by Jens Axboe · 10 years ago
  99. 5aa702c Add small tool to check for dedupable contents in a file/device by Jens Axboe · 10 years ago
  100. 89cce05 Checksumming updates by Jens Axboe · 10 years ago