1. d72be54 Cache layout improvements by Jens Axboe · 12 years ago
  2. 7ebd796 Rename the bitmap to axmap by Jens Axboe · 12 years ago
  3. 8055e41 Add LFSR generator by Jens Axboe · 12 years ago
  4. 2ab9e98 Restore BUSY_OK bypassing of bitmap by Jens Axboe · 12 years ago
  5. 51ede0b Rework file random map by Jens Axboe · 12 years ago
  6. 24d23ca Get rid of uninitialized_var() by Jens Axboe · 12 years ago
  7. c5b3adc Use ETIMEDOUT instead of ETIME for exceeding max latency by Jens Axboe · 12 years ago
  8. 9c6f631 Make the zipf/pareto state per file by Jens Axboe · 12 years ago
  9. 925fee3 Add pareto distribution randomizer by Jens Axboe · 12 years ago
  10. e25839d Add sample zipf distribution randomizer by Jens Axboe · 12 years ago
  11. 1550153 Add max_latency option by Jens Axboe · 12 years ago
  12. 94c6372 Add pending IO to the tail of the busy list by Bruce Cran · 12 years ago
  13. 8b28bd4 backend: Add configurable non fatal error list by Dmitry Monakhov · 12 years ago
  14. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  15. ce95d65 Fixing wraparound behavior for time-based sequential read jobs by Dan Ehrenberg · 12 years ago
  16. ae2fafc verify: verify bytes should not add to this_io_bytes by webee · 13 years ago
  17. 37cf9e3 Enable read/write sequential offset to be a non-multiple of the block size by Jens Axboe · 13 years ago
  18. c04e466 time_based: Avoid restarting main I/O loop by Daniel Ehrenberg · 13 years ago
  19. 8a74b56 Fix problem with iodepth_batch_complete=0 and accounting by Jens Axboe · 13 years ago
  20. 82af2a7 Fix failure to verify in mixed read/write workload with backlog by Jens Axboe · 13 years ago
  21. f97a43a Add buffer_compress_chunk option by Jens Axboe · 13 years ago
  22. 629f1d7 Honor refill_buffers even for verifies by Jens Axboe · 13 years ago
  23. d1ece0c Fix batch mismatch for verifies by Jens Axboe · 13 years ago
  24. 9c42684 Add buffer_compress_percentage by Jens Axboe · 13 years ago
  25. 13af05a Only attempt zone switch if we have zones enabled by Jens Axboe · 13 years ago
  26. 6b1190f Enable completion latency stat collection on verify by Steven Lang · 13 years ago
  27. 52c5802 Fail if we can't satisfy the minimum block size by Jens Axboe · 13 years ago
  28. 81f0366 Reenable io_u->buf_filled_len optimization by Jens Axboe · 13 years ago
  29. 422f9e4 Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate is specified. by Ryan Marchand · 13 years ago
  30. ed33585 implement zoned random I/O testing support by Steven Noonan · 13 years ago
  31. 0684202 Expand continue_on_error to select which type of error to allow by Steven Lang · 13 years ago
  32. 1b8dbf2 Improve accuracy of rate= option by Steven Lang · 13 years ago
  33. d7ee2a7 Fix segfault with verify_async by Steven Lang · 13 years ago
  34. fddc660 Merge branch 'master' into client-server by Jens Axboe · 13 years ago
  35. 15b8772 Fix bad random offset generation for file map by Jens Axboe · 13 years ago
  36. 5f03ff7 Fix for hosed end-of-run log numbers by Jens Axboe · 13 years ago
  37. c8eeb9d Add support for write_iops_log by Jens Axboe · 13 years ago
  38. fba76ee Scramble corruption fix by Jens Axboe · 13 years ago
  39. fad82f7 Scramble fix by Jens Axboe · 13 years ago
  40. fd68418 Add option for controlling buffer scrambling by Jens Axboe · 13 years ago
  41. 23f394d Scramble on a 512b boundary by Jens Axboe · 13 years ago
  42. de78976 Scramble default write buffer contents slightly by Jens Axboe · 13 years ago
  43. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  44. a66da7a Add support for backwards holes by Jens Axboe · 13 years ago
  45. 78c1eda Fix bad latency reporting for rated IO jobs by Jens Axboe · 13 years ago
  46. 059b080 Add possibility to make sequential IO "holed" by Jens Axboe · 13 years ago
  47. 7994412 Fix overlap io_u into outside regions by Jens Axboe · 13 years ago
  48. 1294c3e Fix signed int/long truncation on 32-bit architectures by Jens Axboe · 13 years ago
  49. 4c07ad8 Switch all random generators to be decided by use_os_rand by Jens Axboe · 14 years ago
  50. d1cea52 Switch the latter part of the offset generation to __rand() too by Jens Axboe · 14 years ago
  51. 2615cc4 Switch to using our internal Tausworthe based random generator for offsets by Jens Axboe · 14 years ago
  52. 0ce8b11 Fix end-of-job slowdown for random IO with a random map by Jens Axboe · 14 years ago
  53. 2b13e71 Get rid of shadow declarations by Jens Axboe · 14 years ago
  54. e84b371 Clean io_u->buf_filled_len in io_u_fill_buffer() by Jens Axboe · 14 years ago
  55. 5e0baa7 Fix segfault when passing in size < block_size by Jens Axboe · 14 years ago
  56. 1ef2b6b Initial support for explicit write barriers by Jens Axboe · 14 years ago
  57. 0508320 Kill leftover debug printf() and re-format a long line by David Nellans · 14 years ago
  58. a917a8b Trim/discard fixes by Jens Axboe · 14 years ago
  59. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  60. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  61. 825f818 Add missing types to io_u_log_error() by Jens Axboe · 14 years ago
  62. 38dad62 Add rw_sequencer option by Jens Axboe · 14 years ago
  63. 5736c10 Rename ddir_nr -> ddir_seq_nr by Jens Axboe · 14 years ago
  64. 10e8a7b No need to use specific flag for io_u fill length by Radha Ramachandran · 14 years ago
  65. 9522850 Turn io_u filled variable into a flag by Jens Axboe · 14 years ago
  66. cbe8d75 Reuse filled pattern by Radha Ramachandran · 14 years ago
  67. 02af098 Add total latency log by Jens Axboe · 14 years ago
  68. 637ef8d Speedup verify random fills by 10-15x by Jens Axboe · 14 years ago
  69. da3758b Ensure we never overlap with existing blocks by Jens Axboe · 14 years ago
  70. f8a75c9 Default verify backlog batch to verify backlog setting if not given by Jens Axboe · 14 years ago
  71. 9e14418 Add some support for a verify backlog by Jens Axboe · 14 years ago
  72. d77431b Only use true random generator for initial seed by Jens Axboe · 15 years ago
  73. 27ea68a "Expand" random number from 32-bit to 64-bit when necessary by Jens Axboe · 15 years ago
  74. 1fbbf72 First step at speeding up io_u rand refill by Jens Axboe · 15 years ago
  75. 1dec3e0 Optimize __get_io_u() for better code foot print by Jens Axboe · 15 years ago
  76. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 15 years ago
  77. 7eb3657 Make profile io op overrides a dedicated structure by Jens Axboe · 15 years ago
  78. 15dc193 Allow profiles to override internal io_u functions by Jens Axboe · 15 years ago
  79. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 15 years ago
  80. 2ecc1b5 Fix race on io_u->flags by Jens Axboe · 15 years ago
  81. 0c41214 Fix race condition when using asynch verify by Radha Ramachandran · 15 years ago
  82. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  83. 01a1caa Fix broken completion latency numbers by Jens Axboe · 15 years ago
  84. e8462bd Add support for async IO verification offload by Jens Axboe · 15 years ago
  85. d529ee1 Add support for the iomem_align option by Jens Axboe · 15 years ago
  86. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  87. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  88. b23b6a2 Yet another rate fixup by Jens Axboe · 15 years ago
  89. 40e1a6f Improve rate limiting by Jens Axboe · 15 years ago
  90. 29a90dd Fix slat numbers by Jens Axboe · 15 years ago
  91. 2cc5293 Bad indent by Jens Axboe · 15 years ago
  92. 581e714 Add support for limiting only rate in only one direction by Jens Axboe · 15 years ago
  93. 0a4957c Fix bug with rwmix and multiple loops over the same set by Jens Axboe · 15 years ago
  94. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  95. d6aed79 Clean up file flags by Jens Axboe · 15 years ago
  96. 3bfb53d Remove io_u->endpos by Jens Axboe · 15 years ago
  97. 87c27b4 Clear f on error get_next_file_rr() by Jens Axboe · 15 years ago
  98. 306ddc9 Include transfer size in the clat/slat measurements by Jens Axboe · 15 years ago
  99. c311cd2 Don't populate random data for verify reads by Radha Ramachandran · 15 years ago
  100. 899c29f Fix issue with random offset being off if io_size != real_file_size by Radha Ramachandran · 15 years ago