[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y2dRoyP5tKIZj/b4@mit.edu>
Date: Sun, 6 Nov 2022 01:18:11 -0500
From: "Theodore Ts'o" <tytso@....edu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [GIT PULL] ext4 bug fixes for 6.1
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(-)
Powered by blists - more mailing lists