1. 440a598 Don't call getpid() in dprint() unless we are going to use it by Jens Axboe · 15 years ago
  2. 9bbf57c Use 'o' consistently in fixup_options() by Jens Axboe · 15 years ago
  3. d990588 Set verify_interval to minimum blocksize if not given by Jens Axboe · 15 years ago
  4. f3e11d0 Catch error on ->commit and ->get_events by Jens Axboe · 15 years ago
  5. 008618a Verify log message by Jens Axboe · 15 years ago
  6. 7758d4f Fix bad type usage in parse.c for external options by Jens Axboe · 15 years ago
  7. 285d451 Check for syscall definitions, before declaring __weak helper by Jens Axboe · 15 years ago
  8. a54cf03 Add __weak sync_file_range() by Jens Axboe · 15 years ago
  9. ae2ddba Fix broken FIO_OPT_STR option by Jens Axboe · 15 years ago
  10. b62bdf2 Fix parser bug capping multi value options at 2 by Jens Axboe · 15 years ago
  11. f011531 Update libaio/posixaio/splice for sync updates by Jens Axboe · 15 years ago
  12. cb849a7 Assign io_u->error directly in do_io_u_sync() by Jens Axboe · 15 years ago
  13. 0a28ecd Abstract out generic sync helper by Jens Axboe · 15 years ago
  14. e76b1da Add documentation for 'sync_file_range' by Jens Axboe · 15 years ago
  15. 3843deb Make sure we handle multiple arguments to sync_file_range by Jens Axboe · 15 years ago
  16. 5f6ddf1 Allow OR'able option values by Jens Axboe · 15 years ago
  17. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 15 years ago
  18. e6d2e7e Remove debug printf() by Jens Axboe · 15 years ago
  19. 58c55ba Add profile td init/exit with stored data by Jens Axboe · 15 years ago
  20. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 15 years ago
  21. a0741cb Fix parse strlen() bug by Jens Axboe · 15 years ago
  22. 15dc193 Allow profiles to override internal io_u functions by Jens Axboe · 15 years ago
  23. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 15 years ago
  24. a3073f4 Allow holes in the option posval (possible values) by Jens Axboe · 15 years ago
  25. e58eb86 Add profile description by Jens Axboe · 15 years ago
  26. 07b3232 Cleanup profile support by Jens Axboe · 15 years ago
  27. 9f81736 Make sure profile options get added to long_options[] by Jens Axboe · 15 years ago
  28. 2363d8d More progress on per-profile options support by Jens Axboe · 15 years ago
  29. e2de69d Add initial support for profile specific options by Jens Axboe · 15 years ago
  30. 02c6aad Add parser support for out-of-td option storage by Jens Axboe · 15 years ago
  31. 79d1631 Add support for loadable profiles by Jens Axboe · 15 years ago
  32. 64d9d93 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  33. 9f988e2 Add support for registrering external options by Jens Axboe · 15 years ago
  34. fc2a6f2 Quote profile name by Jens Axboe · 15 years ago
  35. 38789b5 Add check for OPT_LEN_MAX being too small by Jens Axboe · 15 years ago
  36. c06c78c Increase OPT_LEN_MAX by Zhang, Yanmin · 15 years ago
  37. 4ceb30d Use log_info() more consistently by Jens Axboe · 15 years ago
  38. bc77f56 Fix bug in sha256 verify by Jens Axboe · 15 years ago
  39. d3e829b Fio 1.37 by Jens Axboe · 15 years ago
  40. 85a8631 PA-RISC support by Jens Axboe · 15 years ago
  41. e72fa4d Fix FreeBSD support by Joshua Aune · 15 years ago
  42. e449797 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  43. b30d395 get_file_type() should use stat(), not lstat() by Jens Axboe · 15 years ago
  44. e943b87 Track last file offset by Jens Axboe · 15 years ago
  45. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 15 years ago
  46. 98061ac Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  47. 975462a Allow 'b' postfix for integer values by Jens Axboe · 15 years ago
  48. e0c4a46 Fix barrier for sh4a by Jens Axboe · 15 years ago
  49. c4d8710 Fix sh4 typo by Jens Axboe · 15 years ago
  50. 29721c9 sh4 support by Nobuhiro Iwamatsu · 15 years ago
  51. fa77073 Add generic arch include header by Jens Axboe · 15 years ago
  52. b71b80d OSX should include sha1 by Jens Axboe · 15 years ago
  53. c36d16f Make fdatasync OS optional by Jens Axboe · 15 years ago
  54. a14ca44 os.h should include headers it needs by itself by Jens Axboe · 15 years ago
  55. d09913c Include juggling by Jens Axboe · 15 years ago
  56. d0983d0 Add Solaris helper object by Jens Axboe · 15 years ago
  57. f8ed6d8 Make weak posix_memalign() private to Solaris by Jens Axboe · 15 years ago
  58. 5353137 Add generic random helpers by Jens Axboe · 15 years ago
  59. 3b2e146 Fix some issues with the OSX port by Jens Axboe · 15 years ago
  60. 2afd826 Support for Mac OS 10.6.2 by Jens Axboe · 15 years ago
  61. bf2e190 Fio 1.36 by Jens Axboe · 15 years ago
  62. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 15 years ago
  63. d2a1ed1 Fio 1.36-rc2 by Jens Axboe · 15 years ago
  64. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  65. 82830b0 Fix compilation for non-linux by Jens Axboe · 15 years ago
  66. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  67. ed81ee1 Fix an inverted cgroup exit check by Jens Axboe · 15 years ago
  68. 8eb76f7 Fio 1.36-rc1 by Jens Axboe · 15 years ago
  69. 8a4d0ff cgroup cleanups by Jens Axboe · 15 years ago
  70. dae5341 Move cgroup list to proper shared storage by Jens Axboe · 15 years ago
  71. 3858bf9 cgroup cleanups/fixes by Jens Axboe · 15 years ago
  72. 39f2202 Better support for setting up and removing private cgroups by Jens Axboe · 15 years ago
  73. ddf16fe CGROUP fixes by Jens Axboe · 15 years ago
  74. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  75. d481e00 Move back to realtime clock by Jens Axboe · 15 years ago
  76. c5c8bd5 Add helpers include file by Jens Axboe · 15 years ago
  77. f166280 Fix compile error due to missing ENOMEM on some platforms by Jens Axboe · 15 years ago
  78. f9e256b Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  79. d4c5b19 Add weak helpers to other makefiles by Jens Axboe · 15 years ago
  80. 7d289b2 Fix posix_memalign() return value in case of error by Jens Axboe · 15 years ago
  81. ed80ddf Add posix_* weak helpers by Jens Axboe · 15 years ago
  82. 11f97f3 Re-include fallback BITS_PER_LONG fallback by Jens Axboe · 15 years ago
  83. 3f5bf57 Correct size of tiobench profile by Jens Axboe · 15 years ago
  84. 9ac8a79 Add support for simple profile benchmarks by Jens Axboe · 15 years ago
  85. 7a958bd Only do math on known keywords by Jens Axboe · 15 years ago
  86. 892a6ff Support simple math on reserved keyword expressions by Jens Axboe · 15 years ago
  87. b7a3e66 Log bad verify header location by Radha Ramachandran · 15 years ago
  88. a8617ad Fio 1.35 by Jens Axboe · 15 years ago
  89. 6a96276 Don't pass more than the queued IO depth in to getevents() by Radha Ramachandran · 15 years ago
  90. 2ecc1b5 Fix race on io_u->flags by Jens Axboe · 15 years ago
  91. daaa166 Move BITS_PER_LONG define to arch by Jens Axboe · 15 years ago
  92. b4707ed Wait for async threads before freeing/killing IO buffers by Jens Axboe · 15 years ago
  93. 457bf39 Fixup iolog replay and add 'wait' command by Glen Ogilvie · 15 years ago
  94. 0c41214 Fix race condition when using asynch verify by Radha Ramachandran · 15 years ago
  95. 0e92f87 Support > 4 byte verify write patterns by Radha Ramachandran · 15 years ago
  96. b2c754d Fio 1.34.2 by Jens Axboe · 15 years ago
  97. df9cf92 Fix bug in bssplit parsing by Kenneth Waters · 15 years ago
  98. 9c965f3 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  99. 666bf12 Fix problem with mutexes and MONOTONIC clock by Roland Dreier · 15 years ago
  100. 69a852f Fix wrong clock source in mutex by Jens Axboe · 15 years ago