All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ext4 Developers List <linux-ext4@vger.kernel.org>,
	Linux Kernel Developers List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ext4 bug fixes for 6.7-rc6
Date: Tue, 12 Dec 2023 14:33:03 -0500	[thread overview]
Message-ID: <20231212193303.GA154795@mit.edu> (raw)

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(-)

             reply	other threads:[~2023-12-12 19:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 19:33 Theodore Ts'o [this message]
2023-12-12 19:49 ` [GIT PULL] ext4 bug fixes for 6.7-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231212193303.GA154795@mit.edu \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.