1. b8a6582 smalloc: pool->file is only used in add_pool(), so make it local by Jens Axboe · 16 years ago
  2. 443bb11 smalloc: unlink pool file in add_pool() by Jens Axboe · 16 years ago
  3. 46e9e96 Use frame pointer by Jens Axboe · 16 years ago
  4. c12f6da Make log writing append by Jens Axboe · 16 years ago
  5. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  6. 8cdabc1 Fix bug in parser that causes a crash with a bad option by Jens Axboe · 16 years ago
  7. 860a8a6 Fio 1.23 by Jens Axboe · 16 years ago
  8. 5f8f972 Handle ctrl-c properly with threads by Jens Axboe · 16 years ago
  9. 182ec6e Fix leaks with using get_opt_postfix() by Jens Axboe · 16 years ago
  10. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  11. 3e48892 Fix backwards clock on tsc source with Linux by Jens Axboe · 16 years ago
  12. 12d9d84 Issue time fixup for guasi/libaio by Jens Axboe · 16 years ago
  13. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  14. 62977e0 Kill io_u timeout handling by Jens Axboe · 16 years ago
  15. d0c1532 Only memcpy last issue time when using iolog replay by Jens Axboe · 16 years ago
  16. c3383b9 Fio 1.22 by Jens Axboe · 16 years ago
  17. 0d7e3c9 Fio 1.22-rc3 by Jens Axboe · 16 years ago
  18. 02444ad Warning fixes by Jens Axboe · 16 years ago
  19. 3c54bc4 Document environment variable expansion by Aaron Carroll · 16 years ago
  20. 88b5a39 Add environment-variable substitution to config options by Aaron Carroll · 16 years ago
  21. 2e8552b Update README for new mailing list info by Jens Axboe · 16 years ago
  22. 5e28df3 Fix missing initialization of merge/io counts by Jens Axboe · 16 years ago
  23. 043b74b Aggregate slave device stats into the stats for master. by Shehjar Tikoo · 16 years ago
  24. 6742301 Add support to display slave device stats for software RAIDs. by Shehjar Tikoo · 16 years ago
  25. 6820cb3 HOWTO: add comment on terse and --minimal by Jens Axboe · 16 years ago
  26. 59fd3f2 Fio 1.22-rc2 by Jens Axboe · 16 years ago
  27. 419484b Don't compile crc32c-intel on non-x86 platforms by Aaron Carroll · 16 years ago
  28. b29ee5b Update ramp_time by Jens Axboe · 16 years ago
  29. e417fd6 Update options by Jens Axboe · 16 years ago
  30. 44f0c3f Fio 1.22-rc1 by Jens Axboe · 16 years ago
  31. 721938a Add ramp_time option by Jens Axboe · 16 years ago
  32. 9c5a385 eta: fix bugs withe fill_device and exitall_on_terminate by Shaozhi Shawn Ye · 16 years ago
  33. 8954110 filehash: check for NULL ->file_name in hash lookup by Jens Axboe · 16 years ago
  34. b9fbcf2 filehash: Filehash should be removed after the file is closed by Shaozhi Shawn Ye · 16 years ago
  35. a7ba8c5 filesetup: When terse_output is set, The 'laying out' message should not be displayed. by Shaozhi Shawn Ye · 16 years ago
  36. d1271dc smalloc: Remove read/write lock race condition which will result in segmentation fault by Shaozhi Shawn Ye · 16 years ago
  37. 2b52511 Allow fio headers to be included by a C++ build by Daniel Rall · 16 years ago
  38. de79c91 Add SIGILL signal handler by Jens Axboe · 16 years ago
  39. af497e6 Remember to add crc32c_intel option check by Jens Axboe · 16 years ago
  40. 3845591 Add intel hardware assisted crc32c support by Jens Axboe · 16 years ago
  41. c48c0be Detect and complain on smalloc failures by Jens Axboe · 16 years ago
  42. 6885768 smalloc: default to 128 pools instead of 4 by Jens Axboe · 16 years ago
  43. bc3456f Prevent filetype disappearing by Aaron Carroll · 16 years ago
  44. f3f552b Add uninitialized_var() to silence bogus compiler warnings by Jens Axboe · 16 years ago
  45. 9c02f6e eta overflow fix by Gurudas Pai · 16 years ago
  46. 3b02d57 Revert "Add spinlocks" by Jens Axboe · 16 years ago
  47. ff2e223 Revert "Add spinlock wrapper helpers" by Jens Axboe · 16 years ago
  48. 6548f47 Revert "smalloc: convert to spinlocks" by Jens Axboe · 16 years ago
  49. b950781 Revert "Convert file hash lock to spinlocks" by Jens Axboe · 16 years ago
  50. 61a179a Revert "Remove unused define" by Jens Axboe · 16 years ago
  51. edf2c6c Remove unused define by Jens Axboe · 16 years ago
  52. 0ec7b3c Convert file hash lock to spinlocks by Jens Axboe · 16 years ago
  53. 3f19591 smalloc: convert to spinlocks by Jens Axboe · 16 years ago
  54. 8b4a7c8 Add spinlock wrapper helpers by Jens Axboe · 16 years ago
  55. 69ebbd3 Add spinlocks by Jens Axboe · 16 years ago
  56. bd2626f fio.1: Correct terse (--minimal) output - page faults by Carl Henrik Lunde · 16 years ago
  57. 1025d13 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 16 years ago
  58. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  59. 13ddcb1 crc32 is uint32_t, not unsigned long by Jens Axboe · 16 years ago
  60. f3059de Improve bsrange buflen generations by Jens Axboe · 16 years ago
  61. 091708d Don't include headers in depend target by Jens Axboe · 16 years ago
  62. b7c6302 Clear num_opts early by Jens Axboe · 16 years ago
  63. 5b6f5c6 Older Linux versions do not have O_NOATIME by Jens Axboe · 16 years ago
  64. 2577594 Remember to free **opts as well by Jens Axboe · 16 years ago
  65. 3b8b713 Add option priorities by Jens Axboe · 16 years ago
  66. 0aa417a splice: if splicing fails with EINVAL, it's most likely missing fs support by Jens Axboe · 16 years ago
  67. 1cb05ed Fio 1.21 by Jens Axboe · 16 years ago
  68. ac0be2a Linux sysfs change broke fio disk lookup by Jens Axboe · 16 years ago
  69. cac58fd ETA fix by Jens Axboe · 16 years ago
  70. c17d468 Fio 1.21-rc8 by Jens Axboe · 16 years ago
  71. bf9a3ed HOWTO spelling by Jens Axboe · 16 years ago
  72. f66ab3c Help entry typos by Jens Axboe · 16 years ago
  73. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  74. 0721d11 Don't print 100% done, when we don't have a time estimate yet by Jens Axboe · 16 years ago
  75. a55820d MAP_ANON requires fd == -1 by Jens Axboe · 16 years ago
  76. dc873b6 Add OS agnostic RAND_MAX by Jens Axboe · 16 years ago
  77. da28353 Compile warning for non-signal driven solaris asynch io by Jens Axboe · 16 years ago
  78. f022ddb Solaris: support for proper random functions by Jens Axboe · 16 years ago
  79. e116f2b Add directio support to Solaris by Jens Axboe · 16 years ago
  80. d5707a3 We need to grab and mark the file open before jumping to an error path by Jens Axboe · 16 years ago
  81. 18bc502 Kill useless undef's by Jens Axboe · 16 years ago
  82. 9a9c63f Add missing splice syscall numbers for alpha and s390 by Jens Axboe · 16 years ago
  83. 44c47fe Add write barriers by Jens Axboe · 16 years ago
  84. d0b18cf Fio 1.21-rc7 by Jens Axboe · 16 years ago
  85. 6162f52 Missing time store in rwmix switch by Jens Axboe · 16 years ago
  86. 5f42100 Base FreeBSD Makefile on Linux, but insist on gmake usage by Jens Axboe · 16 years ago
  87. 6492b1e Makefile update by Jens Axboe · 16 years ago
  88. 8e55e8c Remove comment wrt sigaction() usage, it's deprecated by Jens Axboe · 16 years ago
  89. 556e831 solarisaio: support signal driven async IO by Jens Axboe · 16 years ago
  90. 0f09e82 solarisaio: aiowait() can return (void *) -1 for error by Jens Axboe · 16 years ago
  91. eef3235 Move fls.h in with the other lib helpers by Jens Axboe · 16 years ago
  92. 78e7b3e Include solarisaio in README by Jens Axboe · 16 years ago
  93. 5cf56c0 solarisaio: IO depth constrained by MAXASYNCHIO by Jens Axboe · 16 years ago
  94. 6a42d88 Fio 1.21-rc6 by Jens Axboe · 16 years ago
  95. 0ae38eb Missed fls() -> __fls() conversion by Jens Axboe · 16 years ago
  96. 0f0bc04 Fio 1.21-rc5 by Jens Axboe · 16 years ago
  97. ba47b7d FreeBSD Makefile update by Jens Axboe · 16 years ago
  98. 42124d3 mutex: only regard less-than-zero return as error by Jens Axboe · 16 years ago
  99. 7292056 net engine: missing includes by Jens Axboe · 16 years ago
  100. 207cb0f posixaio: not all platforms have aio_fsync() by Jens Axboe · 16 years ago