All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext4 fixes for v5.14-rc1
Date: Thu, 8 Jul 2021 16:27:14 -0400	[thread overview]
Message-ID: <YOdfoq/0eBHtjTht@mit.edu> (raw)

The following changes since commit 16aa4c9a1fbe763c147a964cdc1f5be8ed98ed13:

  jbd2: export jbd2_journal_[un]register_shrinker() (2021-06-30 11:05:00 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 0705e8d1e2207ceeb83dc6e1751b6b82718b353a:

  ext4: inline jbd2_journal_[un]register_shrinker() (2021-07-08 08:37:31 -0400)

----------------------------------------------------------------
Ext4 regression and bug fixes for v5.14-rc1

----------------------------------------------------------------
Stephen Brennan (1):
      ext4: use ext4_grp_locked_error in mb_find_extent

Theodore Ts'o (4):
      Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"
      ext4: fix possible UAF when remounting r/o a mmp-protected file system
      ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT
      ext4: inline jbd2_journal_[un]register_shrinker()

Ye Bin (1):
      ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock

 fs/ext4/ext4_jbd2.c  |   2 +-
 fs/ext4/ioctl.c      |  16 ++++++-
 fs/ext4/mballoc.c    |   9 ++--
 fs/ext4/mmp.c        |  31 ++++++-------
 fs/ext4/resize.c     |   4 --
 fs/ext4/super.c      |  26 ++++++-----
 fs/jbd2/checkpoint.c |   4 +-
 fs/jbd2/journal.c    | 149 ++++++++++++++++++++++++-----------------------------------
 include/linux/jbd2.h |   6 +--
 9 files changed, 115 insertions(+), 132 deletions(-)

             reply	other threads:[~2021-07-08 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 20:27 Theodore Ts'o [this message]
2021-07-09 17:41 ` [GIT PULL] ext4 fixes for v5.14-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YOdfoq/0eBHtjTht@mit.edu \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.