]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2023 19:37:04 +0000 (11:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2023 19:37:04 +0000 (11:37 -0800)
commitcf52eed70e555e864120cfaf280e979e2a035c66
treec551df5eedc893ce62d6532994872303c3663ac0
parenteaadbbaaff74ac9a7f84f412fbaac221a04896c1
parent6c02757c936063f0631b4e43fe156f8c8f1f351f
Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 fixes from Ted Ts'o:
 "Fix various bugs / regressions for ext4, including a soft lockup, a
  WARN_ON, and a BUG"

* tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  jbd2: fix soft lockup in journal_finish_inode_data_buffers()
  ext4: fix warning in ext4_dio_write_end_io()
  jbd2: increase the journal IO's priority
  jbd2: correct the printing of write_flags in jbd2_write_superblock()
  ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS