1. 983b770 solarisaio: fix aio errno assignment by Jens Axboe · 15 years ago
  2. 8f933ca mmap engine: remove code duplication by Jens Axboe · 15 years ago
  3. ed47cbf mmap engine: allow full mmaps for 64-bit machines by Jens Axboe · 15 years ago
  4. 9c0d224 Don't allow pre_read on IO engines that cannot seek by Jens Axboe · 15 years ago
  5. ff455a0 mmap engine: fix for large files on 32-bit archs by Jens Axboe · 15 years ago
  6. f6db4fa sg engine: IO should be done sync of O_SYNC and O_DIRECT by Jens Axboe · 15 years ago
  7. 5f9099e Add support for fdatasync() by Jens Axboe · 15 years ago
  8. 4f5af7b Cleanup verify headers by Jens Axboe · 15 years ago
  9. 468306a mmap engine: don't invalidate cache on segment remap by Jens Axboe · 15 years ago
  10. 4e9401c mmap engine: remove 'mmap too large' check for 32-bit by Jens Axboe · 15 years ago
  11. ac89311 mmap engine: allow large files on 32-bit archs by Jens Axboe · 15 years ago
  12. 8de43fd Add appropriate warning in mmap engine for large maps failing by Jens Axboe · 15 years ago
  13. 62b3892 net engine: fix compilation warnings on Solaris by Jens Axboe · 15 years ago
  14. cd98801 splice engine: fix vmsplice() problem with block sizes larger than a pipe by Jens Axboe · 15 years ago
  15. de9937d aio: fixed a signedness issue that could cause abort on strace by Jens Axboe · 15 years ago
  16. df9c26b Avoid opening files until they are used by Jens Axboe · 15 years ago
  17. 664fb3b net engine: notify receiver of UDP link close by Jens Axboe · 15 years ago
  18. d5b388a net engine: termination fixes by Jens Axboe · 15 years ago
  19. 3565182 net engine: don't pass in flags by Jens Axboe · 15 years ago
  20. 371d456 net engine: use poll() always for sending/receiving by Jens Axboe · 15 years ago
  21. 15d182a libaio engine: get rid of non-async behaviour with buffered IO by Jens Axboe · 15 years ago
  22. 3f8fc5a net engine: accept both upper and lowercase tcp/udp. by Jens Axboe · 15 years ago
  23. 414c2a3 net engine: add UDP support by Jens Axboe · 15 years ago
  24. 6dd6f2c __usec_sleep() really just spins, rename it by Jens Axboe · 16 years ago
  25. 12d9d84 Issue time fixup for guasi/libaio by Jens Axboe · 16 years ago
  26. f3f552b Add uninitialized_var() to silence bogus compiler warnings by Jens Axboe · 16 years ago
  27. 0aa417a splice: if splicing fails with EINVAL, it's most likely missing fs support by Jens Axboe · 16 years ago
  28. da28353 Compile warning for non-signal driven solaris asynch io by Jens Axboe · 16 years ago
  29. 44c47fe Add write barriers by Jens Axboe · 16 years ago
  30. 556e831 solarisaio: support signal driven async IO by Jens Axboe · 16 years ago
  31. 0f09e82 solarisaio: aiowait() can return (void *) -1 for error by Jens Axboe · 16 years ago
  32. eef3235 Move fls.h in with the other lib helpers by Jens Axboe · 16 years ago
  33. 5cf56c0 solarisaio: IO depth constrained by MAXASYNCHIO by Jens Axboe · 16 years ago
  34. 0ae38eb Missed fls() -> __fls() conversion by Jens Axboe · 16 years ago
  35. 7292056 net engine: missing includes by Jens Axboe · 16 years ago
  36. 207cb0f posixaio: not all platforms have aio_fsync() by Jens Axboe · 16 years ago
  37. bc733f3 posixaio: need fcntl.h by Jens Axboe · 16 years ago
  38. 01743ee Rename list_* function and file to flist_ to avoid conflict with FreeBSD by Jens Axboe · 16 years ago
  39. 417f006 Add Solaris native aio engine by Jens Axboe · 16 years ago
  40. af8771b errno is not negative by Jens Axboe · 16 years ago
  41. 2992b05 close_ioengine() clears ->data after calling engine cleanup by Jens Axboe · 16 years ago
  42. e51cf72 vsync: Fix issue with double issue of io_u by Jens Axboe · 16 years ago
  43. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  44. d0c7093 Fix bad references to 'sgio' by Gurudas Pai · 16 years ago
  45. 443662e net engine: improve host/port parsing by Jens Axboe · 16 years ago
  46. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  47. 75de55a libaio: Add hint on libaio engine init failing by Jens Axboe · 16 years ago
  48. 565cc35 posixaio: Missing memset() by Jens Axboe · 16 years ago
  49. 3c77037 posixaio: speedup by using aio_suspend() instead of manual waiting by Jens Axboe · 16 years ago
  50. 28cfeb6 Remove debug printf() in net engine by Jens Axboe · 16 years ago
  51. f85ac25 Remove the file->last_completed_pos variable by Jens Axboe · 16 years ago
  52. 126d65c Make file structures dynamically allocated by Jens Axboe · 16 years ago
  53. 6977bcd Update close file handler to return potential error by Jens Axboe · 16 years ago
  54. f3de88a Move syslet/indirect bits into the OS specific directory by Jens Axboe · 16 years ago
  55. ad830ed Add FIO_SIGQUIT engine option by Jens Axboe · 16 years ago
  56. cc9159c sync engine: missing fsync check in vsync by Jens Axboe · 16 years ago
  57. 1d2af02 Add vsync io engine by Jens Axboe · 16 years ago
  58. 2bd3eab sync engine: cleanup psync/sync seperation by Jens Axboe · 16 years ago
  59. 5e00c2c libio: fix bug in commit hook by Jens Axboe · 16 years ago
  60. e6026f9 syslet: we have fls(), use it for rounding ring size up by Jens Axboe · 17 years ago
  61. a3cc770 unsigned vs signed warnings by Jens Axboe · 17 years ago
  62. 11a65bf syslet: can't free the stack by Jens Axboe · 17 years ago
  63. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 17 years ago
  64. 4a88edf syslet: cleanup event reaping by Jens Axboe · 17 years ago
  65. db6defc syslet: add proper read barrier between user_tail and completion read by Jens Axboe · 17 years ago
  66. c6effc3 syslet: error handling by Jens Axboe · 17 years ago
  67. 05f6a17 syslet: make sure ring buffer is a power-of-2 by Jens Axboe · 17 years ago
  68. e81f734 syslet: memory allocation error handling by Jens Axboe · 17 years ago
  69. 12cbb46 syslet: update to -v7 as posted by Zach by Jens Axboe · 17 years ago
  70. 5a32012 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  71. 1f809d1 Fixes for CPU burn engine by Jens Axboe · 17 years ago
  72. a31041e Add pread/pwrite support to sync engine by gurudas pai · 17 years ago
  73. 3a6d267 splice: fix fallback from copy vmsplice to nothing by Jens Axboe · 17 years ago
  74. 8b85024 splice: fix problem with current mainline kernels by Jens Axboe · 17 years ago
  75. 67f5b27 Get rid of syslet-rw compile warnings on 32-bit by Jens Axboe · 17 years ago
  76. 1d79a6d Update syslet-rw to fixed size ABI structures by Zach Brown · 17 years ago
  77. b4d8dda Exec the getpid atom when testing for syslet support by Zach Brown · 17 years ago
  78. 6a117e0 Initialize the new_thread_stack so syslet support testing has one by Zach Brown · 17 years ago
  79. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  80. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  81. a26fc7c Fix splice engine compile by Jens Axboe · 17 years ago
  82. bb446c1 splice engine: add unmapping for vmsplice-to-user by Jens Axboe · 17 years ago
  83. 4368857 splice: automatically detect whether vmsplice-to-user works by Jens Axboe · 17 years ago
  84. dc372f0 Missed FIO_UNIDIR io ops flags on net engine by Jens Axboe · 17 years ago
  85. b67740d IO verification improvements by Jens Axboe · 17 years ago
  86. cd963e1 net engine: cleanup the splice handling by Jens Axboe · 17 years ago
  87. 64b24cd net engine: fix listenfd/pipe fd leaks by Jens Axboe · 17 years ago
  88. 4d94c27 netsplice: use zero-copy if possible by Jens Axboe · 17 years ago
  89. f657a2f netsplice: fix a few typos by Jens Axboe · 17 years ago
  90. 9cce02e Support for 'netsplice' engine by Jens Axboe · 17 years ago
  91. ffa59ce guasi engine: remove STFU_GCC() by Jens Axboe · 17 years ago
  92. 7d059f8 libaio engine: print warning for depth > 1 and buffered IO by Jens Axboe · 17 years ago
  93. f24254e splice engine: support for vmsplice to user space by Jens Axboe · 17 years ago
  94. 16d55aa Fix bug with random IO and network connections by Jens Axboe · 17 years ago
  95. c97d836 mmap engine: fix open-for-size check by Jens Axboe · 17 years ago
  96. 07eb79d Put the ->real_file_size handling into fio by Jens Axboe · 17 years ago
  97. f4e62a5 For non-file engines, set ->real_file_size if total size is known by Jens Axboe · 17 years ago
  98. 0798ba3 GUASI API change by Davide Libenzi · 17 years ago
  99. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  100. 946ff86 sg engine: fix old comment by Jens Axboe · 17 years ago