1. 72d300c ioengine: if we get BUSY in queuing, adjust accounting by Jens Axboe · 9 years ago
  2. 5d61d11 Improve precision of the io_limit setting by Jens Axboe · 9 years ago
  3. d4eb465 Get rid if ddir_trim() macro by Jens Axboe · 10 years ago
  4. 0cbbc39 Constify a few more hot paths by Jens Axboe · 10 years ago
  5. 5a48d30 Constify 'td' in a few functions by Jens Axboe · 10 years ago
  6. 9187a26 Add unlink hook to ioengine API, gluster ioengine by Castor Fu · 10 years ago
  7. 046395d Add exit_on_io_done option to the CPU IO engine by Jens Axboe · 10 years ago
  8. a807570 Introduce get_ioengine for external engines by Daniel Gollub · 10 years ago
  9. 39a43d3 Propagate io engine error back to 'td', if not already done by Jens Axboe · 11 years ago
  10. 3fd9efb ioengine: import whitespace changes by Jens Axboe · 11 years ago
  11. cba5243 Only attempt file unlock if we use locking by Jens Axboe · 11 years ago
  12. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 11 years ago
  13. 33c4881 Re-seed random generator when a file is reset by Jens Axboe · 11 years ago
  14. 67bf982 Add configure script by Jens Axboe · 11 years ago
  15. 0abea0b ioengine: allow several external ioengines by Dmitry Monakhov · 12 years ago
  16. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  17. a05d62b rdma engine graceful teardown by Yufei Ren · 12 years ago
  18. 214ac7e New offset_increment option by Dan Ehrenberg · 12 years ago
  19. 422f9e4 Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate is specified. by Ryan Marchand · 12 years ago
  20. de890a1 Private parameters for ioengines by Steven Lang · 13 years ago
  21. 7c97389 Ensure that we exit with non-zero status on IO engine load failure by Jens Axboe · 13 years ago
  22. ecc314b FIO Windows update by Bruce Cran · 13 years ago
  23. 78e51c7 solaris: log error for failure to enable direct IO by Jens Axboe · 13 years ago
  24. c6404a4 Don't add the file offset twice for trim by Jens Axboe · 14 years ago
  25. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  26. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  27. a5f3027 Initial commit for TRIM/DISCARD support by Jens Axboe · 14 years ago
  28. 7c639b1 Fix bad sign on td_verror() by Jens Axboe · 14 years ago
  29. f3e11d0 Catch error on ->commit and ->get_events by Jens Axboe · 14 years ago
  30. cb849a7 Assign io_u->error directly in do_io_u_sync() by Jens Axboe · 14 years ago
  31. 0a28ecd Abstract out generic sync helper by Jens Axboe · 14 years ago
  32. 3843deb Make sure we handle multiple arguments to sync_file_range by Jens Axboe · 14 years ago
  33. 44f2969 Initial suppor for sync_file_range() by Jens Axboe · 14 years ago
  34. cb21168 Add warning about potentially missing O_DIRECT support or bad alignment by Jens Axboe · 15 years ago
  35. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  36. 54c00a8 Remove a reference check by Jens Axboe · 15 years ago
  37. 22a57ba Fix problem with too many opened files by Jens Axboe · 15 years ago
  38. 7c9b1bc Split off diskutil include by Jens Axboe · 15 years ago
  39. d6aed79 Clean up file flags by Jens Axboe · 15 years ago
  40. c97bd0f Increase accuracy of disk utility percentage by Jens Axboe · 15 years ago
  41. df9c26b Avoid opening files until they are used by Jens Axboe · 15 years ago
  42. 12d9d84 Issue time fixup for guasi/libaio by Jens Axboe · 16 years ago
  43. 9520ebb Add options for disabling slat/clat/bw measurements by Jens Axboe · 16 years ago
  44. 62977e0 Kill io_u timeout handling by Jens Axboe · 16 years ago
  45. d0c1532 Only memcpy last issue time when using iolog replay by Jens Axboe · 16 years ago
  46. 4950421 Add iodepth_batch_complete control by Jens Axboe · 16 years ago
  47. e116f2b Add directio support to Solaris by Jens Axboe · 16 years ago
  48. d5707a3 We need to grab and mark the file open before jumping to an error path by Jens Axboe · 16 years ago
  49. 01743ee Rename list_* function and file to flist_ to avoid conflict with FreeBSD by Jens Axboe · 16 years ago
  50. de60566 ffz() takes ints, so change the file_map to being int based by Jens Axboe · 16 years ago
  51. 2992b05 close_ioengine() clears ->data after calling engine cleanup by Jens Axboe · 16 years ago
  52. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  53. 009bd84 Fix bad interaction with file open/close and queuing by Jens Axboe · 16 years ago
  54. d800575 Improve iodepth logging by Jens Axboe · 16 years ago
  55. 3bec7ae Allow marking of queue depth for more than 1 io_u at the time by Jens Axboe · 16 years ago
  56. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  57. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  58. 29c1349 Add the file sharing bits by Jens Axboe · 16 years ago
  59. b2bd2bd Add file locking hooks by Jens Axboe · 16 years ago
  60. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  61. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  62. 163f849 Improve depth marking by Jens Axboe · 16 years ago
  63. 2ba1c29 A bunch of fixes by Jens Axboe · 16 years ago
  64. ee56ad5 Add --debug for enabling internal dumps on various actions by Jens Axboe · 16 years ago
  65. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 16 years ago
  66. 9de6beb Trivial spelling correction by Zach Brown · 17 years ago
  67. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  68. 724e443 Add --readonly option by Jens Axboe · 17 years ago
  69. bcdedd0 [PATCH] Fix fileoffset option by ljzhang,Yaxin Hu,Jianchao Tang · 17 years ago
  70. f29b25a Add version 2 of the iolog format by Jens Axboe · 17 years ago
  71. a61edde blktrace replay: delay support by Jens Axboe · 17 years ago
  72. 2dbdab7 Fix bug with file references by Jens Axboe · 17 years ago
  73. 6615982 Add support for using '-' as filename for stdin/stdout by Jens Axboe · 17 years ago
  74. b284075 A ->close_file() operation isn't strictly needed by Jens Axboe · 17 years ago
  75. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  76. 413d669 Do the invalidate/advise hinting in td_open_file() by Jens Axboe · 17 years ago
  77. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  78. eeb1216 Print clue to reduce queue depth if engine init fails by Jens Axboe · 17 years ago
  79. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  80. 3d7b485 Check for open files on io operations by Jens Axboe · 17 years ago
  81. 0ad920e Add file reference counting by Jens Axboe · 17 years ago
  82. f11bd94 Turn file ->open and ->unlink into flags by Jens Axboe · 17 years ago
  83. b360506 Show IOPS as well as bw numbers by Jens Axboe · 17 years ago
  84. ba0fbe1 Turn the CPU burner into a real io engine by Jens Axboe · 17 years ago
  85. 09629a9 Make sure each job loads a private io engine by Jens Axboe · 17 years ago
  86. a978ba6 Get rid of reopen_files() by Jens Axboe · 17 years ago
  87. 860a304 Add ->open to struct fio_file by Jens Axboe · 17 years ago
  88. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  89. 1178680 Cleanup requeue handling by Jens Axboe · 17 years ago
  90. bc5b77a Duplicate name checks in ioengines.c by Jens Axboe · 17 years ago
  91. eb7c8ae Move the iodepth_batch into td_io_queue() instead by Jens Axboe · 17 years ago
  92. cb5ab51 Add iodepth_batch setting by Jens Axboe · 17 years ago
  93. face81b Move ->commit() call to td_io_getevents() by Jens Axboe · 17 years ago
  94. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  95. 19a98c4 Fix crash on thread exit by Jens Axboe · 17 years ago
  96. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  97. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  98. b2fdda4 Static error value checking by Jens Axboe · 17 years ago
  99. 5aeb77d Fix sync engine completion latency by Jens Axboe · 17 years ago
  100. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago