1. e2de69d Add initial support for profile specific options by Jens Axboe · 14 years ago
  2. 79d1631 Add support for loadable profiles by Jens Axboe · 14 years ago
  3. 9f988e2 Add support for registrering external options by Jens Axboe · 14 years ago
  4. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 14 years ago
  5. 3b2e146 Fix some issues with the OSX port by Jens Axboe · 15 years ago
  6. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  7. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  8. ddf16fe CGROUP fixes by Jens Axboe · 15 years ago
  9. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  10. 9ac8a79 Add support for simple profile benchmarks by Jens Axboe · 15 years ago
  11. 7a958bd Only do math on known keywords by Jens Axboe · 15 years ago
  12. 892a6ff Support simple math on reserved keyword expressions by Jens Axboe · 15 years ago
  13. 0e92f87 Support > 4 byte verify write patterns by Radha Ramachandran · 15 years ago
  14. df9cf92 Fix bug in bssplit parsing by Kenneth Waters · 15 years ago
  15. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  16. 23d2461 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  17. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  18. 74929ac Add support for reserved keywords by Jens Axboe · 15 years ago
  19. 8e827d3 Allow ':' in filenames by Jens Axboe · 15 years ago
  20. d6978a3 A few more kb_base fixups by Jens Axboe · 15 years ago
  21. a639f0b Make kb_base apply to parser k/m/g etc values by Jens Axboe · 15 years ago
  22. 90fef2d Add kb_base option to specify the base unit of a kilobyte by Jens Axboe · 15 years ago
  23. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  24. 276ca4f Fix compile error by Jens Axboe · 15 years ago
  25. 29d43ff Move gtod_cpu affinity check to verify callback by Jens Axboe · 15 years ago
  26. 896cac2 Move rw= write && read_only check to ->verify callback by Jens Axboe · 15 years ago
  27. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  28. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  29. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  30. e01b22b parser: get rid of FIO_OPT_STR_VAL_INT by Jens Axboe · 15 years ago
  31. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  32. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  33. afad68f Add pre_read option by Zhang, Yanmin · 15 years ago
  34. f0d524b Filename must be parsed after directory option by Jens Axboe · 15 years ago
  35. 720e84a Add support for different weights for reads and writes with bssplit by Jens Axboe · 15 years ago
  36. 2b7a01d Add blockalign/ba option by Jens Axboe · 15 years ago
  37. 814452b Add create_on_open option by Jens Axboe · 15 years ago
  38. a086c25 Add 'sequential' file_service_type by Jens Axboe · 15 years ago
  39. d65db44 Missing text in iodepth_batch* help entries by Jens Axboe · 15 years ago
  40. d2ce18b CPU set creation and destruction can fail on some platforms by Jens Axboe · 16 years ago
  41. 6d459ee Prepare for support for CPU binding on other platforms by Jens Axboe · 16 years ago
  42. b03daaf Don't allow higher CPU counts than what the system has by Jens Axboe · 16 years ago
  43. 19608d6 Make sure that the given CPU range is within the bounds of the OS by Jens Axboe · 16 years ago
  44. be4ecfd Add gtod_cpu option for pinning gettimeofday() to a single CPU by Jens Axboe · 16 years ago
  45. 62a7273 Allow ranges of CPUs in cpus_allowed option by Jens Axboe · 16 years ago
  46. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  47. 182ec6e Fix leaks with using get_opt_postfix() by Jens Axboe · 16 years ago
  48. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  49. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  50. 721938a Add ramp_time option by Jens Axboe · 16 years ago
  51. af497e6 Remember to add crc32c_intel option check by Jens Axboe · 16 years ago
  52. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  53. 3b8b713 Add option priorities by Jens Axboe · 16 years ago
  54. f66ab3c Help entry typos by Jens Axboe · 16 years ago
  55. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  56. eef3235 Move fls.h in with the other lib helpers by Jens Axboe · 16 years ago
  57. 3c48c2c Rename fls() to __fls() by Jens Axboe · 16 years ago
  58. 417f006 Add Solaris native aio engine by Jens Axboe · 16 years ago
  59. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  60. cb499fc Fixup rwmixread/write options by Jens Axboe · 16 years ago
  61. fcef0b3 Remove early directory check by Jens Axboe · 16 years ago
  62. 5973caf Add option for refilling IO buffers on each submit by Jens Axboe · 16 years ago
  63. 15ca150 Mark rwmixcycle option as deprecated in the option parser by Jens Axboe · 16 years ago
  64. bc83891 Need to prefix directory= setting before checking dir part of filename= by Jens Axboe · 16 years ago
  65. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  66. 921c766 Check directory if filename= option includes dir name by Jens Axboe · 16 years ago
  67. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  68. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  69. 29c1349 Add the file sharing bits by Jens Axboe · 16 years ago
  70. 357f618 fix hugepage-size type mismatch by Aaron Carroll · 16 years ago
  71. c475da7 Fix misplaced exit(0) in cpus_allowed setting by Jens Axboe · 16 years ago
  72. 1d2af02 Add vsync io engine by Jens Axboe · 16 years ago
  73. a2e6f8a Make iodepth_batch=1 by default by Jens Axboe · 16 years ago
  74. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 16 years ago
  75. aa31f1f Add fill_device option by Shawn Lewis · 16 years ago
  76. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  77. 757aff4 '1' is minimum value for queue depth, don't allow 0 by Jens Axboe · 17 years ago
  78. ac68478 Seperate ioprio value from setting by Jens Axboe · 17 years ago
  79. a31041e Add pread/pwrite support to sync engine by gurudas pai · 17 years ago
  80. bfb41d9 Remove verify_pattern option, replace with verify=pattern:x by Jens Axboe · 17 years ago
  81. 68e1f29 Mark do_verify and verify_fatal as booleans by Jens Axboe · 17 years ago
  82. a12a3b4 Add verify_fatal option by Jens Axboe · 17 years ago
  83. 005c565 Note parent option 'verify' for 'do_verify' by Jens Axboe · 17 years ago
  84. e84c73a [PATCH] Add do_verify option by Shawn Lewis · 17 years ago
  85. 7437ee8 [PATCH] Add verify_meta verification type by Shawn Lewis · 17 years ago
  86. 67a1000 More option help updates by Jens Axboe · 17 years ago
  87. c83f2df Add parent option to 'verifysort' by Jens Axboe · 17 years ago
  88. afdf935 Add parent link to options by Jens Axboe · 17 years ago
  89. cd14cc1 Add sha256 and sha512 checksums by Jens Axboe · 17 years ago
  90. 86739fc Remove .maxval from verify_pattern by Jens Axboe · 17 years ago
  91. 90059d6 Add verify_pattern option by Jens Axboe · 17 years ago
  92. a59e170 Rename header_offset and header_interval options by Jens Axboe · 17 years ago
  93. 819a968 Fix header_interval minimum value by Jens Axboe · 17 years ago
  94. 546a914 [PATCH] Offset verification header by a user-specified distance by Shawn Lewis · 17 years ago
  95. 3f9f4e2 [PATCH] Allow verification to be done at finer granularity by Shawn Lewis · 17 years ago
  96. fcca4b5 Show md5 as first verify function by Jens Axboe · 17 years ago
  97. d77a7af Add sample crc64 checksum by Jens Axboe · 17 years ago
  98. 1e154bd Add crc7 verify type by Jens Axboe · 17 years ago
  99. 969f7ed Add crc16 verify type by Jens Axboe · 17 years ago
  100. c3edbdb Set minimum value allowed for some options by Jens Axboe · 17 years ago