mbox series

[GIT,PULL] ext4 bug fixes for 5.6-rc2

Message ID 20200216025822.GA721338@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for 5.6-rc2 | expand

Pull-request

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

Message

Theodore Ts'o Feb. 16, 2020, 2:58 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 16, 2020, 7:50 p.m. UTC | #1
The pull request you sent on Sat, 15 Feb 2020 21:58:22 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8a8b80967b421218d89c1af61e759c54ab94fdb6

Thank you!