1. 27 Jan, 2020 1 commit
    • Jens Axboe's avatar
      io_uring: don't attempt to copy iovec for READ/WRITE · 980ad263
      Jens Axboe authored
      For the non-vectored variant of READV/WRITEV, we don't need to setup an
      async io context, and we flag that appropriately in the io_op_defs
      array. However, in fixing this for the 5.5 kernel in commit 74566df3
      we didn't have these opcodes, so the check there was added just for the
      READ_FIXED and WRITE_FIXED opcodes. Replace that check with just a
      single check for needing async context, that covers all four of these
      read/write variants that don't use an iovec.
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      980ad263
  2. 22 Jan, 2020 2 commits
  3. 21 Jan, 2020 37 commits