Merge branch 'for-5.8/io_uring' into for-next
authorJens Axboe <axboe@kernel.dk>
Mon, 18 May 2020 15:15:33 +0000 (09:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 May 2020 15:15:33 +0000 (09:15 -0600)
commita3abcba6e2c2db2e8e229dc5669b8fd0c226c0c5
tree189964fb25787b7b1c9c0bf2ead52bef021145ea
parent110f9150faaf1f6a9035b421d21aa1a29f97c537
parent310672552f4aea2ad50704711aa3cdd45f5441e9
Merge branch 'for-5.8/io_uring' into for-next

* for-5.8/io_uring:
  io_uring: async task poll trigger cleanup
  io_uring: add tee(2) support
  splice: export do_tee()
  io_uring: don't repeat valid flag list
  io_uring: rename io_file_put()
  io_uring: remove req->needs_fixed_files
  io_uring: cleanup io_poll_remove_one() logic
  io_uring: file registration list and lock optimization
  io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags
  io_uring: add 'cq_flags' field for the CQ ring
  io_uring: allow POLL_ADD with double poll_wait() users
  io_uring: batch reap of dead file registrations
  io_uring: name sq thread and ref completions
  io_uring: remove duplicate semicolon at the end of line