All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Y. Ts'o" <tytso@mit.edu>
To: torvalds@linux-foundation.org
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] ext4 bug fixes for 5.6-rc2
Date: Sat, 15 Feb 2020 21:58:22 -0500	[thread overview]
Message-ID: <20200216025822.GA721338@mit.edu> (raw)

The following changes since commit e5da4c933c50d98d7990a7c1ca0bbf8946e80c4a:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2020-01-30 15:17:05 -0800)

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 d65d87a07476aa17df2dcb3ad18c22c154315bec:

  ext4: improve explanation of a mount failure caused by a misconfigured kernel (2020-02-15 09:53:45 -0500)

----------------------------------------------------------------
Miscellaneous ext4 bug fixes (all stable fodder)

----------------------------------------------------------------
Andreas Dilger (1):
      ext4: don't assume that mmp_nodename/bdevname have NUL

Jan Kara (2):
      ext4: simplify checking quota limits in ext4_statfs()
      ext4: fix checksum errors with indexed dirs

Shijie Luo (1):
      ext4: add cond_resched() to ext4_protect_reserved_inode

Theodore Ts'o (2):
      ext4: fix support for inode sizes > 1024 bytes
      ext4: improve explanation of a mount failure caused by a misconfigured kernel

zhangyi (F) (2):
      jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
      jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

 fs/ext4/block_validity.c |  1 +
 fs/ext4/dir.c            | 14 ++++++++------
 fs/ext4/ext4.h           |  5 ++++-
 fs/ext4/inode.c          | 12 ++++++++++++
 fs/ext4/mmp.c            | 12 +++++++-----
 fs/ext4/namei.c          |  7 +++++++
 fs/ext4/super.c          | 42 ++++++++++++++++--------------------------
 fs/jbd2/commit.c         | 46 +++++++++++++++++++++++++---------------------
 fs/jbd2/transaction.c    | 10 ++++++----
 9 files changed, 86 insertions(+), 63 deletions(-)

             reply	other threads:[~2020-02-16  2:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-16  2:58 Theodore Y. Ts'o [this message]
2020-02-16 19:50 ` [GIT PULL] ext4 bug fixes for 5.6-rc2 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-02-23  3:41 Theodore Y. Ts'o
2020-02-23 17:50 ` 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=20200216025822.GA721338@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.