1. 25bd16c Fixup --timeout command line option by Jens Axboe · 10 years ago
  2. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  3. fb29604 Fix propagation of error value on failure to connect to fio server by Jens Axboe · 10 years ago
  4. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  5. 8e25577 Ensure we inherit global latency/bw log settings by Jens Axboe · 10 years ago
  6. ece6d64 Fix bug in freeing of duplicated files by Andrey Kuzmin · 10 years ago
  7. 7cd0ec5 Fix wrong time conversion on --status-interval= command line option by Jens Axboe · 10 years ago
  8. b1bebc3 Prevent file_append=1 with IO engine that can't extend files by Jens Axboe · 10 years ago
  9. bedc9dc Add support for file appends by Jens Axboe · 10 years ago
  10. 0574c88 Don't scramble buffers if compression is enabled by Jens Axboe · 10 years ago
  11. 5903e7b blktrace: load improvements by Jens Axboe · 10 years ago
  12. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  13. 2b8c71b fio: allow to combine terse output with any selected output type by Christian Ehrhardt · 10 years ago
  14. bcbfeef fio: add multi directory support by Christian Ehrhardt · 10 years ago
  15. 23ed19b fio: provide an option for a startdelay range by Christian Ehrhardt · 10 years ago
  16. 56e2a5f fio: allow general repeatability by Christian Ehrhardt · 10 years ago
  17. 455a50f fio: fix job clone mem leak by Christian Ehrhardt · 10 years ago
  18. eb0c74a Plug a free basic memory leaks by Jens Axboe · 10 years ago
  19. fec0f21 Add support for testing checksumming speed by Jens Axboe · 10 years ago
  20. d10983d init: log error on missing --output-format argument by Stefan Hajnoczi · 10 years ago
  21. c4ec0a1 init: --minimal does not take an optional argument by Stefan Hajnoczi · 10 years ago
  22. bfca2c7 init: update email address by Jens Axboe · 10 years ago
  23. 04778ba Add option to manually seed the random generators by Jens Axboe · 10 years ago
  24. 3e260a4 Add options to have fio latency profile a device by Jens Axboe · 11 years ago
  25. 292cc47 init: escape description option string by Jens Axboe · 11 years ago
  26. d01612f Add support for O_ATOMIC by Chris Mason · 11 years ago
  27. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  28. f9633d7 Fix problem with --showcmd and callbacks that verify by Jens Axboe · 11 years ago
  29. d21e253 Make it clear in job output whether we are using bs_is_seq_rand or not by Jens Axboe · 11 years ago
  30. eefd98b init: remove leftover unused variable by Jens Axboe · 11 years ago
  31. d947227 Add support for randomness of any IO direction by Jens Axboe · 11 years ago
  32. ee0ccb7 core: Removing duplicated code by Erwan Velu · 11 years ago
  33. 6e5c4b8 Catch NULL td->o.ioengine by Jens Axboe · 11 years ago
  34. 0b14f0a Always exit if do_exit is set after parse by Jens Axboe · 11 years ago
  35. 9d91818 Better catch arguments with required options and none passed by Jens Axboe · 11 years ago
  36. bfb3ea2 Fix segfault is bool option is used on command line and fails parsing by Jens Axboe · 11 years ago
  37. 211c9b8 Add support for modifying the randomness of a workload by Jens Axboe · 11 years ago
  38. 8d916c9 Catch the case where size= is less than the minimum block size by Jens Axboe · 11 years ago
  39. a88c8c1 Ensure we stop parsing and exit if a command line option fails by Jens Axboe · 11 years ago
  40. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  41. 8dc6eba init: kill unused mlock_size by Jens Axboe · 11 years ago
  42. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  43. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  44. e25b6d5 Use strcasestr() for matching filename_prefix keywords by Jens Axboe · 11 years ago
  45. de98bd3 Add filename_format option by Jens Axboe · 11 years ago
  46. d721392 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  47. a5e0ee1 Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB for Android. by Oleg · 11 years ago
  48. 111e032 Add --parse-only command line option by Jens Axboe · 11 years ago
  49. 8ea39c3 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  50. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  51. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  52. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  53. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  54. 627aa1a Fix zones for numjobs=x, where x > 1 by Jens Axboe · 11 years ago
  55. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  56. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  57. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  58. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  59. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  60. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  61. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  62. 798827c init: complain on unrecognized option with builtin getopt_long_only() by Jens Axboe · 11 years ago
  63. 9dbc7bf Ensure all random seeds are repeatable for randrepeat=1 by Jens Axboe · 11 years ago
  64. 67bf982 Add configure script by Jens Axboe · 11 years ago
  65. 92a0daf Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  66. 2389364 Add --cpuclock-test and clocksource= option help by Jens Axboe · 12 years ago
  67. 7d11f87 cpu clock: add independent test for monotonic/sane TSC by Jens Axboe · 12 years ago
  68. 2a988d8 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  69. d24945f Name the various random offsets we use by Jens Axboe · 12 years ago
  70. 49758e1 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  71. d72be54 Cache layout improvements by Jens Axboe · 12 years ago
  72. ec5c6b1 Add support for Android by Aaron Carroll · 12 years ago
  73. 5881fda Disable random map automatically if a non-uniform random distribution is given by Jens Axboe · 12 years ago
  74. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  75. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  76. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  77. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  78. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  79. 67b7703 Fix bad check for terse version format 4 by Jens Axboe · 12 years ago
  80. 09786f5 Fix bad check for terse version format 4 by Jens Axboe · 12 years ago
  81. e65a950 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  82. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  83. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  84. f0c77f0 Check for ENOSPC on shmget() failure by Jens Axboe · 12 years ago
  85. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  86. cc372b1 Add a simple json encoder and use it to print fio output in json format by Shaohua Li · 12 years ago
  87. 3449ab8 Default to terse version 3 by Jens Axboe · 12 years ago
  88. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  89. b2cecdc fio:modify a deprecated parameter(change timeout to runtime) by liang xie · 12 years ago
  90. 14ea90e client: support per-client job files by Jens Axboe · 12 years ago
  91. bd02360 client: support per-client job files by Jens Axboe · 12 years ago
  92. c2e9cc4 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  93. 521da52 mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED by Jens Axboe · 12 years ago
  94. 0922d61 Get rid of fio_version.h by Jens Axboe · 12 years ago
  95. 8029542 Get rid of fio_version.h by Jens Axboe · 12 years ago
  96. 692a5d2 Make fio include the git version in the version output by Jens Axboe · 12 years ago
  97. 203160d options: get rid of more .cb option usage we don't need by Jens Axboe · 12 years ago
  98. 1b79a07 Make lockmem a per job option by Jens Axboe · 12 years ago
  99. 2bb3f0a backend: ensure that server side releases/frees shm segment on exit by Jens Axboe · 12 years ago
  100. 3d43382 Make fio include the git version in the version output by Jens Axboe · 12 years ago