1. 17af15d Make sure that alias names are also valid on the command line by Jens Axboe · 14 years ago
  2. d091d09 Make the 'closest option' print a bit better by Jens Axboe · 14 years ago
  3. 7de8709 Add an option "cgroup_nodelete" to not delete cgroups after job completion by Vivek Goyal · 14 years ago
  4. 61eb313 sfree(NULL) is ok by Jens Axboe · 14 years ago
  5. d77431b Only use true random generator for initial seed by Jens Axboe · 14 years ago
  6. 79c94bd Add documentation for the random number generator by Jens Axboe · 14 years ago
  7. 27ea68a "Expand" random number from 32-bit to 64-bit when necessary by Jens Axboe · 14 years ago
  8. d54a144 Remember to prime the random generator by Jens Axboe · 14 years ago
  9. 7e74401 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 14 years ago
  10. 1fbbf72 First step at speeding up io_u rand refill by Jens Axboe · 14 years ago
  11. 91da686 Keep the global command line bw/lat logs separate from per job logs by Jens Axboe · 14 years ago
  12. 3d73e5a Fix typo in bandwidth log command line option by Jens Axboe · 14 years ago
  13. fdba6ac Remove default setting of clocksource by Jens Axboe · 14 years ago
  14. ab48004 Add IA64 support for CPU clock by Jens Axboe · 14 years ago
  15. 4780fa2 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 14 years ago
  16. c223da8 Add support for specific clock sources by Jens Axboe · 14 years ago
  17. 03f0a3c Fio 1.38 by Jens Axboe · 14 years ago
  18. eef16f3 Make ARMv7 build and work by Jens Axboe · 14 years ago
  19. 331539a OSX should use off_t for off64_t by Jens Axboe · 14 years ago
  20. 3ae0637 Only define str_sfr_cb() if FIO_HAVE_SYNC_FILE_RANGE is set by Jens Axboe · 14 years ago
  21. 2d5c40e __dprint() fixup by Jens Axboe · 14 years ago
  22. d048ba6 Add log_valist() by Jens Axboe · 14 years ago
  23. 8e8af3c Update other OS makefiles by Jens Axboe · 14 years ago
  24. bf84eac Make the dprint() processing out-of-line by Jens Axboe · 14 years ago
  25. 1dec3e0 Optimize __get_io_u() for better code foot print by Jens Axboe · 14 years ago
  26. 7c639b1 Fix bad sign on td_verror() by Jens Axboe · 14 years ago
  27. 440a598 Don't call getpid() in dprint() unless we are going to use it by Jens Axboe · 14 years ago
  28. 9bbf57c Use 'o' consistently in fixup_options() by Jens Axboe · 14 years ago
  29. d990588 Set verify_interval to minimum blocksize if not given by Jens Axboe · 14 years ago
  30. f3e11d0 Catch error on ->commit and ->get_events by Jens Axboe · 14 years ago
  31. 008618a Verify log message by Jens Axboe · 14 years ago
  32. 7758d4f Fix bad type usage in parse.c for external options by Jens Axboe · 14 years ago
  33. 285d451 Check for syscall definitions, before declaring __weak helper by Jens Axboe · 14 years ago
  34. a54cf03 Add __weak sync_file_range() by Jens Axboe · 14 years ago
  35. ae2ddba Fix broken FIO_OPT_STR option by Jens Axboe · 14 years ago
  36. b62bdf2 Fix parser bug capping multi value options at 2 by Jens Axboe · 14 years ago
  37. f011531 Update libaio/posixaio/splice for sync updates by Jens Axboe · 14 years ago
  38. cb849a7 Assign io_u->error directly in do_io_u_sync() by Jens Axboe · 14 years ago
  39. 0a28ecd Abstract out generic sync helper by Jens Axboe · 14 years ago
  40. e76b1da Add documentation for 'sync_file_range' by Jens Axboe · 14 years ago
  41. 3843deb Make sure we handle multiple arguments to sync_file_range by Jens Axboe · 14 years ago
  42. 5f6ddf1 Allow OR'able option values by Jens Axboe · 14 years ago
  43. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 14 years ago
  44. e6d2e7e Remove debug printf() by Jens Axboe · 14 years ago
  45. 58c55ba Add profile td init/exit with stored data by Jens Axboe · 14 years ago
  46. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 14 years ago
  47. a0741cb Fix parse strlen() bug by Jens Axboe · 14 years ago
  48. 15dc193 Allow profiles to override internal io_u functions by Jens Axboe · 14 years ago
  49. f5b6bb8 Allow the adding of 'posval' for dynamic options like 'profile' by Jens Axboe · 14 years ago
  50. a3073f4 Allow holes in the option posval (possible values) by Jens Axboe · 14 years ago
  51. e58eb86 Add profile description by Jens Axboe · 14 years ago
  52. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  53. 9f81736 Make sure profile options get added to long_options[] by Jens Axboe · 14 years ago
  54. 2363d8d More progress on per-profile options support by Jens Axboe · 14 years ago
  55. e2de69d Add initial support for profile specific options by Jens Axboe · 14 years ago
  56. 02c6aad Add parser support for out-of-td option storage by Jens Axboe · 14 years ago
  57. 79d1631 Add support for loadable profiles by Jens Axboe · 14 years ago
  58. 64d9d93 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 14 years ago
  59. 9f988e2 Add support for registrering external options by Jens Axboe · 14 years ago
  60. fc2a6f2 Quote profile name by Jens Axboe · 14 years ago
  61. 38789b5 Add check for OPT_LEN_MAX being too small by Jens Axboe · 14 years ago
  62. c06c78c Increase OPT_LEN_MAX by Zhang, Yanmin · 14 years ago
  63. 4ceb30d Use log_info() more consistently by Jens Axboe · 14 years ago
  64. bc77f56 Fix bug in sha256 verify by Jens Axboe · 14 years ago
  65. d3e829b Fio 1.37 by Jens Axboe · 14 years ago
  66. 85a8631 PA-RISC support by Jens Axboe · 14 years ago
  67. e72fa4d Fix FreeBSD support by Joshua Aune · 14 years ago
  68. e449797 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 14 years ago
  69. b30d395 get_file_type() should use stat(), not lstat() by Jens Axboe · 14 years ago
  70. e943b87 Track last file offset by Jens Axboe · 14 years ago
  71. 7bc8c2c Add specific knob for controlling fallocate() usage by Jens Axboe · 14 years ago
  72. 98061ac Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  73. 975462a Allow 'b' postfix for integer values by Jens Axboe · 15 years ago
  74. e0c4a46 Fix barrier for sh4a by Jens Axboe · 15 years ago
  75. c4d8710 Fix sh4 typo by Jens Axboe · 15 years ago
  76. 29721c9 sh4 support by Nobuhiro Iwamatsu · 15 years ago
  77. fa77073 Add generic arch include header by Jens Axboe · 15 years ago
  78. b71b80d OSX should include sha1 by Jens Axboe · 15 years ago
  79. c36d16f Make fdatasync OS optional by Jens Axboe · 15 years ago
  80. a14ca44 os.h should include headers it needs by itself by Jens Axboe · 15 years ago
  81. d09913c Include juggling by Jens Axboe · 15 years ago
  82. d0983d0 Add Solaris helper object by Jens Axboe · 15 years ago
  83. f8ed6d8 Make weak posix_memalign() private to Solaris by Jens Axboe · 15 years ago
  84. 5353137 Add generic random helpers by Jens Axboe · 15 years ago
  85. 3b2e146 Fix some issues with the OSX port by Jens Axboe · 15 years ago
  86. 2afd826 Support for Mac OS 10.6.2 by Jens Axboe · 15 years ago
  87. bf2e190 Fio 1.36 by Jens Axboe · 15 years ago
  88. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 15 years ago
  89. d2a1ed1 Fio 1.36-rc2 by Jens Axboe · 15 years ago
  90. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  91. 82830b0 Fix compilation for non-linux by Jens Axboe · 15 years ago
  92. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  93. ed81ee1 Fix an inverted cgroup exit check by Jens Axboe · 15 years ago
  94. 8eb76f7 Fio 1.36-rc1 by Jens Axboe · 15 years ago
  95. 8a4d0ff cgroup cleanups by Jens Axboe · 15 years ago
  96. dae5341 Move cgroup list to proper shared storage by Jens Axboe · 15 years ago
  97. 3858bf9 cgroup cleanups/fixes by Jens Axboe · 15 years ago
  98. 39f2202 Better support for setting up and removing private cgroups by Jens Axboe · 15 years ago
  99. ddf16fe CGROUP fixes by Jens Axboe · 15 years ago
  100. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago