Merge branch 'io_uring-5.8' into async-buffered.7
authorJens Axboe <axboe@kernel.dk>
Thu, 18 Jun 2020 15:37:09 +0000 (09:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 18 Jun 2020 15:37:09 +0000 (09:37 -0600)
commit664a8989ecfc7418f39fd6d2a82e1c9591f4da49
treee753f951797489f0de7fbc27c139f0eea5eb73f5
parent1b5044021070efa3259f3e9548dc35d1eb6aa844
parent6f2cc1664db20676069cff27a461ccc97dbfd114
Merge branch 'io_uring-5.8' into async-buffered.7

* io_uring-5.8:
  io_uring: fix possible race condition against REQ_F_NEED_CLEANUP
  io_uring: reap poll completions while waiting for refs to drop on exit
  io_uring: acquire 'mm' for task_work for SQPOLL
  io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed
  io_uring: don't fail links for EAGAIN error in IOPOLL mode
  io_uring: cancel by ->task not pid
  io_uring: lazy get task
  io_uring: batch cancel in io_uring_cancel_files()
  io_uring: cancel all task's requests on exit
  io-wq: add an option to cancel all matched reqs
  io-wq: reorder cancellation pending -> running
  io_uring: fix lazy work init