1. a569b45 Move init code to libfio by Jens Axboe · 11 years ago
  2. 9a3f110 Make lockmem a per job option by Jens Axboe · 12 years ago
  3. 7fb6d45 Move rbtree to lib/ by Jens Axboe · 11 years ago
  4. 8062f52 Add thread_options.h by Jens Axboe · 11 years ago
  5. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  6. 73798eb num2str: add arguments to represent values in terms of bytes/bits by Steven Noonan · 11 years ago
  7. de98bd3 Add filename_format option by Jens Axboe · 11 years ago
  8. c97f1ad Fix usr/sys/ctx/majf/minf for -USR1 usage by Jens Axboe · 11 years ago
  9. 74f4b02 Consider the maximum block size difference the minimum for loop exit by Jens Axboe · 11 years ago
  10. 28b9b51 Kill now unused lockfile_batch variable by Jens Axboe · 11 years ago
  11. d7df1d1 Rework lockfile= file lock handling by Jens Axboe · 11 years ago
  12. bdb6d20 A few ULL -> uint64_t conversions by Jens Axboe · 11 years ago
  13. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  14. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  15. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  16. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  17. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  18. 2c24c93 Always fsync if asked to by Jens Axboe · 11 years ago
  19. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 11 years ago
  20. aa83321 Fix 32-bit compile warning in should_check_rate() by Jens Axboe · 11 years ago
  21. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 11 years ago
  22. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 11 years ago
  23. 67bf982 Add configure script by Jens Axboe · 11 years ago
  24. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 12 years ago
  25. d24945f Name the various random offsets we use by Jens Axboe · 12 years ago
  26. 36d80bc Wire up SIGUSR2 to kill blocking threads by Jens Axboe · 12 years ago
  27. d72be54 Cache layout improvements by Jens Axboe · 12 years ago
  28. 8055e41 Add LFSR generator by Jens Axboe · 12 years ago
  29. 88df6e2 Kill now unused bitmap defines from legacy code by Jens Axboe · 12 years ago
  30. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  31. 4373e97 Fix wrong return type on td_error_type() by Jens Axboe · 12 years ago
  32. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  33. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  34. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  35. 1550153 Add max_latency option by Jens Axboe · 12 years ago
  36. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  37. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  38. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  39. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  40. 25460cf Add create_only option by Jens Axboe · 12 years ago
  41. 7078106 Fix address truncation on Windows by Bruce Cran · 12 years ago
  42. a5e371a Add indication of whether a job got killed by Jens Axboe · 12 years ago
  43. 214ac7e New offset_increment option by Dan Ehrenberg · 12 years ago
  44. f97a43a Add buffer_compress_chunk option by Jens Axboe · 12 years ago
  45. 9c42684 Add buffer_compress_percentage by Jens Axboe · 12 years ago
  46. 9e684a4 Token-based flow control by Dan Ehrenberg · 12 years ago
  47. a734681 Add gettime.h by Jens Axboe · 12 years ago
  48. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 12 years ago
  49. 422f9e4 Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate is specified. by Ryan Marchand · 12 years ago
  50. ed33585 implement zoned random I/O testing support by Steven Noonan · 12 years ago
  51. b8bc8cb Add log_avg_msec option by Jens Axboe · 13 years ago
  52. 0684202 Expand continue_on_error to select which type of error to allow by Steven Lang · 13 years ago
  53. de890a1 Private parameters for ioengines by Steven Lang · 13 years ago
  54. 1b8dbf2 Improve accuracy of rate= option by Steven Lang · 13 years ago
  55. 11e950b client/server: send back nr_jobs and error exit code by Jens Axboe · 13 years ago
  56. 5e726d0 Add fio version to terse output by Jens Axboe · 13 years ago
  57. cca8464 Pass arch/os in probe by Jens Axboe · 13 years ago
  58. 89cf148 Split version into separate include fio by Jens Axboe · 13 years ago
  59. 178cde9 Fio 1.99.1 by Jens Axboe · 13 years ago
  60. c8eeb9d Add support for write_iops_log by Jens Axboe · 13 years ago
  61. b1d1b23 Fio 1.99 by Jens Axboe · 13 years ago
  62. 802ad4a Change network transmitted doubles to fio_fp64_t IEEE 754 type by Jens Axboe · 13 years ago
  63. 81179ee server: initial support for command line passing by Jens Axboe · 13 years ago
  64. cc0df00 server: attempt to handle client ctrl-c by Jens Axboe · 13 years ago
  65. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  66. f6bb5b8 Allocate thread_stat name arrays statically by Jens Axboe · 13 years ago
  67. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  68. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  69. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  70. e46d809 server: initial support for daemonizing by Jens Axboe · 13 years ago
  71. ea3c936 server: make struct group_run_stats network transfer friendly by Jens Axboe · 13 years ago
  72. 05895c1 Style fixup by Jens Axboe · 13 years ago
  73. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  74. 37db14f Start of functional client by Jens Axboe · 13 years ago
  75. 5c341e9 Hide things not appropriate behind is_backend by Jens Axboe · 13 years ago
  76. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  77. fd68418 Add option for controlling buffer scrambling by Jens Axboe · 13 years ago
  78. f57a9c5 Add terse version output format command line parameter by Jens Axboe · 13 years ago
  79. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  80. a66da7a Add support for backwards holes by Jens Axboe · 13 years ago
  81. 675012f Adding userspace_libaio_reap option by Dan Ehrenberg · 13 years ago
  82. 059b080 Add possibility to make sequential IO "holed" by Jens Axboe · 13 years ago
  83. 0a7d7f9 stats: fix io_u_plat out-of-bound accesses (round 2) by Eric Gouriou · 13 years ago
  84. 0a0b490 Fix off-by-one in io_u_plat[] array sizing by Jens Axboe · 13 years ago
  85. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  86. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  87. dce8b84 Fix bad start_delay type by Jens Axboe · 13 years ago
  88. fca7035 Add --max-jobs/-j command line option by Jens Axboe · 13 years ago
  89. a596f04 Add ability to invoke fallocate() FALLOC_FL_KEEP_SIZE. by Eric Gouriou · 13 years ago
  90. ac18ea3 Convert left-over manual ->runstate setting to td_set_runstate() by Jens Axboe · 13 years ago
  91. b841ac8 Bump max job count to 2048 by Jens Axboe · 13 years ago
  92. 4c07ad8 Switch all random generators to be decided by use_os_rand by Jens Axboe · 13 years ago
  93. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 13 years ago
  94. 0ce8b11 Fix end-of-job slowdown for random IO with a random map by Jens Axboe · 13 years ago
  95. a9523c6 Add --warnings-fatal/-w option by Jens Axboe · 13 years ago
  96. b463e93 Add verify_dump option to control whether to dump bad/good blocks or not by Jens Axboe · 13 years ago
  97. ecc314b FIO Windows update by Bruce Cran · 13 years ago
  98. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 14 years ago
  99. 1ef2b6b Initial support for explicit write barriers by Jens Axboe · 14 years ago
  100. bb06755 Fix io_u depth array size by David Nellans · 14 years ago