[GIT PULL] ext4 bug fixes for v6.6-rc2

From: Theodore Ts'o
Date: Sun Sep 17 2023 - 01:02:11 EST


The following changes since commit 768d612f79822d30a1e7d132a4d4b05337ce42ec:

ext4: fix slab-use-after-free in ext4_es_insert_extent() (2023-08-27 11:27:13 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.6-rc2

for you to fetch changes up to 7fda67e8c3ab6069f75888f67958a6d30454a9f6:

ext4: fix rec_len verify error (2023-09-14 12:07:07 -0400)

----------------------------------------------------------------
Regression and bug fixes for ext4.

----------------------------------------------------------------
Jan Kara (2):
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
ext4: do not let fstrim block system suspend

Li Zetao (1):
jbd2: Fix memory leak in journal_init_common()

Matthew Wilcox (Oracle) (1):
buffer: Make bh_offset() work for compound pages

Ritesh Harjani (IBM) (1):
jbd2: Remove page size assumptions

Shida Zhang (1):
ext4: fix rec_len verify error

fs/ext4/mballoc.c | 54 ++++++++++++++++++++++++++++++++--------------------
fs/ext4/namei.c | 26 ++++++++++++++-----------
fs/jbd2/commit.c | 16 ++++++----------
fs/jbd2/journal.c | 2 ++
fs/jbd2/transaction.c | 12 ++++--------
include/linux/buffer_head.h | 5 ++++-
6 files changed, 64 insertions(+), 51 deletions(-)