Skip to content
Snippets Groups Projects
  1. Jun 23, 2022
  2. Jun 21, 2022
  3. Jun 20, 2022
    • 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
  4. Jun 17, 2022
  5. Jun 16, 2022
  6. Jun 15, 2022
  7. Jun 14, 2022
  8. Jun 13, 2022
  9. Jun 12, 2022
Loading