1. 002fe73 Fix issue with openfiles= and file sizing by Jens Axboe · 11 years ago
  2. ea66e04 Fix issue with td->mutex being used-after-free by Jens Axboe · 11 years ago
  3. 782744e crc: add option to list possible crc types by Jens Axboe · 11 years ago
  4. f754086 crc: ensure we properly match test name by Jens Axboe · 11 years ago
  5. 005f702 README: update for crctest by Jens Axboe · 11 years ago
  6. fec0f21 Add support for testing checksumming speed by Jens Axboe · 11 years ago
  7. bc6a0a5 Prioritize lockfile= option by Jens Axboe · 11 years ago
  8. 67ad924 Fix crash with file locking and dup'ed files by Jens Axboe · 11 years ago
  9. f940128 verify: always log IO in the order they are issued by Jens Axboe · 11 years ago
  10. 78a6469 More precise fix for verify_backlog verification failure by Jens Axboe · 11 years ago
  11. 9a50c5c Fix verify_backlog start verification before finish writing by Puthikorn Voravootivat · 11 years ago
  12. c2703bf Fix for prematurely stopping on verify by Jens Axboe · 11 years ago
  13. c4b6117 Fix rand_seed mismatches in verify phase by Puthikorn Voravootivat · 11 years ago
  14. d10983d init: log error on missing --output-format argument by Stefan Hajnoczi · 11 years ago
  15. c4ec0a1 init: --minimal does not take an optional argument by Stefan Hajnoczi · 11 years ago
  16. bfca2c7 init: update email address by Jens Axboe · 11 years ago
  17. ef07baa Enable IPv6 in the Windows build by Bruce Cran · 11 years ago
  18. 363cffa fio: consolidate rand_seed to uint64_t by Grant Grundler · 11 years ago
  19. 9aa5fe3 Update Windows build for new threading library by Bruce Cran · 11 years ago
  20. 47c7c1f Fix Windows headers for IPv6 by Bruce Cran · 11 years ago
  21. eb23231 engine: protect net engine IPv6 support with configure check by Jens Axboe · 11 years ago
  22. 3aa3cee client/server: don't reset ipv6 expectations by Jens Axboe · 11 years ago
  23. ecad55e configure: add test for whether required IPv6 helpers by Jens Axboe · 11 years ago
  24. 3caf43e server: fix wrong error return on host lookup failure by Jens Axboe · 11 years ago
  25. 5e4c711 Add verify_only to man page by Jens Axboe · 11 years ago
  26. e9e177c Adds check for rand_seed during verify phase. by Juan Casse · 11 years ago
  27. 6216776 Adds verify_only option by Juan Casse · 11 years ago
  28. da0a7bd Adds check for numberio during verify phase. by Juan Casse · 11 years ago
  29. 6611e9c engine: more checks on IPv6 and multicast by Jens Axboe · 11 years ago
  30. 479471c server: make the connect code fully IPv6 by Jens Axboe · 11 years ago
  31. b1b1be2 engine: pass in right protocol family on host lookup by Jens Axboe · 11 years ago
  32. 0b78334 engine: IPv6 net engine updates by Jens Axboe · 11 years ago
  33. 49ccb8c engine: basic support for IPv6 in the net IO engine by Jens Axboe · 11 years ago
  34. 27ddbfa Fix potential oops in file unlocking at free time by Jens Axboe · 11 years ago
  35. 3c78a83 server: convert buffer pattern settings across client/server by Jens Axboe · 11 years ago
  36. ce35b1e Add option for specifically setting buffer contents by Jens Axboe · 11 years ago
  37. 04778ba Add option to manually seed the random generators by Jens Axboe · 11 years ago
  38. 1b8c5af Update README to reflect that fio now runs on OpenBSD by Jens Axboe · 11 years ago
  39. 1c7eaa7 libfio: add missing OS's to fio_os_strings[] by Jens Axboe · 11 years ago
  40. 3cd4c66 Add OpenBSD support by John · 11 years ago
  41. aa6738a Make configure tests pass pickier compiler options. by Castor Fu · 11 years ago
  42. 3e260a4 Add options to have fio latency profile a device by Jens Axboe · 11 years ago
  43. 572cfb3 Calloc() cleanup by Jens Axboe · 11 years ago
  44. e171fde Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  45. 292cc47 init: escape description option string by Jens Axboe · 11 years ago
  46. ff52be3 init: allow FIO_OPT_STR_SET options to have an optional argument by Jens Axboe · 11 years ago
  47. 7d6be13 Windows: add CONFIG_TLS_THREAD=y and swap pthreadGC2 to libwinpthread-1. by Bruce Cran · 11 years ago
  48. f01b34a Error out gracefully if we don't find the replay device for log replay by Jens Axboe · 11 years ago
  49. d95b34a blktrace: add support for non-native endian format by Jens Axboe · 11 years ago
  50. 0cf2574 Fio 2.1.4 by Jens Axboe · 11 years ago
  51. d01612f Add support for O_ATOMIC by Chris Mason · 11 years ago
  52. 5054e67 Fix access-outside-array of o->rwmix[] by Jens Axboe · 11 years ago
  53. 6348b5d server: make job/connection lists private by Jens Axboe · 11 years ago
  54. 7cb024f solaris: ensure that -D_REENTRANT gets set by Jens Axboe · 11 years ago
  55. 4c057b3 posixaio: fix thread problem with using errno by Jens Axboe · 11 years ago
  56. a7533db server: get rid of compile warning on platforms where pid_t isn't int by Jens Axboe · 11 years ago
  57. 30e472c Fix a couple of typos in fio2gnuplot. by Bruce Cran · 11 years ago
  58. c60587f Use #!/usr/bin/env to allow for interpreters in different directories. by Bruce Cran · 11 years ago
  59. 334185e server: ensure that fio_time_init() is called before option parsing by Bruce Cran · 11 years ago
  60. 70a6116 Implement writev on Windows by Bruce Cran · 11 years ago
  61. f16b740 Update Windows code to fix build breakage by Bruce Cran · 11 years ago
  62. 4446251 configure: add option to disable libnuma usage by Castor Fu · 11 years ago
  63. 952b05e Add json output for client/server mode by Castor Fu · 11 years ago
  64. 8afbf87 Fix bad asm constrants for x86-64 cpuid() by Jens Axboe · 11 years ago
  65. 03a22d9 client: fix free of wrong pointer by Hong Zhiguo · 11 years ago
  66. ddc0cc3 ppc: disable CPU clock until we can detect whether we have it or not by Jens Axboe · 11 years ago
  67. 9ddf943 arch-ppc.h: Fix typo in header guard by Akash Verma · 11 years ago
  68. 8a96c80 make ioengine specific command line options work by Akinobu Mita · 11 years ago
  69. 4db089f Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  70. d8b97c8 fix crash: free of wrong pointer in bssplit_ddir by Hong Zhiguo · 11 years ago
  71. 3bb0a7b howto: Fix redundant entries by Sitsofe Wheeler · 11 years ago
  72. 65f3c78 man page: Bump up release date by Sitsofe Wheeler · 11 years ago
  73. 2667784 man page: fix broken formatting before OUTPUT section by Sitsofe Wheeler · 11 years ago
  74. ccc2b32 man page: manpagify things that look like syscalls. by Sitsofe Wheeler · 11 years ago
  75. cecbfd4 man page: Fix typos by Sitsofe Wheeler · 11 years ago
  76. 26b26fc man page: correct typoe by Jens Axboe · 11 years ago
  77. 5b8f676 Merge branch 'manpage' of https://github.com/sitsofe/fio by Jens Axboe · 11 years ago
  78. 3c56823 log: disable log, if realloc fails by Jens Axboe · 11 years ago
  79. fa769d4 Update man page by Sitsofe Wheeler · 11 years ago
  80. 5c9323f Update man page by Sitsofe Wheeler · 11 years ago
  81. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  82. 5e59cd0 Fio 2.1.3 by Jens Axboe · 11 years ago
  83. 57e54e0 Fixes bug: stale LAST_POS(f) is not being reset by Juan Casse · 11 years ago
  84. 20876c5 Add condition to stop issuing io in do_io(). by Juan Casse · 11 years ago
  85. 03a0825 debug: ensure that __dprint() is also logged over the network by Jens Axboe · 11 years ago
  86. f713350 Fix broken requeue of io_us by Jens Axboe · 11 years ago
  87. 52c0cea Catch more places where the callback should just return on parse/check by Jens Axboe · 11 years ago
  88. f9633d7 Fix problem with --showcmd and callbacks that verify by Jens Axboe · 11 years ago
  89. a3c86fc Remove duplicate LDFLAGS on -o lines by Grant Grundler · 11 years ago
  90. 4649b35 Rework descriptions for mailing list, options, job files by Grant Grundler · 11 years ago
  91. 65e1a12 client: fix compile warning on platforms where pfds->fd is not an int by Jens Axboe · 11 years ago
  92. d56036a LFSR: Do not ignore returning the seed by Alex Pyrgiotis · 11 years ago
  93. ca45881 Fix spelling error in fio man page by Martin Steigerwald · 11 years ago
  94. 3e10fb8 verify: fix problem with hole punching on newer Linux kernels by Jens Axboe · 11 years ago
  95. ddf24e4 Add number_ios= option by Jens Axboe · 11 years ago
  96. d2d982d powerpc: disable use of ATBU clock by Jens Axboe · 11 years ago
  97. bed59ba genfio: Don't consider only /dev/ disk device by Erwan Velu · 11 years ago
  98. 1378cc6 fio2gnuplot: Adding manpage by Erwan Velu · 11 years ago
  99. 265a202 fio2gnuplot: Removing .py extension by Erwan Velu · 11 years ago
  100. f2a32ce fio2gnuplot: Fixing help message by Erwan Velu · 11 years ago