1. 18 4月, 2021 1 次提交
    • P
      io_uring: don't fail submit with overflow backlog · c82d5bc7
      Pavel Begunkov 提交于
      Don't fail submission attempts if there are CQEs in the overflow
      backlog, but give away the decision making to the userspace. It
      might be very inconvenient to the userspace, especially if
      submission and completion are done by different threads.
      
      We can remove it because of recent changes, where requests
      are now not locked by the backlog, backlog entries are allocated
      separately, so they take less space and cgroup accounted.
      Signed-off-by: NPavel Begunkov <asml.silence@gmail.com>
      Signed-off-by: NJens Axboe <axboe@kernel.dk>
      c82d5bc7
  2. 16 4月, 2021 4 次提交
  3. 15 4月, 2021 4 次提交
  4. 13 4月, 2021 9 次提交
  5. 12 4月, 2021 22 次提交