1. 30 Jun, 2022 2 commits
  2. 23 Jun, 2022 2 commits
  3. 21 Jun, 2022 5 commits
  4. 20 Jun, 2022 1 commit
    • Jens Axboe's avatar
      io_uring: mark reissue requests with REQ_F_PARTIAL_IO · 1bacd264
      Jens Axboe authored
      If we mark for reissue, we assume that the buffer will remain stable.
      Hence if are using a provided buffer, we need to ensure that we stick
      with it for the duration of that request.
      
      This only affects block devices that use provided buffers, as those are
      the only ones that get marked with REQ_F_REISSUE.
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      1bacd264
  5. 17 Jun, 2022 1 commit
  6. 16 Jun, 2022 2 commits
  7. 15 Jun, 2022 6 commits
  8. 14 Jun, 2022 3 commits
  9. 13 Jun, 2022 10 commits
  10. 12 Jun, 2022 8 commits