mbox series

[GIT,PULL] ext4 bug fixes for 6.1

Message ID Y2dRoyP5tKIZj/b4@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for 6.1 | expand

Pull-request

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

Message

Theodore Ts'o Nov. 6, 2022, 6:18 a.m. UTC
The following changes since commit 4c86114194e644b6da9107d75910635c9e87179e:

  Merge tag 'iomap-6.1-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2022-10-06 17:57:50 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0d043351e5baf3857f915367deba2a518b6a0809:

  ext4: fix fortify warning in fs/ext4/fast_commit.c:1551 (2022-11-06 01:07:59 -0400)

----------------------------------------------------------------
Fix a number of bug fixes, including some regressions, the most
serious of which was one which would cause online resizes to fail with
file systems with metadata checksums enabled.  Also fix a warning
caused by the newly added fortify string checker, plus some bugs that
were found using fuzzed file systems.

----------------------------------------------------------------
Jason Yan (1):
      ext4: fix wrong return err in ext4_load_and_init_journal()

Luís Henriques (1):
      ext4: fix BUG_ON() when directory entry has invalid rec_len

Theodore Ts'o (2):
      ext4: update the backup superblock's at the end of the online resize
      ext4: fix fortify warning in fs/ext4/fast_commit.c:1551

Ye Bin (1):
      ext4: fix warning in 'ext4_da_release_space'

 fs/ext4/fast_commit.c |  5 +++--
 fs/ext4/ioctl.c       |  3 +--
 fs/ext4/migrate.c     |  3 ++-
 fs/ext4/namei.c       | 10 +++++++++-
 fs/ext4/resize.c      |  5 +++++
 fs/ext4/super.c       |  2 +-
 6 files changed, 21 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 6, 2022, 6:49 p.m. UTC | #1
The pull request you sent on Sun, 6 Nov 2022 01:18:11 -0500:

> https://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/9761070d14db0ac0706684eb2fa37dca3087efa1

Thank you!