1. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 12 years ago
  2. 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
  3. ed33585 implement zoned random I/O testing support by Steven Noonan · 12 years ago
  4. b8bc8cb Add log_avg_msec option by Jens Axboe · 13 years ago
  5. 0684202 Expand continue_on_error to select which type of error to allow by Steven Lang · 13 years ago
  6. de890a1 Private parameters for ioengines by Steven Lang · 13 years ago
  7. 1b8dbf2 Improve accuracy of rate= option by Steven Lang · 13 years ago
  8. 11e950b client/server: send back nr_jobs and error exit code by Jens Axboe · 13 years ago
  9. 5e726d0 Add fio version to terse output by Jens Axboe · 13 years ago
  10. cca8464 Pass arch/os in probe by Jens Axboe · 13 years ago
  11. 89cf148 Split version into separate include fio by Jens Axboe · 13 years ago
  12. 178cde9 Fio 1.99.1 by Jens Axboe · 13 years ago
  13. c8eeb9d Add support for write_iops_log by Jens Axboe · 13 years ago
  14. b1d1b23 Fio 1.99 by Jens Axboe · 13 years ago
  15. 802ad4a Change network transmitted doubles to fio_fp64_t IEEE 754 type by Jens Axboe · 13 years ago
  16. 81179ee server: initial support for command line passing by Jens Axboe · 13 years ago
  17. cc0df00 server: attempt to handle client ctrl-c by Jens Axboe · 13 years ago
  18. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  19. f6bb5b8 Allocate thread_stat name arrays statically by Jens Axboe · 13 years ago
  20. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  21. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  22. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  23. e46d809 server: initial support for daemonizing by Jens Axboe · 13 years ago
  24. ea3c936 server: make struct group_run_stats network transfer friendly by Jens Axboe · 13 years ago
  25. 05895c1 Style fixup by Jens Axboe · 13 years ago
  26. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  27. 37db14f Start of functional client by Jens Axboe · 13 years ago
  28. 5c341e9 Hide things not appropriate behind is_backend by Jens Axboe · 13 years ago
  29. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  30. fd68418 Add option for controlling buffer scrambling by Jens Axboe · 13 years ago
  31. f57a9c5 Add terse version output format command line parameter by Jens Axboe · 13 years ago
  32. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  33. a66da7a Add support for backwards holes by Jens Axboe · 13 years ago
  34. 675012f Adding userspace_libaio_reap option by Dan Ehrenberg · 13 years ago
  35. 059b080 Add possibility to make sequential IO "holed" by Jens Axboe · 13 years ago
  36. 0a7d7f9 stats: fix io_u_plat out-of-bound accesses (round 2) by Eric Gouriou · 13 years ago
  37. 0a0b490 Fix off-by-one in io_u_plat[] array sizing by Jens Axboe · 13 years ago
  38. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  39. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  40. dce8b84 Fix bad start_delay type by Jens Axboe · 13 years ago
  41. fca7035 Add --max-jobs/-j command line option by Jens Axboe · 13 years ago
  42. a596f04 Add ability to invoke fallocate() FALLOC_FL_KEEP_SIZE. by Eric Gouriou · 13 years ago
  43. ac18ea3 Convert left-over manual ->runstate setting to td_set_runstate() by Jens Axboe · 13 years ago
  44. b841ac8 Bump max job count to 2048 by Jens Axboe · 13 years ago
  45. 4c07ad8 Switch all random generators to be decided by use_os_rand by Jens Axboe · 13 years ago
  46. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 13 years ago
  47. 0ce8b11 Fix end-of-job slowdown for random IO with a random map by Jens Axboe · 13 years ago
  48. a9523c6 Add --warnings-fatal/-w option by Jens Axboe · 13 years ago
  49. b463e93 Add verify_dump option to control whether to dump bad/good blocks or not by Jens Axboe · 13 years ago
  50. ecc314b FIO Windows update by Bruce Cran · 13 years ago
  51. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 14 years ago
  52. 1ef2b6b Initial support for explicit write barriers by Jens Axboe · 14 years ago
  53. bb06755 Fix io_u depth array size by David Nellans · 14 years ago
  54. 1ec3d69 Implement a better num2str() by Jens Axboe · 14 years ago
  55. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  56. d1c46c0 Add support for redirection replay of blktrace traces to another device by David Nellans · 14 years ago
  57. 64bbb86 Add option to skip delays when replaying traces by David Nellans · 14 years ago
  58. bf2e821 Add support for AIX by Cigy Cyriac · 14 years ago
  59. 38dad62 Add rw_sequencer option by Jens Axboe · 14 years ago
  60. 5736c10 Rename ddir_nr -> ddir_seq_nr by Jens Axboe · 14 years ago
  61. a5737c9 Fix startdelay option with s/m/h/d postfix by Jens Axboe · 14 years ago
  62. 02af098 Add total latency log by Jens Axboe · 14 years ago
  63. 9e14418 Add some support for a verify backlog by Jens Axboe · 14 years ago
  64. 2e3bd4c Improve ETA for fill_device based job files by Jens Axboe · 14 years ago
  65. 7de8709 Add an option "cgroup_nodelete" to not delete cgroups after job completion by Vivek Goyal · 14 years ago
  66. c223da8 Add support for specific clock sources by Jens Axboe · 14 years ago
  67. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 14 years ago
  68. 58c55ba Add profile td init/exit with stored data by Jens Axboe · 14 years ago
  69. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 14 years ago
  70. 15dc193 Allow profiles to override internal io_u functions by Jens Axboe · 14 years ago
  71. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  72. 9f81736 Make sure profile options get added to long_options[] by Jens Axboe · 14 years ago
  73. 79d1631 Add support for loadable profiles by Jens Axboe · 14 years ago
  74. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 14 years ago
  75. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 15 years ago
  76. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  77. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  78. 39f2202 Better support for setting up and removing private cgroups by Jens Axboe · 15 years ago
  79. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  80. c5c8bd5 Add helpers include file by Jens Axboe · 15 years ago
  81. 9ac8a79 Add support for simple profile benchmarks by Jens Axboe · 15 years ago
  82. 0e92f87 Support > 4 byte verify write patterns by Radha Ramachandran · 15 years ago
  83. 74929ac Add support for reserved keywords by Jens Axboe · 15 years ago
  84. 90fef2d Add kb_base option to specify the base unit of a kilobyte by Jens Axboe · 15 years ago
  85. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  86. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  87. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  88. 1ec99ee Fix typo on continue_on_error patch by Jens Axboe · 15 years ago
  89. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  90. 4580885 Get rid of (now) unused rate_throttle() by Jens Axboe · 15 years ago
  91. 1621031 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  92. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  93. 29c8e86 Move td_* ddir defines by Jens Axboe · 15 years ago
  94. adb02ba Add iops rate to ETA display by Jens Axboe · 15 years ago
  95. 0a4957c Fix bug with rwmix and multiple loops over the same set by Jens Axboe · 15 years ago
  96. c592b9f More fio.h cleanups by Jens Axboe · 15 years ago
  97. 7c9b1bc Split off diskutil include by Jens Axboe · 15 years ago
  98. 590aebd Move file service type defines to file.h by Jens Axboe · 15 years ago
  99. 5995a6a Add iolog defines by Jens Axboe · 15 years ago
  100. 2b4f4ab Move IO engine flags by Jens Axboe · 15 years ago