1. 356a65d fio2gnuplot: Printing number of selected files by Erwan Velu · 11 years ago
  2. 1cc6579 fio2gnuplot: Using default install dir for gpm files by Erwan Velu · 11 years ago
  3. 0460eb9 Tree: Moving fio_generate_plots in tools/ by Erwan Velu · 11 years ago
  4. 250533e Makefile: Installing genfio at install time by Erwan Velu · 11 years ago
  5. eab4af4 Makefile: Installing fio2gnuplot & sons by Erwan Velu · 11 years ago
  6. 5923d3a fio2gnuplot: Option to select gnuplot's output dir by Erwan Velu · 11 years ago
  7. bf97473 Update sample atomic write job file by Jens Axboe · 11 years ago
  8. d21e253 Make it clear in job output whether we are using bs_is_seq_rand or not by Jens Axboe · 11 years ago
  9. 6aca9b3 Add support for bs_is_seq_rand by Jens Axboe · 11 years ago
  10. eefd98b init: remove leftover unused variable by Jens Axboe · 11 years ago
  11. d947227 Add support for randomness of any IO direction by Jens Axboe · 11 years ago
  12. 954cd73 Update for RDMA io engine's compatibility by Yufei Ren · 11 years ago
  13. 2fdbefd core: Insure "il" is initialized in all cases by Erwan Velu · 11 years ago
  14. 0fddbf7 core: Don't leak memory if error is unknown by Erwan Velu · 11 years ago
  15. ee0ccb7 core: Removing duplicated code by Erwan Velu · 11 years ago
  16. d7e30e6 fio2gnuplot: Don't plot fake data by Erwan Velu · 11 years ago
  17. f9846c3 fio2gnuplot: Don't truncate fio log files by Erwan Velu · 11 years ago
  18. 09f30f4 fio2gnuplot: Keep original filename in temp. files by Erwan Velu · 11 years ago
  19. 21356fe net: Add UDP multicast example job file by Shawn Bohrer · 11 years ago
  20. d3a623d net: Add option to set outgoing multicast TTL by Shawn Bohrer · 11 years ago
  21. b93b6a2 net: Allow setting network interface to use for multicast by Shawn Bohrer · 11 years ago
  22. b511c9a net: Add UDP multicast support by Shawn Bohrer · 11 years ago
  23. be34415 fio2gnuplot: Fixing Yaxis rendering for 2D plots by Erwan Velu · 11 years ago
  24. 3b73c53 genfio: Protecting parse_cmdline from spaces by Erwan Velu · 11 years ago
  25. a492473 tools: Adding gitignore by Erwan Velu · 11 years ago
  26. 80139d2 genfio: Use dynamic default values in help by Erwan Velu · 11 years ago
  27. ea0542d genfio: Don't use cat EOF for small prints by Erwan Velu · 11 years ago
  28. ca14375 genfio: Adding exec_{pre|post}run support by Erwan Velu · 11 years ago
  29. fdc0f3b genfio: Splitting gen_template in 2 parts by Erwan Velu · 11 years ago
  30. 4a93dec net: close socket on error by Shawn Bohrer · 11 years ago
  31. ee7062f net: fix recvfrom error message by Shawn Bohrer · 11 years ago
  32. 74c8c48 HOWTO: update exec_{pre,post}run information by Jens Axboe · 11 years ago
  33. 05d6f44 Fix warning with newer gcc in str_numa_mpol_cb() by Jens Axboe · 11 years ago
  34. ce48649 backend: Logging exec_{pre|post}run by Erwan Velu · 11 years ago
  35. 8d271b6 backend: Get rid of sh -c for exec_string by Erwan Velu · 11 years ago
  36. d141511 genfio: Enforce time_based if runtime > 0 by Erwan Velu · 11 years ago
  37. 7d1ca6c genfio: Adding iodepth support by Erwan Velu · 11 years ago
  38. 60238f0 genfio: Warn users if read occurs before write by Erwan Velu · 11 years ago
  39. ab65293 fio2gnuplot: Adjusting y axis plot (2D) by Erwan Velu · 11 years ago
  40. d270b8b fio2gnuplot: Don't graph 3D if not enough data by Erwan Velu · 11 years ago
  41. a8668a0 fio2gnuplot: Adding sample files by Erwan Velu · 11 years ago
  42. 67b7db1 fio2gnuplot: Adding 2D graphs for each fio trace by Erwan Velu · 11 years ago
  43. af360e3 genfio: Fixing empty ETA while runtime > 0 by Erwan Velu · 11 years ago
  44. a741983 genfio: Adding prefix to fio filename by Erwan Velu · 11 years ago
  45. e1c6f2e genfio: Claryfing default options by Erwan Velu · 11 years ago
  46. 76c7c63 genfio: Adding cached_based option by Erwan Velu · 11 years ago
  47. 72fe3ef genfio: Adding runtime=0 support by Erwan Velu · 11 years ago
  48. 9402b89 Adding fio2gnuplot tool by Erwan Velu · 11 years ago
  49. afbbd64 Adding genfio tool : an fio job creator by Erwan Velu · 11 years ago
  50. 0d81daf Init buflen for our dummy buffer by Josef Bacik · 11 years ago
  51. a9f70b1 Make sure io_u->buflen is aligned to the verify_interval by Josef Bacik · 11 years ago
  52. d09dddd Fio 2.1.1 by Jens Axboe · 11 years ago
  53. d443abc Makefile: don't run configure for make clean by Jens Axboe · 11 years ago
  54. b9ea0c3 Windows: include winsock2.h instead of windows.h to avoid a warning. by Bruce Cran · 11 years ago
  55. 3899da2 posix_fadvise is now provided in helpers.c: remove it from the Windows posix.c by Bruce Cran · 11 years ago
  56. 7b2dfab Update windowsaio for changes to the thread structure by Bruce Cran · 11 years ago
  57. 577c83b Fix bad merge of write_iops_log= option for fio 2.1 by Jens Axboe · 11 years ago
  58. d179fe1 Bump IO engine version number by Jens Axboe · 11 years ago
  59. 2ae0b20 Replace list based free/busy/requeue list with FIFO + ring by Jens Axboe · 11 years ago
  60. 6e5c4b8 Catch NULL td->o.ioengine by Jens Axboe · 11 years ago
  61. 7b90137 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  62. 9077755 act: add slice support and pass/fail end criteria by Jens Axboe · 11 years ago
  63. 4ffe96a Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  64. b35c036 Rework fio_generate_plots script by Louwrentius · 11 years ago
  65. 774a99b tiobench: ensure that ioengine is being specified by Jens Axboe · 11 years ago
  66. 0b14f0a Always exit if do_exit is set after parse by Jens Axboe · 11 years ago
  67. 4ac23d2 parse: if profile is set, only show options relevant to the profile by Jens Axboe · 11 years ago
  68. d250704 Make group_reporting be a string-set option again by Jens Axboe · 11 years ago
  69. 9d91818 Better catch arguments with required options and none passed by Jens Axboe · 11 years ago
  70. bfb3ea2 Fix segfault is bool option is used on command line and fails parsing by Jens Axboe · 11 years ago
  71. 4a88752 act: basic reporting by Jens Axboe · 11 years ago
  72. 00f81c3 act: bring closer to real ACT by Jens Axboe · 11 years ago
  73. 78a6aad act: fixes by Jens Axboe · 11 years ago
  74. d4afedf Start of ACT like benchmark profile by Jens Axboe · 11 years ago
  75. 4b20c68 helpers: fixup bad fadvise check by Jens Axboe · 11 years ago
  76. 4728b3c fusion atomic: retrieve all capabilities and support larger writes by Chandra Mallarapu · 11 years ago
  77. b2c77c2 fusion atomic: support for new SDK API by Santhosh Koundinya · 11 years ago
  78. cb44aa1 flow: quiesce pending IO before sleep by Jens Axboe · 11 years ago
  79. 4d01ece Update HOWTO and man page for thinktime blocks impact on queue depth by Jens Axboe · 11 years ago
  80. 1f64bd7 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  81. 002e718 Ensure that we have no IO pending when sleeping by Jens Axboe · 11 years ago
  82. 9a0ced5 sync engine: guard pvsync engine register/unregister by Jens Axboe · 11 years ago
  83. a46c5e0 Document pvsync engine by Jens Axboe · 11 years ago
  84. 07fc0ac sync engine: add support for pwritev/preadv by Jens Axboe · 11 years ago
  85. 3fb82dc Fio 2.1 by Jens Axboe · 11 years ago
  86. d5d9459 HOWTO: fix typo by Jens Axboe · 11 years ago
  87. cc86c39 Honor random/zero/compressible settings for filling an initial file by Jens Axboe · 11 years ago
  88. 239a11d android: use ashmem by Akers, Jason B · 11 years ago
  89. b7c1279 configure: remove argument for --build-32bit-win by Jens Axboe · 11 years ago
  90. a0bafb7 Add support for dumping the status on Windows. by Bruce Cran · 11 years ago
  91. 45f944b Add distclean target by Jens Axboe · 11 years ago
  92. 6a79a4c Move __NR_shm* syscall numbers to x86-64 where they belong by Jens Axboe · 11 years ago
  93. cef9175 Ensure that stat outputs are serialized by Jens Axboe · 11 years ago
  94. fdd5f15 Add log_info_flush() by Vincent Kang Fu · 11 years ago
  95. 5971116 Get rid of td->o.perc_seq by Jens Axboe · 11 years ago
  96. 211c9b8 Add support for modifying the randomness of a workload by Jens Axboe · 11 years ago
  97. 8d916c9 Catch the case where size= is less than the minimum block size by Jens Axboe · 11 years ago
  98. ae3fcb5 parse: add debug output when enabled by Jens Axboe · 11 years ago
  99. e078de4 Fix filling verify pattern for byte sizes of 3, 5, 7, ... by Jens Axboe · 11 years ago
  100. a88c8c1 Ensure we stop parsing and exit if a command line option fails by Jens Axboe · 11 years ago