1. 067430b Fix disk utilization for delayed jobs by Jens Axboe · 13 years ago
  2. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  3. d3cc4eb Make SH port work for packagers that don't differentiate between SH4 and SH4A by Jens Axboe · 13 years ago
  4. 1f84f1d Respect iodepth_batch_complete=0 in main loop by Dan Ehrenberg · 13 years ago
  5. ccc0205 Fix infinite loop on platforms with severely limited aio resources by Jens Axboe · 13 years ago
  6. 6aa2781 Fix killing of threads that haven't started by Michael Callahan · 13 years ago
  7. 47f767c Add gettid() for proper thread affinity on Linux by Jens Axboe · 13 years ago
  8. 6525896 Make processes work on HP-UX by Jens Axboe · 13 years ago
  9. be18a94 Set affinity before doing buffer and io_u allocs by Jens Axboe · 13 years ago
  10. f015394 Fix ramp time random screwup by Jens Axboe · 13 years ago
  11. 687c6a2 Fix ramp time bug by Jens Axboe · 13 years ago
  12. 4b0c257 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 13 years ago
  13. fca7035 Add --max-jobs/-j command line option by Jens Axboe · 13 years ago
  14. f097728 Fix for terminating threads in ramp time by Jens Axboe · 13 years ago
  15. d06093e Fix fill_device with queue depth higher than 1 by Steven Lang · 13 years ago
  16. bd93e34 Fixup wrong enum used for __check_min_rate() by Steven Lang · 13 years ago
  17. b20b6be Ensure we quit on SIGTERM by Jens Axboe · 13 years ago
  18. deaa1af Exit with error on signal by Jens Axboe · 13 years ago
  19. 91aea6e Add simple aligned alloc helper by Jens Axboe · 13 years ago
  20. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  21. 69204d6 Eta/disk thread uses more than the minimum stack by Jens Axboe · 14 years ago
  22. 9a793c2 Fix race in exit of eta/util thread by Jens Axboe · 14 years ago
  23. 7985701 Change disk util / eta method from signal to thread by Jens Axboe · 14 years ago
  24. 7d9fb45 When verify fails, dump the good/bad blocks to files by Jens Axboe · 14 years ago
  25. 7ed4d7a Merge branch 'winfio' by Jens Axboe · 14 years ago
  26. 63a5826 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 14 years ago
  27. dfc6e75 setgid first, setuid second by Stefan Hajnoczi · 14 years ago
  28. 9b83656 Various fixes/updates by Bruce Cran · 14 years ago
  29. ecc314b FIO Windows update by Bruce Cran · 14 years ago
  30. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 14 years ago
  31. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 14 years ago
  32. a5b01f1 Call path below SIGALRM isn't safe by Jens Axboe · 14 years ago
  33. 1c04bf7 Align memory buffers for RAW io engines by Jens Axboe · 14 years ago
  34. d708ac5 Fix assert by Jens Axboe · 14 years ago
  35. a917a8b Trim/discard fixes by Jens Axboe · 14 years ago
  36. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  37. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  38. 304a47c Reduce thread stack size by bart Van Assche · 14 years ago
  39. cbe8d75 Reuse filled pattern by Radha Ramachandran · 14 years ago
  40. 02af098 Add total latency log by Jens Axboe · 14 years ago
  41. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  42. fb47e9a Missing new line by Jens Axboe · 14 years ago
  43. 904dc32 Cleanup up SIGILL for crc32c-intel by Jens Axboe · 14 years ago
  44. 61eb313 sfree(NULL) is ok by Jens Axboe · 14 years ago
  45. d54a144 Remember to prime the random generator by Jens Axboe · 14 years ago
  46. 008618a Verify log message by Jens Axboe · 14 years ago
  47. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  48. 4ceb30d Use log_info() more consistently by Jens Axboe · 14 years ago
  49. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 15 years ago
  50. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 15 years ago
  51. dae5341 Move cgroup list to proper shared storage by Jens Axboe · 15 years ago
  52. 39f2202 Better support for setting up and removing private cgroups by Jens Axboe · 15 years ago
  53. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 15 years ago
  54. 6a96276 Don't pass more than the queued IO depth in to getevents() by Radha Ramachandran · 15 years ago
  55. b4707ed Wait for async threads before freeing/killing IO buffers by Jens Axboe · 15 years ago
  56. 457bf39 Fixup iolog replay and add 'wait' command by Glen Ogilvie · 15 years ago
  57. 715d2b3 Don't assume read IO are always verifies if verify is enabled by Jens Axboe · 15 years ago
  58. 74929ac Add support for reserved keywords by Jens Axboe · 15 years ago
  59. c5d3d79 Fix problem with bw log not working for writes by Jens Axboe · 15 years ago
  60. b22989b Get rid of KiB vs KB distinction by Jens Axboe · 15 years ago
  61. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  62. fc966be Fix O_DIRECT memory alignment by Jens Axboe · 15 years ago
  63. e0ae4df Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 15 years ago
  64. 8a4f8a2 Fix issue with fill_device=1 and continue_on_error by Radha Ramachandran · 15 years ago
  65. 656b139 Add code to detect a task that exited prior to up'ing the startup mutex by Jens Axboe · 15 years ago
  66. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  67. dcb4830 Alter the order of checking time exceeded vs getting an io_u by Radha Ramachandran · 15 years ago
  68. 1ec99ee Fix typo on continue_on_error patch by Jens Axboe · 15 years ago
  69. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  70. 2be3eec File close fixes by Jens Axboe · 15 years ago
  71. d982d87 Fix bad min rate check by Jens Axboe · 15 years ago
  72. 22a57ba Fix problem with too many opened files by Jens Axboe · 15 years ago
  73. cf2dd8d Missed int to pointer conversion check for ->ratemin by Jens Axboe · 15 years ago
  74. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  75. 0a4957c Fix bug with rwmix and multiple loops over the same set by Jens Axboe · 15 years ago
  76. 7c9b1bc Split off diskutil include by Jens Axboe · 15 years ago
  77. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  78. d6aed79 Clean up file flags by Jens Axboe · 15 years ago
  79. 398e8c4 Make sure that exec_prerun/postrun work for shell commands by Jens Axboe · 15 years ago
  80. afad68f Add pre_read option by Zhang, Yanmin · 15 years ago
  81. d2bbb8d Fix garbling of clat/slat logs if a shared log file is used by Fabio Checconi · 15 years ago
  82. 0fe2187 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 15 years ago
  83. eb7ccf3 Align io units to processor cache line size by Jens Axboe · 15 years ago
  84. 1ca9573 Fix name of the slat log file by Radha Ramachandran · 15 years ago
  85. 5bfc35d Reseed random generator for loop/time based runs by Jens Axboe · 15 years ago
  86. df9c26b Avoid opening files until they are used by Jens Axboe · 15 years ago
  87. e235d5f Fix broken rate check by Jens Axboe · 15 years ago
  88. f42c153 Some more pthread_* call mishandled errors by Jens Axboe · 16 years ago
  89. 29adda3 Add --debug=mutex by Jens Axboe · 16 years ago
  90. d2ce18b CPU set creation and destruction can fail on some platforms by Jens Axboe · 16 years ago
  91. 4e78e40 Add a cpuset exit function by Jens Axboe · 16 years ago
  92. 6dd6f2c __usec_sleep() really just spins, rename it by Jens Axboe · 16 years ago
  93. f484470 Long line style fix + comment by Jens Axboe · 16 years ago
  94. be4ecfd Add gtod_cpu option for pinning gettimeofday() to a single CPU by Jens Axboe · 16 years ago
  95. e3cedca Add support for giving bw/clat/slat log prefixes by Jens Axboe · 16 years ago
  96. 5f8f972 Handle ctrl-c properly with threads by Jens Axboe · 16 years ago
  97. 993bf48 Add gtod_reduce option by Jens Axboe · 16 years ago
  98. 62977e0 Kill io_u timeout handling by Jens Axboe · 16 years ago
  99. 02444ad Warning fixes by Jens Axboe · 16 years ago
  100. b29ee5b Update ramp_time by Jens Axboe · 16 years ago