1. 572cfb3 Calloc() cleanup by Jens Axboe · 11 years ago
  2. e171fde Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  3. 292cc47 init: escape description option string by Jens Axboe · 11 years ago
  4. ff52be3 init: allow FIO_OPT_STR_SET options to have an optional argument by Jens Axboe · 11 years ago
  5. 7d6be13 Windows: add CONFIG_TLS_THREAD=y and swap pthreadGC2 to libwinpthread-1. by Bruce Cran · 11 years ago
  6. f01b34a Error out gracefully if we don't find the replay device for log replay by Jens Axboe · 11 years ago
  7. d95b34a blktrace: add support for non-native endian format by Jens Axboe · 11 years ago
  8. 0cf2574 Fio 2.1.4 by Jens Axboe · 11 years ago
  9. d01612f Add support for O_ATOMIC by Chris Mason · 11 years ago
  10. 5054e67 Fix access-outside-array of o->rwmix[] by Jens Axboe · 11 years ago
  11. 6348b5d server: make job/connection lists private by Jens Axboe · 11 years ago
  12. 7cb024f solaris: ensure that -D_REENTRANT gets set by Jens Axboe · 11 years ago
  13. 4c057b3 posixaio: fix thread problem with using errno by Jens Axboe · 11 years ago
  14. a7533db server: get rid of compile warning on platforms where pid_t isn't int by Jens Axboe · 11 years ago
  15. 30e472c Fix a couple of typos in fio2gnuplot. by Bruce Cran · 11 years ago
  16. c60587f Use #!/usr/bin/env to allow for interpreters in different directories. by Bruce Cran · 11 years ago
  17. 334185e server: ensure that fio_time_init() is called before option parsing by Bruce Cran · 11 years ago
  18. 70a6116 Implement writev on Windows by Bruce Cran · 11 years ago
  19. f16b740 Update Windows code to fix build breakage by Bruce Cran · 11 years ago
  20. 4446251 configure: add option to disable libnuma usage by Castor Fu · 11 years ago
  21. 952b05e Add json output for client/server mode by Castor Fu · 11 years ago
  22. 8afbf87 Fix bad asm constrants for x86-64 cpuid() by Jens Axboe · 11 years ago
  23. 03a22d9 client: fix free of wrong pointer by Hong Zhiguo · 11 years ago
  24. ddc0cc3 ppc: disable CPU clock until we can detect whether we have it or not by Jens Axboe · 11 years ago
  25. 9ddf943 arch-ppc.h: Fix typo in header guard by Akash Verma · 11 years ago
  26. 8a96c80 make ioengine specific command line options work by Akinobu Mita · 11 years ago
  27. 4db089f Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  28. d8b97c8 fix crash: free of wrong pointer in bssplit_ddir by Hong Zhiguo · 11 years ago
  29. 3bb0a7b howto: Fix redundant entries by Sitsofe Wheeler · 11 years ago
  30. 65f3c78 man page: Bump up release date by Sitsofe Wheeler · 11 years ago
  31. 2667784 man page: fix broken formatting before OUTPUT section by Sitsofe Wheeler · 11 years ago
  32. ccc2b32 man page: manpagify things that look like syscalls. by Sitsofe Wheeler · 11 years ago
  33. cecbfd4 man page: Fix typos by Sitsofe Wheeler · 11 years ago
  34. 26b26fc man page: correct typoe by Jens Axboe · 11 years ago
  35. 5b8f676 Merge branch 'manpage' of https://github.com/sitsofe/fio by Jens Axboe · 11 years ago
  36. 3c56823 log: disable log, if realloc fails by Jens Axboe · 11 years ago
  37. fa769d4 Update man page by Sitsofe Wheeler · 11 years ago
  38. 5c9323f Update man page by Sitsofe Wheeler · 11 years ago
  39. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  40. 5e59cd0 Fio 2.1.3 by Jens Axboe · 11 years ago
  41. 57e54e0 Fixes bug: stale LAST_POS(f) is not being reset by Juan Casse · 11 years ago
  42. 20876c5 Add condition to stop issuing io in do_io(). by Juan Casse · 11 years ago
  43. 03a0825 debug: ensure that __dprint() is also logged over the network by Jens Axboe · 11 years ago
  44. f713350 Fix broken requeue of io_us by Jens Axboe · 11 years ago
  45. 52c0cea Catch more places where the callback should just return on parse/check by Jens Axboe · 11 years ago
  46. f9633d7 Fix problem with --showcmd and callbacks that verify by Jens Axboe · 11 years ago
  47. a3c86fc Remove duplicate LDFLAGS on -o lines by Grant Grundler · 11 years ago
  48. 4649b35 Rework descriptions for mailing list, options, job files by Grant Grundler · 11 years ago
  49. 65e1a12 client: fix compile warning on platforms where pfds->fd is not an int by Jens Axboe · 11 years ago
  50. d56036a LFSR: Do not ignore returning the seed by Alex Pyrgiotis · 11 years ago
  51. ca45881 Fix spelling error in fio man page by Martin Steigerwald · 11 years ago
  52. 3e10fb8 verify: fix problem with hole punching on newer Linux kernels by Jens Axboe · 11 years ago
  53. ddf24e4 Add number_ios= option by Jens Axboe · 11 years ago
  54. d2d982d powerpc: disable use of ATBU clock by Jens Axboe · 11 years ago
  55. bed59ba genfio: Don't consider only /dev/ disk device by Erwan Velu · 11 years ago
  56. 1378cc6 fio2gnuplot: Adding manpage by Erwan Velu · 11 years ago
  57. 265a202 fio2gnuplot: Removing .py extension by Erwan Velu · 11 years ago
  58. f2a32ce fio2gnuplot: Fixing help message by Erwan Velu · 11 years ago
  59. 2fa2338 fio2gnuplot: Managing temporary files in a better way by Erwan Velu · 11 years ago
  60. 590846b fio2gnuplot: Deleting temporary files by default by Erwan Velu · 11 years ago
  61. 649d301 fio2gnuplot: Adding verbose option by Erwan Velu · 11 years ago
  62. 853fd2c fio2gnuplot: Fixing typo in error message by Erwan Velu · 11 years ago
  63. 19a9409 fio2gnuplot: Adding getoplong support for cmdline by Erwan Velu · 11 years ago
  64. 5a4f574 fio2gnplot: Print specific message if cmdline parsing fails by Erwan Velu · 11 years ago
  65. 7a16102 Fio 2.1.2 by Jens Axboe · 11 years ago
  66. 9b7e600 iolog: Logging blocksize in IOPS traces by Erwan Velu · 11 years ago
  67. 8ff749c fio2gnuplot: Display average value in label by Erwan Velu · 11 years ago
  68. b68e5f8 fio2gnuplot: Plotting average value for compare graphs by Erwan Velu · 11 years ago
  69. ffab7c2 fio2gnuplot: Fixing plotting issues on shorten files by Erwan Velu · 11 years ago
  70. 51d5220 fio2gnplot: Renaming file variable to myfile by Erwan Velu · 11 years ago
  71. 932f303 fio2gnuplot: Adding time selection options by Erwan Velu · 11 years ago
  72. 32deaac fio2gnuplot: Print line if int() conversion fails by Erwan Velu · 11 years ago
  73. 4ff1f2d fio2gnuplot: Fixing typo when inserting fake data by Erwan Velu · 11 years ago
  74. bd33a2f Make test for gnuplot work with empty strings. by Martin Steigerwald · 11 years ago
  75. 428b4f6 fio2gnuplot: Adding filename as title for 2D graphs by Erwan Velu · 11 years ago
  76. d0b4ba6 fio2gnuplot: Adding information steps by Erwan Velu · 11 years ago
  77. 18fdb64 fio2gnuplot: Fixing help message by Erwan Velu · 11 years ago
  78. 795ae70 fio2gnuplot: Adding comparing 2D graphs by Erwan Velu · 11 years ago
  79. 356a65d fio2gnuplot: Printing number of selected files by Erwan Velu · 11 years ago
  80. 1cc6579 fio2gnuplot: Using default install dir for gpm files by Erwan Velu · 11 years ago
  81. 0460eb9 Tree: Moving fio_generate_plots in tools/ by Erwan Velu · 11 years ago
  82. 250533e Makefile: Installing genfio at install time by Erwan Velu · 11 years ago
  83. eab4af4 Makefile: Installing fio2gnuplot & sons by Erwan Velu · 11 years ago
  84. 5923d3a fio2gnuplot: Option to select gnuplot's output dir by Erwan Velu · 11 years ago
  85. bf97473 Update sample atomic write job file by Jens Axboe · 11 years ago
  86. d21e253 Make it clear in job output whether we are using bs_is_seq_rand or not by Jens Axboe · 11 years ago
  87. 6aca9b3 Add support for bs_is_seq_rand by Jens Axboe · 11 years ago
  88. eefd98b init: remove leftover unused variable by Jens Axboe · 11 years ago
  89. d947227 Add support for randomness of any IO direction by Jens Axboe · 11 years ago
  90. 954cd73 Update for RDMA io engine's compatibility by Yufei Ren · 11 years ago
  91. 2fdbefd core: Insure "il" is initialized in all cases by Erwan Velu · 11 years ago
  92. 0fddbf7 core: Don't leak memory if error is unknown by Erwan Velu · 11 years ago
  93. ee0ccb7 core: Removing duplicated code by Erwan Velu · 11 years ago
  94. d7e30e6 fio2gnuplot: Don't plot fake data by Erwan Velu · 11 years ago
  95. f9846c3 fio2gnuplot: Don't truncate fio log files by Erwan Velu · 11 years ago
  96. 09f30f4 fio2gnuplot: Keep original filename in temp. files by Erwan Velu · 11 years ago
  97. 21356fe net: Add UDP multicast example job file by Shawn Bohrer · 11 years ago
  98. d3a623d net: Add option to set outgoing multicast TTL by Shawn Bohrer · 11 years ago
  99. b93b6a2 net: Allow setting network interface to use for multicast by Shawn Bohrer · 11 years ago
  100. b511c9a net: Add UDP multicast support by Shawn Bohrer · 11 years ago