1. 7bb5910 Allow percentage setting for size= by Jens Axboe · 13 years ago
  2. a596f04 Add ability to invoke fallocate() FALLOC_FL_KEEP_SIZE. by Eric Gouriou · 13 years ago
  3. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 13 years ago
  4. 74586c1 Add fill_fs alias for fill_device by Jens Axboe · 13 years ago
  5. 4f12432 Expand on fill_device option since it apparently causes confusion by Jens Axboe · 13 years ago
  6. b463e93 Add verify_dump option to control whether to dump bad/good blocks or not by Jens Axboe · 13 years ago
  7. 7ed4d7a Merge branch 'winfio' by Jens Axboe · 13 years ago
  8. 63a5826 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 13 years ago
  9. 5b42a48 Document that write_iolog is unsafe for concurrent jobs by Stefan Hajnoczi · 13 years ago
  10. 9b83656 Various fixes/updates by Bruce Cran · 13 years ago
  11. ecc314b FIO Windows update by Bruce Cran · 14 years ago
  12. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 14 years ago
  13. ee72ca0 Sync HOWTO iodepth option with man page by Jens Axboe · 14 years ago
  14. f42195a Update HOWTO as well for verify_backlog by Jens Axboe · 14 years ago
  15. 562c2d2 Add some comments around the terse output by David Nellans · 14 years ago
  16. 6277622 Fixup bad format of replay_no_stall option by Jens Axboe · 14 years ago
  17. d1c46c0 Add support for redirection replay of blktrace traces to another device by David Nellans · 14 years ago
  18. 64bbb86 Add option to skip delays when replaying traces by David Nellans · 14 years ago
  19. 38dad62 Add rw_sequencer option by Jens Axboe · 14 years ago
  20. 525c2bf Update documentation on new terse format and add version number by Jens Axboe · 14 years ago
  21. d666726 Documentation update by Jens Axboe · 14 years ago
  22. 02af098 Add total latency log by Jens Axboe · 14 years ago
  23. 996093b Fix man page documentation for verify_pattern by Jens Axboe · 14 years ago
  24. 57fc29f Allow use of KiB etc to give explicit base 10 multiplies by Jens Axboe · 14 years ago
  25. 0539d75 Documentation update by Jens Axboe · 14 years ago
  26. 6f87418 Add documentation for verify_backlog and verify_backlog_batch by Jens Axboe · 14 years ago
  27. ea3e51c Fix blkparse typo by Jens Axboe · 14 years ago
  28. 7de8709 Add an option "cgroup_nodelete" to not delete cgroups after job completion by Vivek Goyal · 14 years ago
  29. e76b1da Add documentation for 'sync_file_range' by Jens Axboe · 14 years ago
  30. e72fa4d Fix FreeBSD support by Joshua Aune · 14 years ago
  31. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 14 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. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  35. 892a6ff Support simple math on reserved keyword expressions by Jens Axboe · 15 years ago
  36. 0e92f87 Support > 4 byte verify write patterns by Radha Ramachandran · 15 years ago
  37. b892dc0 Document the verify behaviour wrt read and write workloads by Jens Axboe · 15 years ago
  38. 23d2461 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  39. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  40. 74929ac Add support for reserved keywords by Jens Axboe · 15 years ago
  41. 8e827d3 Allow ':' in filenames by Jens Axboe · 15 years ago
  42. b09da8f Add tera/peta suffixes by Jens Axboe · 15 years ago
  43. 90fef2d Add kb_base option to specify the base unit of a kilobyte by Jens Axboe · 15 years ago
  44. b22989b Get rid of KiB vs KB distinction by Jens Axboe · 15 years ago
  45. c85c324 Async verify HOWTO/man update by Jens Axboe · 15 years ago
  46. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  47. 9c0d224 Don't allow pre_read on IO engines that cannot seek by Jens Axboe · 15 years ago
  48. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  49. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  50. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  51. 3ce9dca More documentation updates by Jens Axboe · 15 years ago
  52. c35dd7a Documentation update by Jens Axboe · 15 years ago
  53. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  54. 34f1c04 Make pre_read imply invalidate=0 by Jens Axboe · 15 years ago
  55. b0f6586 pre_read fixes by Jens Axboe · 15 years ago
  56. afad68f Add pre_read option by Zhang, Yanmin · 15 years ago
  57. 3776041 fio howto typo fixes by Randy Dunlap · 15 years ago
  58. 26eca2d fio docs corrections by Randy Dunlap · 15 years ago
  59. fc6bd43 'V' is a running state, not an idle state. Correct HOWTO. by Jens Axboe · 15 years ago
  60. 720e84a Add support for different weights for reads and writes with bssplit by Jens Axboe · 15 years ago
  61. 2b7a01d Add blockalign/ba option by Jens Axboe · 15 years ago
  62. f7fa265 Get rid of int vs siint difference by Jens Axboe · 15 years ago
  63. ef67a8a Update HOWTO with 0x base for siint by Jens Axboe · 15 years ago
  64. 814452b Add create_on_open option by Jens Axboe · 15 years ago
  65. a086c25 Add 'sequential' file_service_type by Jens Axboe · 15 years ago
  66. 8347239 Allow 'norandommap' with verify by Jens Axboe · 15 years ago
  67. 15d182a libaio engine: get rid of non-async behaviour with buffered IO by Jens Axboe · 15 years ago
  68. 414c2a3 net engine: add UDP support by Jens Axboe · 15 years ago
  69. be4ecfd Add gtod_cpu option for pinning gettimeofday() to a single CPU by Jens Axboe · 16 years ago
  70. 62a7273 Allow ranges of CPUs in cpus_allowed option by Jens Axboe · 16 years ago
  71. b0ea08c Add comment on cpumask not working with a CPU count > 32 by Jens Axboe · 16 years ago
  72. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  73. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  74. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  75. 3c54bc4 Document environment variable expansion by Aaron Carroll · 16 years ago
  76. 6820cb3 HOWTO: add comment on terse and --minimal by Jens Axboe · 16 years ago
  77. b29ee5b Update ramp_time by Jens Axboe · 16 years ago
  78. e417fd6 Update options by Jens Axboe · 16 years ago
  79. 721938a Add ramp_time option by Jens Axboe · 16 years ago
  80. 3845591 Add intel hardware assisted crc32c support by Jens Axboe · 16 years ago
  81. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  82. bf9a3ed HOWTO spelling by Jens Axboe · 16 years ago
  83. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  84. 417f006 Add Solaris native aio engine by Jens Axboe · 16 years ago
  85. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  86. 41ccd84 If verify is enabled, automatically enable refill_buffers by Jens Axboe · 16 years ago
  87. 5973caf Add option for refilling IO buffers on each submit by Jens Axboe · 16 years ago
  88. 5036fc1 Update 'overwrite' option documentation by Jens Axboe · 16 years ago
  89. 613442d Remove rwmixcycle HOWTO entry by Jens Axboe · 16 years ago
  90. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  91. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  92. 29c1349 Add the file sharing bits by Jens Axboe · 16 years ago
  93. 36ecec8 fio: HOWTO update by Gurudas Pai · 16 years ago
  94. e05af9e fio: minor HOWTO fix by Gurudas Pai · 16 years ago
  95. 1d2af02 Add vsync io engine by Jens Axboe · 16 years ago
  96. 89e820f Update iodepth_batch documentation by Jens Axboe · 16 years ago
  97. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 16 years ago
  98. aa31f1f Add fill_device option by Shawn Lewis · 16 years ago
  99. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  100. 046ee30 Update HOWTO terse description by Shawn Lewis · 17 years ago