mbox series

[GIT,PULL] ext4 bug fixes for 6.7-rc6

Message ID 20231212193303.GA154795@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for 6.7-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.7-rc6

Message

Theodore Ts'o Dec. 12, 2023, 7:33 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 12, 2023, 7:49 p.m. UTC | #1
The pull request you sent on Tue, 12 Dec 2023 14:33:03 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.7-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cf52eed70e555e864120cfaf280e979e2a035c66

Thank you!