1. 23 Jun, 2022 1 commit
  2. 21 Jun, 2022 5 commits
  3. 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
  4. 17 Jun, 2022 1 commit
  5. 16 Jun, 2022 2 commits
  6. 15 Jun, 2022 6 commits
  7. 14 Jun, 2022 3 commits
  8. 13 Jun, 2022 10 commits
  9. 12 Jun, 2022 10 commits
  10. 11 Jun, 2022 1 commit
    • Linus Torvalds's avatar
      Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · 7a68065e
      Linus Torvalds authored
      Pull gpio fixes from Bartosz Golaszewski:
       "A set of fixes. Most address the new warning we emit at build time
        when irq chips are not immutable with some additional tweaks to
        gpio-crystalcove from Andy and a small tweak to gpio-dwapd.
      
         - make irq_chip structs immutable in several Diolan and intel drivers
           to get rid of the new warning we emit when fiddling with irq chips
      
         - don't print error messages on probe deferral in gpio-dwapb"
      
      * tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: dwapb: Don't print error on -EPROBE_DEFER
        gpio: dln2: make irq_chip immutable
        gpio: sch: make irq_chip immutable
        gpio: merrifield: make irq_chip immutable
        gpio: wcove: make irq_chip immutable
        gpio: crystalcove: Join function declarations and long lines
        gpio: crystalcove: Use specific type and API for IRQ number
        gpio: crystalcove: make irq_chip immutable
      7a68065e