Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next
authorJens Axboe <axboe@kernel.dk>
Tue, 29 Nov 2022 19:08:37 +0000 (12:08 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Nov 2022 19:08:37 +0000 (12:08 -0700)
commitb2cf789f6cb6d449f2b457ee3fb055b7f431481f
tree617b605a62024f37832e51f97ca4246ad86eb4cd
parentb7b275e60bcd5f89771e865a8239325f86d9927d
parent5d772916855f593672de55c437925daccc8ecd73
Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next

* for-6.2/io_uring: (41 commits)
  io_uring: keep unlock_post inlined in hot path
  io_uring: don't use complete_post in kbuf
  io_uring: spelling fix
  io_uring: remove io_req_complete_post_tw
  io_uring: allow multishot polled reqs to defer completion
  io_uring: remove overflow param from io_post_aux_cqe
  io_uring: add lockdep assertion in io_fill_cqe_aux
  io_uring: make io_fill_cqe_aux static
  io_uring: add io_aux_cqe which allows deferred completion
  io_uring: allow defer completion for aux posted cqes
  io_uring: defer all io_req_complete_failed
  io_uring: always lock in io_apoll_task_func
  io_uring: remove iopoll spinlock
  io_uring: iopoll protect complete_post
  io_uring: inline __io_req_complete_put()
  io_uring: remove io_req_tw_post_queue
  io_uring: use io_req_task_complete() in timeout
  io_uring: hold locks for io_req_complete_failed
  io_uring: add completion locking for iopoll
  io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
  ...
io_uring/io_uring.h
io_uring/poll.c