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