1. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 14 years ago
  2. d7c8be0 nrfiles vs nr_files mixups by Jens Axboe · 14 years ago
  3. 1ef2b6b Initial support for explicit write barriers by Jens Axboe · 14 years ago
  4. 79a4318 Add binject IO engine by Jens Axboe · 14 years ago
  5. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  6. d1c46c0 Add support for redirection replay of blktrace traces to another device by David Nellans · 14 years ago
  7. 87e7a97 Mark "read_iolog" as a parent for "replay_no_stall" by Jens Axboe · 14 years ago
  8. 64bbb86 Add option to skip delays when replaying traces by David Nellans · 14 years ago
  9. bf2e821 Add support for AIX by Cigy Cyriac · 14 years ago
  10. 85bc833 Fix bad casting of unsigned long long to unsigned long by Cigy Cyriac · 14 years ago
  11. 38dad62 Add rw_sequencer option by Jens Axboe · 14 years ago
  12. 5736c10 Rename ddir_nr -> ddir_seq_nr by Jens Axboe · 14 years ago
  13. a5737c9 Fix startdelay option with s/m/h/d postfix by Jens Axboe · 14 years ago
  14. 02af098 Add total latency log by Jens Axboe · 14 years ago
  15. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  16. 9e14418 Add some support for a verify backlog by Jens Axboe · 14 years ago
  17. 17af15d Make sure that alias names are also valid on the command line by Jens Axboe · 14 years ago
  18. 7de8709 Add an option "cgroup_nodelete" to not delete cgroups after job completion by Vivek Goyal · 14 years ago
  19. fdba6ac Remove default setting of clocksource by Jens Axboe · 15 years ago
  20. c223da8 Add support for specific clock sources by Jens Axboe · 15 years ago
  21. 3ae0637 Only define str_sfr_cb() if FIO_HAVE_SYNC_FILE_RANGE is set by Jens Axboe · 15 years ago
  22. 3843deb Make sure we handle multiple arguments to sync_file_range by Jens Axboe · 15 years ago
  23. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 15 years ago
  24. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 15 years ago
  25. 07b3232 Cleanup profile support by Jens Axboe · 15 years ago
  26. 9f81736 Make sure profile options get added to long_options[] by Jens Axboe · 15 years ago
  27. e2de69d Add initial support for profile specific options by Jens Axboe · 15 years ago
  28. 79d1631 Add support for loadable profiles by Jens Axboe · 15 years ago
  29. 9f988e2 Add support for registrering external options by Jens Axboe · 15 years ago
  30. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 15 years ago
  31. 3b2e146 Fix some issues with the OSX port by Jens Axboe · 15 years ago
  32. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  33. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  34. ddf16fe CGROUP fixes by Jens Axboe · 15 years ago
  35. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  36. 9ac8a79 Add support for simple profile benchmarks by Jens Axboe · 15 years ago
  37. 7a958bd Only do math on known keywords by Jens Axboe · 15 years ago
  38. 892a6ff Support simple math on reserved keyword expressions by Jens Axboe · 15 years ago
  39. 0e92f87 Support > 4 byte verify write patterns by Radha Ramachandran · 15 years ago
  40. df9cf92 Fix bug in bssplit parsing by Kenneth Waters · 15 years ago
  41. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  42. 23d2461 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  43. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  44. 74929ac Add support for reserved keywords by Jens Axboe · 15 years ago
  45. 8e827d3 Allow ':' in filenames by Jens Axboe · 15 years ago
  46. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  47. a639f0b Make kb_base apply to parser k/m/g etc values by Jens Axboe · 15 years ago
  48. 90fef2d Add kb_base option to specify the base unit of a kilobyte by Jens Axboe · 15 years ago
  49. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  50. 276ca4f Fix compile error by Jens Axboe · 15 years ago
  51. 29d43ff Move gtod_cpu affinity check to verify callback by Jens Axboe · 15 years ago
  52. 896cac2 Move rw= write && read_only check to ->verify callback by Jens Axboe · 15 years ago
  53. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  54. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  55. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  56. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  57. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  58. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  59. afad68f Add pre_read option by Zhang, Yanmin · 15 years ago
  60. f0d524b Filename must be parsed after directory option by Jens Axboe · 15 years ago
  61. 720e84a Add support for different weights for reads and writes with bssplit by Jens Axboe · 15 years ago
  62. 2b7a01d Add blockalign/ba option by Jens Axboe · 16 years ago
  63. 814452b Add create_on_open option by Jens Axboe · 16 years ago
  64. a086c25 Add 'sequential' file_service_type by Jens Axboe · 16 years ago
  65. d65db44 Missing text in iodepth_batch* help entries by Jens Axboe · 16 years ago
  66. d2ce18b CPU set creation and destruction can fail on some platforms by Jens Axboe · 16 years ago
  67. 6d459ee Prepare for support for CPU binding on other platforms by Jens Axboe · 16 years ago
  68. b03daaf Don't allow higher CPU counts than what the system has by Jens Axboe · 16 years ago
  69. 19608d6 Make sure that the given CPU range is within the bounds of the OS by Jens Axboe · 16 years ago
  70. be4ecfd Add gtod_cpu option for pinning gettimeofday() to a single CPU by Jens Axboe · 16 years ago
  71. 62a7273 Allow ranges of CPUs in cpus_allowed option by Jens Axboe · 16 years ago
  72. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  73. 182ec6e Fix leaks with using get_opt_postfix() by Jens Axboe · 16 years ago
  74. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  75. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  76. 721938a Add ramp_time option by Jens Axboe · 16 years ago
  77. af497e6 Remember to add crc32c_intel option check by Jens Axboe · 16 years ago
  78. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  79. 3b8b713 Add option priorities by Jens Axboe · 16 years ago
  80. f66ab3c Help entry typos by Jens Axboe · 16 years ago
  81. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  82. eef3235 Move fls.h in with the other lib helpers by Jens Axboe · 16 years ago
  83. 3c48c2c Rename fls() to __fls() by Jens Axboe · 16 years ago
  84. 417f006 Add Solaris native aio engine by Jens Axboe · 16 years ago
  85. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  86. cb499fc Fixup rwmixread/write options by Jens Axboe · 16 years ago
  87. fcef0b3 Remove early directory check by Jens Axboe · 16 years ago
  88. 5973caf Add option for refilling IO buffers on each submit by Jens Axboe · 16 years ago
  89. 15ca150 Mark rwmixcycle option as deprecated in the option parser by Jens Axboe · 16 years ago
  90. bc83891 Need to prefix directory= setting before checking dir part of filename= by Jens Axboe · 16 years ago
  91. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 17 years ago
  92. 921c766 Check directory if filename= option includes dir name by Jens Axboe · 17 years ago
  93. 5ec10ea Style fixups by Jens Axboe · 17 years ago
  94. 4d4e80f Revamp file locking by Jens Axboe · 17 years ago
  95. 29c1349 Add the file sharing bits by Jens Axboe · 17 years ago
  96. 357f618 fix hugepage-size type mismatch by Aaron Carroll · 17 years ago
  97. c475da7 Fix misplaced exit(0) in cpus_allowed setting by Jens Axboe · 17 years ago
  98. 1d2af02 Add vsync io engine by Jens Axboe · 17 years ago
  99. a2e6f8a Make iodepth_batch=1 by default by Jens Axboe · 17 years ago
  100. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 17 years ago