[GIT PULL] ext4 fixes for 6.3-rc2

From: Theodore Ts'o
Date: Sat Mar 11 2023 - 23:41:33 EST


The following changes since commit e3645d72f8865ffe36f9dc811540d40aa3c848d3:

ext4: fix incorrect options show of original mount_opt and extend mount_opt2 (2023-02-25 15:39:08 -0500)

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

ext4: zero i_disksize when initializing the bootloader inode (2023-03-11 00:44:24 -0500)

----------------------------------------------------------------
Bug fixes and regressions for ext4, the most serious of which is a
potential deadlock during directory renames that was introduced during
the merge window discovered by a combination of syzbot and lockdep.

----------------------------------------------------------------
Darrick J. Wong (1):
ext4: fix another off-by-one fsmap error on 1k block filesystems

Eric Biggers (1):
ext4: fix cgroup writeback accounting with fs-layer encryption

Eric Whitney (1):
ext4: fix RENAME_WHITEOUT handling for inline directories

Jan Kara (1):
ext4: Fix deadlock during directory rename

Theodore Ts'o (1):
ext4, jbd2: add an optimized bmap for the journal inode

Thomas Weißschuh (1):
ext4: make kobj_type structures constant

Tudor Ambarus (1):
ext4: Fix comment about the 64BIT feature

Wu Bo (1):
docs: ext4: modify the group desc size to 64

Ye Bin (4):
ext4: move where set the MAY_INLINE_DATA flag is set
ext4: fix WARNING in ext4_update_inline_data
ext4: commit super block if fs record error when journal record without error
ext4: make sure fs error flag setted before clear journal error

Zhihao Cheng (1):
ext4: zero i_disksize when initializing the bootloader inode

Documentation/filesystems/ext4/blockgroup.rst | 6 +++---
fs/ext4/ext4.h | 2 +-
fs/ext4/fsmap.c | 2 ++
fs/ext4/inline.c | 1 -
fs/ext4/inode.c | 7 +++++-
fs/ext4/ioctl.c | 1 +
fs/ext4/namei.c | 39 +++++++++++++++++++++-------------
fs/ext4/page-io.c | 11 +++++-----
fs/ext4/super.c | 38 +++++++++++++++++++++++++++++++--
fs/ext4/sysfs.c | 4 ++--
fs/ext4/xattr.c | 3 +++
fs/jbd2/journal.c | 9 +++++---
include/linux/jbd2.h | 8 +++++++
13 files changed, 98 insertions(+), 33 deletions(-)