1. 890b665 verify: fix verification of uncompleted or errored ios by Jens Axboe · 10 years ago
  2. 4352284 Avoid buildenv conditional in thread_option struct by Daniel Gollub · 10 years ago
  3. 77731b2 Add option for io_limit by Jens Axboe · 10 years ago
  4. 4c707a3 backend: fix potential division-by-zero by Jens Axboe · 10 years ago
  5. 49c6f33 backend: better NULL termination fix for IO scheduler switching by Jens Axboe · 10 years ago
  6. 49cba9b backend: fix potential divide-by-zero by Jens Axboe · 10 years ago
  7. e0c8b74 Ensure that fread() string is always NULL terminated by Jens Axboe · 10 years ago
  8. 905e3d4 Cleanup the parallellized log writing by Jens Axboe · 10 years ago
  9. 243bfe1 iolog: don't serialize the writing of all logs by Jens Axboe · 10 years ago
  10. 3939fe8 Add exceeds_number_ios() helper by Jens Axboe · 10 years ago
  11. 26251d8 Try a little harder to honor number_ios more accurately by Jens Axboe · 10 years ago
  12. 2e63e96 Fix verify_only option not working properly by Puthikorn Voravootivat · 10 years ago
  13. 30cb4c6 Fix off-by-one bug in CPU split mask handling by Jens Axboe · 10 years ago
  14. c2acfba Add support for cpus_allowed_policy by Jens Axboe · 10 years ago
  15. 0de5b26 Unify the time handling by Jens Axboe · 10 years ago
  16. 9900706 fio: flush log files on test end by Peter Oberparleiter · 10 years ago
  17. 74454ce fio: allow milliseconds on all time specifiers by Christian Ehrhardt · 10 years ago
  18. 002fe73 Fix issue with openfiles= and file sizing by Jens Axboe · 10 years ago
  19. ea66e04 Fix issue with td->mutex being used-after-free by Jens Axboe · 10 years ago
  20. f940128 verify: always log IO in the order they are issued by Jens Axboe · 10 years ago
  21. 78a6469 More precise fix for verify_backlog verification failure by Jens Axboe · 10 years ago
  22. 9a50c5c Fix verify_backlog start verification before finish writing by Puthikorn Voravootivat · 10 years ago
  23. c2703bf Fix for prematurely stopping on verify by Jens Axboe · 10 years ago
  24. c4b6117 Fix rand_seed mismatches in verify phase by Puthikorn Voravootivat · 10 years ago
  25. 6216776 Adds verify_only option by Juan Casse · 11 years ago
  26. ce35b1e Add option for specifically setting buffer contents by Jens Axboe · 10 years ago
  27. 3e260a4 Add options to have fio latency profile a device by Jens Axboe · 10 years ago
  28. d01612f Add support for O_ATOMIC by Chris Mason · 11 years ago
  29. 334185e server: ensure that fio_time_init() is called before option parsing by Bruce Cran · 11 years ago
  30. 20876c5 Add condition to stop issuing io in do_io(). by Juan Casse · 11 years ago
  31. ce48649 backend: Logging exec_{pre|post}run by Erwan Velu · 11 years ago
  32. 8d271b6 backend: Get rid of sh -c for exec_string by Erwan Velu · 11 years ago
  33. 2ae0b20 Replace list based free/busy/requeue list with FIFO + ring by Jens Axboe · 11 years ago
  34. 4a88752 act: basic reporting by Jens Axboe · 11 years ago
  35. 002e718 Ensure that we have no IO pending when sleeping by Jens Axboe · 11 years ago
  36. cef9175 Ensure that stat outputs are serialized by Jens Axboe · 11 years ago
  37. 0646490 Add support for other ways of triggering intermediate result outputs by Jens Axboe · 11 years ago
  38. fd8a09b fix memory allocation in the cases we may need to align by peter chang · 11 years ago
  39. 4e0a8fa Fixup bad logging types by Jens Axboe · 11 years ago
  40. 8f91cc3 Merge branch 'gfio' into gfio-int by Jens Axboe · 11 years ago
  41. 5a812f9 iolog: note type of log by Jens Axboe · 12 years ago
  42. 3a5f6bd Make nr_thread/nr_process private to backend by Jens Axboe · 11 years ago
  43. 4896473 backend: merge in td->o to o-> thread_main() change by Jens Axboe · 11 years ago
  44. 9a3f110 Make lockmem a per job option by Jens Axboe · 12 years ago
  45. dc5bfbb Merge in crc32c-intel probe by Jens Axboe · 11 years ago
  46. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  47. c97f1ad Fix usr/sys/ctx/majf/minf for -USR1 usage by Jens Axboe · 11 years ago
  48. 74f4b02 Consider the maximum block size difference the minimum for loop exit by Jens Axboe · 11 years ago
  49. d721392 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  50. ee98e23 Fix re-run issue when job size is set to "unknown" by Jens Axboe · 11 years ago
  51. a5e0ee1 Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB for Android. by Oleg · 11 years ago
  52. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  53. 61ee0f8 Handle end_fsync if a file is closed by Jens Axboe · 11 years ago
  54. 90b7a96 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  55. 5bd5f71 Fix failure to exit IO loop on some IO sizes by Jens Axboe · 11 years ago
  56. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  57. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  58. 135be49 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  59. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  60. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 11 years ago
  61. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  62. 100f49f verify: stop on actual number of bytes needed to be verified by Jens Axboe · 11 years ago
  63. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 11 years ago
  64. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 11 years ago
  65. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 11 years ago
  66. 67bf982 Add configure script by Jens Axboe · 11 years ago
  67. 92a0daf Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  68. fbccf46 Fix potential null pointer dereference on verify and requeue events by Jens Axboe · 11 years ago
  69. 5d87939 gettime: use pthread_{set,get}specific() for TLS by Jens Axboe · 11 years ago
  70. 2a988d8 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  71. 32dbca2 Free io_u related structures before killing IO engine by Bruce Cran · 11 years ago
  72. c73ed24 windowsaio: initialize and map windowsaio IO structure to io_u by Jens Axboe · 11 years ago
  73. 49758e1 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  74. 36d80bc Wire up SIGUSR2 to kill blocking threads by Jens Axboe · 11 years ago
  75. ec5c6b1 Add support for Android by Aaron Carroll · 11 years ago
  76. 1e5324e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  77. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  78. 7d7803f rdma ioengine improvement by Yufei Ren · 12 years ago
  79. d5abee0 backend: only check bytes_done for engines without FIO_NOIO by Jens Axboe · 12 years ago
  80. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  81. f681d0b Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  82. 2f69450 Windows: handle SIGBREAK. by Bruce Cran · 12 years ago
  83. 3d7174e Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  84. 2735718 Fix segfault race on exit for platforms that don't have disk util support by Jens Axboe · 12 years ago
  85. de26d51 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  86. 88045e0 backend: fix data direction flow check by Dmitry Monakhov · 12 years ago
  87. f982d35 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  88. 59d8d0f backend: don't allocate memory buffers for non-data workloads by Jens Axboe · 12 years ago
  89. e65a950 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  90. d79db12 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  91. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  92. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  93. 342f4be Add ddir_rw_sum() by Jens Axboe · 12 years ago
  94. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  95. c2e9cc4 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  96. 521da52 mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED by Jens Axboe · 12 years ago
  97. 9ec7779 diskutil: ensure that we lock around disk_list access by Jens Axboe · 12 years ago
  98. 9961495 Revert "diskutil: ensure that we lock around disk_list access" by Jens Axboe · 12 years ago
  99. 80666be Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  100. feb4185 diskutil: ensure that we lock around disk_list access by Jens Axboe · 12 years ago