1. 4adf611 libaio: retry on -EINTR by Slava Pestov · 10 years ago
  2. 0c195ae engines/libaio: modify getevents and commit error handling by Jens Axboe · 10 years ago
  3. 8bc7692 engines/libaio: reset 'wait_start' on non-EAGAIN by Jens Axboe · 10 years ago
  4. 44bbe10 engines/libaio: fix submit loop to use 'ld->queued' for exit by Jens Axboe · 10 years ago
  5. 841ffe5 engines/libaio: don't reap on EAGAIN and no pending events by Jens Axboe · 10 years ago
  6. 0cbbc39 Constify a few more hot paths by Jens Axboe · 10 years ago
  7. 241eb08 engines/libaio: fix issue with EAGAIN by Jens Axboe · 10 years ago
  8. 9187a26 Add unlink hook to ioengine API, gluster ioengine by Castor Fu · 10 years ago
  9. b42fab1 fix re-open failure issue when using gluster ioengine by rootfs · 10 years ago
  10. d60aa36 Add support for HDFS IO engine by Manish Mandlik · 10 years ago
  11. d957070 null: add FIO_FAKEIO flag by Jens Axboe · 10 years ago
  12. 0d65bfb rbd: fix leak in error path by Jens Axboe · 10 years ago
  13. 7cb786f glusterfs: fix leak in error path by Jens Axboe · 10 years ago
  14. c5b35fb Bail out if glfs_creat failed by Tiziano Müller · 10 years ago
  15. 0598650 Pass O_DIRECT/O_SYNC to glfs_open if requested. by Tiziano Müller · 10 years ago
  16. 21c7c80 glusterfs: remove glfs-handles.h include by Jens Axboe · 10 years ago
  17. 3f0151b Make rbd engine use aio flush by Haomai Wang · 10 years ago
  18. 1be9f21 Add ->invalidate() IO engine ops by Jens Axboe · 10 years ago
  19. f034315 gfapi: indentify by Jens Axboe · 10 years ago
  20. 3b66546 Run the gluster engines through indent by Jens Axboe · 10 years ago
  21. 94950b9 Fix issue with dangling pointer in the rbd engine by Xan Peng · 10 years ago
  22. 54fe20f glusterfs api fadvise support by chenh · 10 years ago
  23. bf965e4 second async IO code drop by chenh · 10 years ago
  24. cb92c7f first async IO code drop by chenh · 10 years ago
  25. 533362e extend file for real by chenh · 10 years ago
  26. 321fc5a fix man page; fix read work by chenh · 10 years ago
  27. 0ac466f fix get file size problem by chenh · 10 years ago
  28. 6c6ff5c respond to get file size by chenh · 10 years ago
  29. 05c4b42 respond to get file size by chenh · 10 years ago
  30. 1368c1c make glfs call per thread based by chenh · 10 years ago
  31. 0e55d6b Glusterfs libgfapi engine - initial deposit by chenh · 10 years ago
  32. 3a35845 sg/binject: only restore file flags if they have been set by Jens Axboe · 10 years ago
  33. affe05a sg: check for error in fcntl() restore of flags by Jens Axboe · 10 years ago
  34. 45550d7 binject: check for error in fcntl() restore of flags by Jens Axboe · 10 years ago
  35. 43e0d13 e4defrag: pass 'error' into td_verror() by Jens Axboe · 10 years ago
  36. 66f7a56 net engine: get rid of unused struct sockaddr_in6 by Jens Axboe · 10 years ago
  37. 4a85161 Error check fcntl() calls by Jens Axboe · 10 years ago
  38. 4b159fa net engine: fix potential buffer overrun in socket path by Jens Axboe · 10 years ago
  39. d19cedd net: fix leak of fd in bind() error path by Jens Axboe · 10 years ago
  40. 12d0271 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 10 years ago
  41. 046395d Add exit_on_io_done option to the CPU IO engine by Jens Axboe · 10 years ago
  42. b53f2c5 Increment open file count manually by Jens Axboe · 10 years ago
  43. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  44. 5903e7b blktrace: load improvements by Jens Axboe · 11 years ago
  45. 68631b3 net: fix accidental overwrite of more than just the address by Jens Axboe · 11 years ago
  46. bcbfeef fio: add multi directory support by Christian Ehrhardt · 11 years ago
  47. fc5c034 librbd ioengine support by Daniel Gollub · 11 years ago
  48. 8d6ecac null: style fixup by Jens Axboe · 11 years ago
  49. 46a6747 engines/null: allow build as external C++ ioengine by Daniel Gollub · 11 years ago
  50. eb23231 engine: protect net engine IPv6 support with configure check by Jens Axboe · 11 years ago
  51. 6611e9c engine: more checks on IPv6 and multicast by Jens Axboe · 11 years ago
  52. b1b1be2 engine: pass in right protocol family on host lookup by Jens Axboe · 11 years ago
  53. 0b78334 engine: IPv6 net engine updates by Jens Axboe · 11 years ago
  54. 49ccb8c engine: basic support for IPv6 in the net IO engine by Jens Axboe · 11 years ago
  55. 4c057b3 posixaio: fix thread problem with using errno by Jens Axboe · 11 years ago
  56. f16b740 Update Windows code to fix build breakage by Bruce Cran · 11 years ago
  57. de8f6de Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  58. 954cd73 Update for RDMA io engine's compatibility by Yufei Ren · 11 years ago
  59. d3a623d net: Add option to set outgoing multicast TTL by Shawn Bohrer · 11 years ago
  60. b93b6a2 net: Allow setting network interface to use for multicast by Shawn Bohrer · 11 years ago
  61. b511c9a net: Add UDP multicast support by Shawn Bohrer · 11 years ago
  62. 4a93dec net: close socket on error by Shawn Bohrer · 11 years ago
  63. ee7062f net: fix recvfrom error message by Shawn Bohrer · 11 years ago
  64. 7b2dfab Update windowsaio for changes to the thread structure by Bruce Cran · 11 years ago
  65. 2ae0b20 Replace list based free/busy/requeue list with FIFO + ring by Jens Axboe · 11 years ago
  66. 4728b3c fusion atomic: retrieve all capabilities and support larger writes by Chandra Mallarapu · 11 years ago
  67. b2c77c2 fusion atomic: support for new SDK API by Santhosh Koundinya · 11 years ago
  68. 9a0ced5 sync engine: guard pvsync engine register/unregister by Jens Axboe · 11 years ago
  69. 07fc0ac sync engine: add support for pwritev/preadv by Jens Axboe · 11 years ago
  70. 5aa23eb Fix Windows build warnings. by Bruce Cran · 11 years ago
  71. f0c48a7 null: 'td' isn't actually unused, unmark it by Jens Axboe · 11 years ago
  72. 4e0a8fa Fixup bad logging types by Jens Axboe · 11 years ago
  73. 5a3cd5f libaio: fix double setting of option category by Jens Axboe · 11 years ago
  74. 2ca1c76 net: fix double setting of option category by Jens Axboe · 11 years ago
  75. b7f487c Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  76. e90a0ad Categorize engine and profile options by Jens Axboe · 11 years ago
  77. 22f8045 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  78. ad705bc implement 'unit_base' option to select between KB and Kbit et. al. by Steven Noonan · 11 years ago
  79. 62232d0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  80. f832642 posixaio: restart suspend list after we have used aio_suspend() by Jens Axboe · 12 years ago
  81. 8ea39c3 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  82. 38b9354 Fix compile of RDMA engine for SunOS 5.x by Jens Axboe · 12 years ago
  83. 6264c7a net: fix warning for systems without TCP_NODELAY by Jens Axboe · 12 years ago
  84. 6a5c4d9 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  85. 47f07dd Turn f->engine_data into a 64-bit value by Jens Axboe · 12 years ago
  86. 82eb1b9 Windows: io cancellation often fails and causes crashes, so remove it. by Bruce Cran · 12 years ago
  87. 9db01ef Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  88. 10a6b3c Windows: fix mlock, remove ftruncate and fix error handling. by Bruce Cran · 12 years ago
  89. 03244c1 windowsaio: fix file header format and improve error reporting. by Bruce Cran · 12 years ago
  90. c874d18 Fix copy/paste error in windowsaio register/unregister function names. by Bruce Cran · 12 years ago
  91. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  92. 1eafa37 configure: add TCP_NODELAY check by Jens Axboe · 12 years ago
  93. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 12 years ago
  94. 26e594a net: fix compile warning on Windows (and others) by Jens Axboe · 12 years ago
  95. 70a7878 net engine: implement option "nodelay" for TCP sockets by Steven Noonan · 12 years ago
  96. 135be49 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  97. 0ac5d39 Drop EXTFLAG and lib references by Jens Axboe · 12 years ago
  98. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 12 years ago
  99. 1f81991 Fix compile warnings on Windows by Jens Axboe · 12 years ago
  100. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 12 years ago