1. 691c8fb blktrace improvements and fixups by Jens Axboe · 17 years ago
  2. 58f9f04 for_each_file() fix by Jens Axboe · 17 years ago
  3. 9efef3c Multiple file handling fixes by Jens Axboe · 17 years ago
  4. 4d4e80f Revamp file locking by Jens Axboe · 17 years ago
  5. 29c1349 Add the file sharing bits by Jens Axboe · 17 years ago
  6. 392a374 Missed fio.h update for filehash, oops by Jens Axboe · 17 years ago
  7. b2bd2bd Add file locking hooks by Jens Axboe · 17 years ago
  8. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 17 years ago
  9. 126d65c Make file structures dynamically allocated by Jens Axboe · 17 years ago
  10. 6977bcd Update close file handler to return potential error by Jens Axboe · 17 years ago
  11. 24ffd2c Add close_files() that closes all files by Jens Axboe · 17 years ago
  12. cdd18ad Confusion between mutex and semaphore naming by Jens Axboe · 17 years ago
  13. a3d741f Add --debug=parse for option parsing debug by Jens Axboe · 17 years ago
  14. 6ae1f57 Remove dead FIO_FILE_EXISTS flag by Jens Axboe · 17 years ago
  15. 9b23c9f Remove dead FIO_FILE_NOSORT flag by Jens Axboe · 17 years ago
  16. 84422ac More random fixes by Jens Axboe · 17 years ago
  17. c299e03 Fix TO_MAP_BLOCK() taking offset into account twice by Jens Axboe · 17 years ago
  18. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 17 years ago
  19. 01f06b6 Add --section command line option by Jens Axboe · 17 years ago
  20. d4ac64c Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  21. 8172fe9 A few debug debug log fixes by Jens Axboe · 17 years ago
  22. 79e48f7 Add option for not including the tracing stuff by Jens Axboe · 17 years ago
  23. bd6f78b Add blktrace and verify debug tracing by Jens Axboe · 17 years ago
  24. 2ba1c29 A bunch of fixes by Jens Axboe · 17 years ago
  25. ee56ad5 Add --debug for enabling internal dumps on various actions by Jens Axboe · 17 years ago
  26. e28218f Revert "Remove verify_pattern option, replace with verify=pattern:x" by Shawn Lewis · 17 years ago
  27. aa31f1f Add fill_device option by Shawn Lewis · 17 years ago
  28. 509eab1 Overflow bugs in random map by Jens Axboe · 17 years ago
  29. 564ca97 Add support for 'bssplit' option, fine grained block size contrl by Jens Axboe · 17 years ago
  30. 1e20499 Change io engine version by Jens Axboe · 17 years ago
  31. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 17 years ago
  32. 12cbb46 syslet: update to -v7 as posted by Zach by Jens Axboe · 17 years ago
  33. 1092731 fix utime_since overflow by Shawn Lewis · 17 years ago
  34. ac68478 Seperate ioprio value from setting by Jens Axboe · 17 years ago
  35. 1f809d1 Fixes for CPU burn engine by Jens Axboe · 17 years ago
  36. e592a06 Add ETA output control and interactivity check by Aaron Carroll · 17 years ago
  37. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  38. 4241ea8 Extend --readonly by Jens Axboe · 17 years ago
  39. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  40. 061c869 Add unmap hook that belongs to the IO engines by Jens Axboe · 17 years ago
  41. bfb41d9 Remove verify_pattern option, replace with verify=pattern:x by Jens Axboe · 17 years ago
  42. a12a3b4 Add verify_fatal option by Jens Axboe · 17 years ago
  43. e84c73a [PATCH] Add do_verify option by Shawn Lewis · 17 years ago
  44. 7437ee8 [PATCH] Add verify_meta verification type by Shawn Lewis · 17 years ago
  45. 546dfd9 Seperate verify_header from the checksum type by Jens Axboe · 17 years ago
  46. cd14cc1 Add sha256 and sha512 checksums by Jens Axboe · 17 years ago
  47. 90059d6 Add verify_pattern option by Jens Axboe · 17 years ago
  48. a59e170 Rename header_offset and header_interval options by Jens Axboe · 17 years ago
  49. 546a914 [PATCH] Offset verification header by a user-specified distance by Shawn Lewis · 17 years ago
  50. 3f9f4e2 [PATCH] Allow verification to be done at finer granularity by Shawn Lewis · 17 years ago
  51. d77a7af Add sample crc64 checksum by Jens Axboe · 17 years ago
  52. 1e154bd Add crc7 verify type by Jens Axboe · 17 years ago
  53. 969f7ed Add crc16 verify type by Jens Axboe · 17 years ago
  54. b67740d IO verification improvements by Jens Axboe · 17 years ago
  55. 20e354e Add ->done variable to force exit when we know we are done by Jens Axboe · 17 years ago
  56. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  57. 48f5abd Fix disk zone test case by Jens Axboe · 17 years ago
  58. a9a18a3 Fix bug with FIO_IO_U_M/U_NR being transposed by Jens Axboe · 17 years ago
  59. 04a0fea Adaptive io latency distrobution "histogram" by Jens Axboe · 17 years ago
  60. 5e62c22 Fix build/compile for non-blktrace platforms by Jens Axboe · 17 years ago
  61. 375b269 Fix cpumask setting/getting on older kernels by Jens Axboe · 17 years ago
  62. 5e6c206 blktrace support: support for looking up a device by Jens Axboe · 17 years ago
  63. 0db2679 Fix timeout on 64-bit BE archs by Jens Axboe · 17 years ago
  64. e288756 blktrace support: speedup reading of data by Jens Axboe · 17 years ago
  65. a61edde blktrace replay: delay support by Jens Axboe · 17 years ago
  66. 8c1fdf0 blktrace support update by Jens Axboe · 17 years ago
  67. fb7b71a Initial blktrace support by Jens Axboe · 17 years ago
  68. fcb1170 Fix read_iolog by Jens Axboe · 17 years ago
  69. a9b7b30 Fix file unlinking by Jens Axboe · 17 years ago
  70. cf4464c Add time_based option by Jens Axboe · 17 years ago
  71. e9459e5 Add zero_buffers option by Jens Axboe · 17 years ago
  72. 30061b9 Log and dump short ios by Jens Axboe · 17 years ago
  73. d460eb3 Fix problem with f->last_completed_pos not being correct on requeues by Jens Axboe · 17 years ago
  74. b5605e9 Add check for pipe/fifo files by Jens Axboe · 17 years ago
  75. e11c410 Fix sysfs_root assignment with multiple identical devices by Jens Axboe · 17 years ago
  76. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  77. 9f8f206 Seperate disk util code out of fio.c by Jens Axboe · 17 years ago
  78. 07e5b26 Fix disk utilization and ioscheduler switch on raw devices by Jens Axboe · 17 years ago
  79. 1020a13 Fix loop with multiple files by Jens Axboe · 18 years ago
  80. 4fee809 Fix __must_check compile on older compilers by Jens Axboe · 18 years ago
  81. 409b341 Fix size setting on raw devices by Jens Axboe · 18 years ago
  82. 059e63c Better check for not doing a file twice by Jens Axboe · 18 years ago
  83. 9bf27b4 Auto limit open files if we get EMFILE by Jens Axboe · 18 years ago
  84. 2c187c0 Update fio io engine version by Jens Axboe · 18 years ago
  85. 7bb48f8 Revamp the file creation code by Jens Axboe · 18 years ago
  86. 160b966 Improve random verify block sorting by Jens Axboe · 18 years ago
  87. 8de8f04 Avoid using the rbtree if we don't have to by Jens Axboe · 18 years ago
  88. 36690c9 Add 'null' verify option by Jens Axboe · 18 years ago
  89. 4b87898 Fix io piece logging to not have O(n) runtime by Jens Axboe · 18 years ago
  90. d23bb32 Free/alloc every FIO_OPT_STR_STORE string by Jens Axboe · 18 years ago
  91. cade3ef Make sure the ->files array is job private by Jens Axboe · 18 years ago
  92. d2f3ac3 Add option to disable fadvise() hints by Jens Axboe · 18 years ago
  93. 211097b Add support for mixing a random IO workload a bit by Jens Axboe · 18 years ago
  94. 38d77ca Improve data direction runtime logging by Jens Axboe · 18 years ago
  95. e47f799 Improve rwmix states by Jens Axboe · 18 years ago
  96. e4e3325 Dump actual filename in failure to open by Jens Axboe · 18 years ago
  97. 609342f GUASI IO engine by Davide Libenzi · 18 years ago
  98. b3d62a7 'new_group' option by Jens Axboe · 18 years ago
  99. afe24a5 Improve rwmix buffered split by Jens Axboe · 18 years ago
  100. 6872707 Untangle the file creation mess by Jens Axboe · 18 years ago