The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.7-rc6 for you to fetch changes up to 6c02757c936063f0631b4e43fe156f8c8f1f351f: jbd2: fix soft lockup in journal_finish_inode_data_buffers() (2023-12-12 10:25:46 -0500) ---------------------------------------------------------------- Fix various bugs / regressions for ext4, including a soft lockup, a WARN_ON, and a BUG. ---------------------------------------------------------------- Baokun Li (1): ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS Jan Kara (1): ext4: fix warning in ext4_dio_write_end_io() Ye Bin (1): jbd2: fix soft lockup in journal_finish_inode_data_buffers() Zhang Yi (2): jbd2: correct the printing of write_flags in jbd2_write_superblock() jbd2: increase the journal IO's priority fs/ext4/file.c | 14 ++++++++------ fs/ext4/mballoc.c | 4 ++++ fs/jbd2/commit.c | 10 ++++++---- fs/jbd2/journal.c | 24 ++++++++++++++---------- include/linux/jbd2.h | 3 +++ 5 files changed, 35 insertions(+), 20 deletions(-)