1. 27 Jan, 2020 38 commits
  2. 26 Jan, 2020 2 commits
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block · 5cf9ad0e
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
       "Fix for two regressions in this cycle, both reported by the postgresql
        use case.
      
        One removes the added restriction on who can submit IO, making it
        possible for rings shared across forks to do so. The other fixes an
        issue for the same kind of use case, where one exiting process would
        cancel all IO"
      
      * tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block:
        io_uring: don't cancel all work on process exit
        Revert "io_uring: only allow submit from owning task"
      5cf9ad0e
    • Linus Torvalds's avatar
      Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-block · 9dbca160
      Linus Torvalds authored
      Pull block fix from Jens Axboe:
       "Unfortunately this weekend we had a few last minute reports, one was
        for block.
      
        The partition disable for zoned devices was overly restrictive, it can
        work (and be supported) just fine for host-aware variants.
      
        Here's a fix ensuring that's the case so we don't break existing users
        of that"
      
      * tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-block:
        block: allow partitions on host aware zone devices
      9dbca160