1. ee98e23 Fix re-run issue when job size is set to "unknown" by Jens Axboe · 12 years ago
  2. a5e0ee1 Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB for Android. by Oleg · 12 years ago
  3. 61ee0f8 Handle end_fsync if a file is closed by Jens Axboe · 12 years ago
  4. 5bd5f71 Fix failure to exit IO loop on some IO sizes by Jens Axboe · 12 years ago
  5. f2a2ce0 Add support for idletime profiling by Huadong Liu · 12 years ago
  6. 44404c5 Add lib/getrusage.c by Jens Axboe · 12 years ago
  7. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 12 years ago
  8. 100f49f verify: stop on actual number of bytes needed to be verified by Jens Axboe · 12 years ago
  9. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 12 years ago
  10. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 12 years ago
  11. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 12 years ago
  12. 67bf982 Add configure script by Jens Axboe · 12 years ago
  13. fbccf46 Fix potential null pointer dereference on verify and requeue events by Jens Axboe · 12 years ago
  14. 5d87939 gettime: use pthread_{set,get}specific() for TLS by Jens Axboe · 12 years ago
  15. 32dbca2 Free io_u related structures before killing IO engine by Bruce Cran · 12 years ago
  16. c73ed24 windowsaio: initialize and map windowsaio IO structure to io_u by Jens Axboe · 12 years ago
  17. 36d80bc Wire up SIGUSR2 to kill blocking threads by Jens Axboe · 12 years ago
  18. ec5c6b1 Add support for Android by Aaron Carroll · 12 years ago
  19. 108fea7 client/server: fixup "All clients" reporting by Jens Axboe · 12 years ago
  20. 7d7803f rdma ioengine improvement by Yufei Ren · 12 years ago
  21. d5abee0 backend: only check bytes_done for engines without FIO_NOIO by Jens Axboe · 12 years ago
  22. d0b937e Fine-grained job level numa control by Yufei Ren · 12 years ago
  23. 2f69450 Windows: handle SIGBREAK. by Bruce Cran · 12 years ago
  24. 2735718 Fix segfault race on exit for platforms that don't have disk util support by Jens Axboe · 12 years ago
  25. 88045e0 backend: fix data direction flow check by Dmitry Monakhov · 12 years ago
  26. 59d8d0f backend: don't allocate memory buffers for non-data workloads by Jens Axboe · 12 years ago
  27. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  28. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  29. 342f4be Add ddir_rw_sum() by Jens Axboe · 12 years ago
  30. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  31. 521da52 mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED by Jens Axboe · 12 years ago
  32. 9ec7779 diskutil: ensure that we lock around disk_list access by Jens Axboe · 12 years ago
  33. 9961495 Revert "diskutil: ensure that we lock around disk_list access" by Jens Axboe · 12 years ago
  34. feb4185 diskutil: ensure that we lock around disk_list access by Jens Axboe · 12 years ago
  35. 5d89ff7 fio: Add to cgroup if parameter "cgroup" is enabled. by Tao Ma · 12 years ago
  36. 4c6d91e Define SIGUSR1 to inform fio to dump run stats while continuing to run by Jens Axboe · 13 years ago
  37. a462bae Free disk util on exit, not on stats display by Jens Axboe · 13 years ago
  38. a5e371a Add indication of whether a job got killed by Jens Axboe · 13 years ago
  39. c04e466 time_based: Avoid restarting main I/O loop by Daniel Ehrenberg · 13 years ago
  40. 8a74b56 Fix problem with iodepth_batch_complete=0 and accounting by Jens Axboe · 13 years ago
  41. 82af2a7 Fix failure to verify in mixed read/write workload with backlog by Jens Axboe · 13 years ago
  42. f7078f7 Fix bug that causes early termination of fio with verify_backlog by Jens Axboe · 13 years ago
  43. 9c42684 Add buffer_compress_percentage by Jens Axboe · 13 years ago
  44. 9e684a4 Token-based flow control by Dan Ehrenberg · 13 years ago
  45. e43606c Fix assumption that pointers fits in a 'long' by Bruce Cran · 13 years ago
  46. 649c10c nice() error handling by Bruce Cran · 13 years ago
  47. 4e87c37 Fix grammatical error by Jens Axboe · 13 years ago
  48. a3efc91 Move variables to backend, fix up line spaces by Jens Axboe · 13 years ago
  49. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 13 years ago