1. 36690c9 Add 'null' verify option by Jens Axboe · 17 years ago
  2. 4b87898 Fix io piece logging to not have O(n) runtime by Jens Axboe · 17 years ago
  3. d23bb32 Free/alloc every FIO_OPT_STR_STORE string by Jens Axboe · 17 years ago
  4. cade3ef Make sure the ->files array is job private by Jens Axboe · 17 years ago
  5. d2f3ac3 Add option to disable fadvise() hints by Jens Axboe · 17 years ago
  6. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 17 years ago
  7. 38d77ca Improve data direction runtime logging by Jens Axboe · 17 years ago
  8. e47f799 Improve rwmix states by Jens Axboe · 17 years ago
  9. e4e3325 Dump actual filename in failure to open by Jens Axboe · 17 years ago
  10. 609342f GUASI IO engine by Davide Libenzi · 17 years ago
  11. b3d62a7 'new_group' option by Jens Axboe · 17 years ago
  12. afe24a5 Improve rwmix buffered split by Jens Axboe · 17 years ago
  13. 6872707 Untangle the file creation mess by Jens Axboe · 17 years ago
  14. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  15. 127f686 Move setup_rate() out of log.c by Jens Axboe · 17 years ago
  16. 4e991c2 Support for setting rated based on IOPS by Jens Axboe · 17 years ago
  17. 214e1ec Split option handling out of init.c by Jens Axboe · 17 years ago
  18. 9c60ce6 Add 'filesize' option by Jens Axboe · 17 years ago
  19. cfc99db mmap engine: make sure that page unaligned syncs work by Jens Axboe · 17 years ago
  20. 96d32d5 Better handling of file creation vs existing files by Jens Axboe · 17 years ago
  21. bbf6b54 Add 'opendir' option by Jens Axboe · 17 years ago
  22. ebb1415 Add 'fsync_on_close' option by Jens Axboe · 17 years ago
  23. 1c17818 Improve handling of nr_files != open_files by Jens Axboe · 17 years ago
  24. 7b4e4fe Init stat for all files, not just current range by Jens Axboe · 17 years ago
  25. 1549441 Normal vs special files fixups by Jens Axboe · 17 years ago
  26. 1315a68 One more f->file_name typo by Jens Axboe · 17 years ago
  27. 0ad920e Add file reference counting by Jens Axboe · 17 years ago
  28. f11bd94 Turn file ->open and ->unlink into flags by Jens Axboe · 17 years ago
  29. af52b34 Allow explicit setting of a number of files by Jens Axboe · 17 years ago
  30. 62d984e [PATCH] disk_util: Allow an engine to turn off disk_util specifically by Jens Axboe · 17 years ago
  31. b360506 Show IOPS as well as bw numbers by Jens Axboe · 17 years ago
  32. 1907dbc Add nr parameter to file_service_type by Jens Axboe · 17 years ago
  33. 9cedf16 Note process vs thread in output by Jens Axboe · 17 years ago
  34. 0263882 File truncation and extend fixes by Jens Axboe · 17 years ago
  35. ba0fbe1 Turn the CPU burner into a real io engine by Jens Axboe · 17 years ago
  36. 09629a9 Make sure each job loads a private io engine by Jens Axboe · 17 years ago
  37. 07739b5 Add a real semaphore implemtation by Jens Axboe · 17 years ago
  38. a978ba6 Get rid of reopen_files() by Jens Axboe · 17 years ago
  39. 860a304 Add ->open to struct fio_file by Jens Axboe · 17 years ago
  40. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  41. 6586ee8 Show how many jobs are in a group by Jens Axboe · 17 years ago
  42. 756867b Add group reporting by Jens Axboe · 17 years ago
  43. b2560f3 One step closer to group reporting by Jens Axboe · 17 years ago
  44. 5451792 Improve error logging and handling by Jens Axboe · 17 years ago
  45. 7ff1c14 fio.h: Fix TD_DDIR_RANDWRITE by Joel Becker · 17 years ago
  46. 480936d fio.h: Grow td->verror by Joel Becker · 17 years ago
  47. 2fd233b Convert null io engine to use ->setup() by Jens Axboe · 17 years ago
  48. bdb4e2e Better management of open files by Jens Axboe · 17 years ago
  49. a9defc9 [PATCH] ioengine flags: Replace FIO_NETIO with real flags that map the behavior by Joel Becker · 17 years ago
  50. 9728ce3 [PATCH] init.c: Expose f_out and f_err to loaded libraries via dlsym() by Joel Becker · 17 years ago
  51. cb5ab51 Add iodepth_batch setting by Jens Axboe · 17 years ago
  52. 5b38ee8 syslet engine: smart batching by Jens Axboe · 17 years ago
  53. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  54. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  55. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  56. 0aabe16 Add option to select how to service multiple files by Jens Axboe · 17 years ago
  57. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  58. a2f77c9 Improve thread reap handling by Jens Axboe · 17 years ago
  59. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  60. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  61. 19abcd3 Don't overwrite error by Jens Axboe · 17 years ago
  62. 72cb971 More __must_check annotations by Jens Axboe · 17 years ago
  63. b2fdda4 Static error value checking by Jens Axboe · 17 years ago
  64. e916b39 Add low water mark for queuing depth by Jens Axboe · 17 years ago
  65. 079ad09 First step for group reporting by Jens Axboe · 17 years ago
  66. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  67. 3d7c391 Retrieve next file to service in get_io_u() by Jens Axboe · 17 years ago
  68. 755200a Add support for queuing > 1 command at the time by Jens Axboe · 17 years ago
  69. 9760102 Cleanup end IO handling by Jens Axboe · 17 years ago
  70. 3af6ef3 Fully parallellize io_u verification by Jens Axboe · 17 years ago
  71. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  72. 48097d5 [PATCH] Add thinktime_spin parameter by Jens Axboe · 17 years ago
  73. e26f8f7 [PATCH] file descriptor is int by Jens Axboe · 17 years ago
  74. ec11830 [PATCH] IO completion time histograms by Jens Axboe · 17 years ago
  75. b6959b5 [PATCH] Make fio compile on non-x86 again by Jens Axboe · 17 years ago
  76. a2e1b08 [PATCH] syslet engine: use pread instead lseek+read by Jens Axboe · 17 years ago
  77. a4f4fdd [PATCH] First cut syslet async io support by Jens Axboe · 17 years ago
  78. 340fd24 [PATCH] Make fio_assert() core dump the job by Jens Axboe · 17 years ago
  79. 437c9b7 [PATCH] Make the exit value meaningfull by Jens Axboe · 17 years ago
  80. 0032bf9 [PATCH] Add fio_assert() by Jens Axboe · 17 years ago
  81. 1c9e06e [PATCH] Document/comment fio.h by Jens Axboe · 17 years ago
  82. c685b5b [PATCH] More random map fixes by Jens Axboe · 17 years ago
  83. 4d9345a [PATCH] Don't create files for engines that don't need them by Jens Axboe · 17 years ago
  84. cec6b55 [PATCH] Support residual io counts from io engines by Jens Axboe · 17 years ago
  85. ed92ac0 [PATCH] Simple support for networked IO by Jens Axboe · 17 years ago
  86. 61697c3 [PATCH] Add 'description' option by Jens Axboe · 17 years ago
  87. bb3884d [PATCH] Add support for writing aggregate bandwidth log by Jens Axboe · 17 years ago
  88. 71619dc [PATCH] Include io depth distribution statistics by Jens Axboe · 17 years ago
  89. 6870408 [PATCH] Implement a better mean and standard deviation calculation by Jens Axboe · 17 years ago
  90. 9c1f743 [PATCH] Add thinktime_blocks by Jens Axboe · 17 years ago
  91. ef9c5c4 [PATCH] Fix deviation overflow by Jens Axboe · 17 years ago
  92. 313cb20 [PATCH] Allow mem=mmap to also use a file backing by Jens Axboe · 18 years ago
  93. 56bb17f [PATCH] Add hugepage-size option by Jens Axboe · 18 years ago
  94. d0bdaf4 [PATCH] Support for mmap of hugetlb files as memory backing by Jens Axboe · 18 years ago
  95. 74b025b [PATCH] Support for hugetlb backed shared memory by Jens Axboe · 18 years ago
  96. 9b031dc [PATCH] Only unlink for created files by Jens Axboe · 18 years ago
  97. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 18 years ago
  98. 6900899 [PATCH] Improve time accounting for a job by Jens Axboe · 18 years ago
  99. 02bcaa8 [PATCH] Time and seek optimizations by Jens Axboe · 18 years ago
  100. c11883f [PATCH] Get rid of FIO_INST_PREFIX by Jens Axboe · 18 years ago