1. 5dcf877 req->error only used for iopoll by Stefan Bühler · 6 years ago
  2. 9b40284 io_uring: add support for eventfd notifications by Jens Axboe · 6 years ago
  3. 5d17b4a io_uring: add support for IORING_OP_SYNC_FILE_RANGE by Jens Axboe · 6 years ago
  4. de0617e io_uring: add support for marking commands as draining by Jens Axboe · 6 years ago
  5. d4ef647 io_uring: avoid page allocation warnings by Mark Rutland · 6 years ago
  6. 817869d io_uring: drop req submit reference always in async punt by Jens Axboe · 6 years ago
  7. 52e04ef io_uring: free allocated io_memory once by Mark Rutland · 6 years ago
  8. 975554b io_uring: fix SQPOLL cpu validation by Mark Rutland · 6 years ago
  9. 5c8b0b5 io_uring: have submission side sqe errors post a cqe by Jens Axboe · 6 years ago
  10. 6297728 io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP by Stefan Bühler · 6 years ago
  11. b841f19 io_uring: remove unnecessary barrier after incrementing dropped counter by Stefan Bühler · 6 years ago
  12. 82ab082 io_uring: remove unnecessary barrier before reading SQ tail by Stefan Bühler · 6 years ago
  13. 9e4c15a io_uring: remove unnecessary barrier after updating SQ head by Stefan Bühler · 6 years ago
  14. 115e12e io_uring: remove unnecessary barrier before reading cq head by Stefan Bühler · 6 years ago
  15. 4f7067c io_uring: remove unnecessary barrier before wq_has_sleeper by Stefan Bühler · 6 years ago
  16. 1e84b97 io_uring: fix notes on barriers by Stefan Bühler · 6 years ago
  17. 8449eed io_uring: fix handling SQEs requesting NOWAIT by Stefan Bühler · 6 years ago
  18. 8358e3a io_uring: remove 'state' argument from io_{read,write} path by Jens Axboe · 6 years ago
  19. fb775fa io_uring: fix poll full SQ detection by Stefan Bühler · 6 years ago
  20. 0d7bae6 io_uring: fix race condition when sq threads goes sleeping by Stefan Bühler · 6 years ago
  21. e523a29 io_uring: fix race condition reading SQ entries by Stefan Bühler · 6 years ago
  22. 35fa71a io_uring: fail io_uring_register(2) on a dying io_uring instance by Jens Axboe · 6 years ago
  23. 74f464e io_uring: fix CQ overflow condition by Jens Axboe · 6 years ago
  24. b19062a io_uring: fix possible deadlock between io_uring_{enter,register} by Jens Axboe · 6 years ago
  25. 3d6770f io_uring: drop io_file_put() 'file' argument by Jens Axboe · 6 years ago
  26. 917257d io_uring: only test SQPOLL cpu after we've verified it by Jens Axboe · 6 years ago
  27. 0605863 io_uring: park SQPOLL thread if it's percpu by Jens Axboe · 6 years ago
  28. 3ec482d io_uring: restrict IORING_SETUP_SQPOLL to root by Jens Axboe · 6 years ago
  29. 25adf50 io_uring: fix double free in case of fileset regitration failure by Jens Axboe · 6 years ago
  30. 9bf7933 io_uring: offload write to async worker in case of -EAGAIN by Roman Penyaev · 6 years ago
  31. 9e75ad5 io_uring: fix big-endian compat signal mask handling by Arnd Bergmann · 6 years ago
  32. 1bdd3db Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  33. 875f1d0 iov_iter: add ITER_BVEC_FLAG_NO_REF flag by Jens Axboe · 6 years ago
  34. fd6fab2 io_uring: retry bulk slab allocs as single allocs by Jens Axboe · 6 years ago
  35. 8c83878 io_uring: fix poll races by Jens Axboe · 6 years ago
  36. 09bb839 io_uring: fix fget/fput handling by Jens Axboe · 6 years ago
  37. d530a40 io_uring: add prepped flag by Jens Axboe · 6 years ago
  38. e0c5c57 io_uring: make io_read/write return an integer by Jens Axboe · 6 years ago
  39. e65ef56 io_uring: use regular request ref counts by Jens Axboe · 6 years ago
  40. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  41. 31b5151 io_uring: allow workqueue item to handle multiple buffered requests by Jens Axboe · 6 years ago
  42. 221c5eb io_uring: add support for IORING_OP_POLL by Jens Axboe · 6 years ago
  43. c16361c io_uring: add io_kiocb ref count by Jens Axboe · 6 years ago
  44. 6c271ce io_uring: add submission polling by Jens Axboe · 6 years ago
  45. 6b06314 io_uring: add file set registration by Jens Axboe · 6 years ago
  46. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  47. 2579f91 io_uring: batch io_kiocb allocation by Jens Axboe · 6 years ago
  48. 9a56a23 io_uring: use fget/fput_many() for file references by Jens Axboe · 6 years ago
  49. def596e io_uring: support for IO polling by Jens Axboe · 6 years ago
  50. c992fe2 io_uring: add fsync support by Christoph Hellwig · 6 years ago
  51. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago