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