1. 21 Aug, 2021 4 commits
    • Linus Torvalds's avatar
      Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux · 15517c72
      Linus Torvalds authored
      Pull mandatory file locking deprecation warning from Jeff Layton:
       "As discussed on the list, this patch just adds a new warning for folks
        who still have mandatory locking enabled and actually mount with '-o
        mand'. I'd like to get this in for v5.14 so we can push this out into
        stable kernels and hopefully reach folks who have mounts with -o mand.
      
        For now, I'm operating under the assumption that we'll fully remove
        this support in v5.15, but we can move that out if any legitimate
        users of this facility speak up between now and then"
      
      * tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
        fs: warn about impending deprecation of mandatory locks
      15517c72
    • Linus Torvalds's avatar
      Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block · 002c0aef
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "Three fixes from Ming Lei that should go into 5.14:
      
         - Fix for a kernel panic when iterating over tags for some cases
           where a flush request is present, a regression in this cycle.
      
         - Request timeout fix
      
         - Fix flush request checking"
      
      * tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
        blk-mq: fix is_flush_rq
        blk-mq: fix kernel panic during iterating over flush request
        blk-mq: don't grab rq's refcount in blk_mq_check_expired()
      002c0aef
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block · 1e6907d5
      Linus Torvalds authored
      Pull io_uring fixes from Jens Axboe:
       "A few small fixes that should go into this release:
      
         - Fix never re-assigning an initial error value for io_uring_enter()
           for SQPOLL, if asked to do nothing
      
         - Fix xa_alloc_cycle() return value checking, for cases where we have
           wrapped around
      
         - Fix for a ctx pin issue introduced in this cycle (Pavel)"
      
      * tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
        io_uring: fix xa_alloc_cycle() error return value check
        io_uring: pin ctx on fallback execution
        io_uring: only assign io_uring_enter() SQPOLL error in actual error case
      1e6907d5
    • Jeff Layton's avatar
      fs: warn about impending deprecation of mandatory locks · fdd92b64
      Jeff Layton authored
      We've had CONFIG_MANDATORY_FILE_LOCKING since 2015 and a lot of distros
      have disabled it. Warn the stragglers that still use "-o mand" that
      we'll be dropping support for that mount option.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJeff Layton <jlayton@kernel.org>
      fdd92b64
  2. 20 Aug, 2021 24 commits
  3. 19 Aug, 2021 12 commits