From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext4 fixes for v5.17-rc3
Date: Sun, 6 Feb 2022 09:27:16 -0500 [thread overview]
Message-ID: <Yf/axKTEyQQM1mfm@mit.edu> (raw)
The following changes since commit 6eeaf88fd586f05aaf1d48cb3a139d2a5c6eb055:
ext4: don't use the orphan list when migrating an inode (2022-01-10 13:25:56 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable
for you to fetch changes up to f340b3d9027485945d59f9c04f1e33070b02cae2:
fs/ext4: fix comments mentioning i_mutex (2022-02-03 10:57:53 -0500)
----------------------------------------------------------------
Various bug fixes for ext4 fast commit and inline data handling. Also
fix regression introduced as part of moving to the new mount API.
----------------------------------------------------------------
Lukas Czerner (1):
ext4: fix potential NULL pointer dereference in ext4_fill_super()
Ritesh Harjani (5):
ext4: fix error handling in ext4_restore_inline_data()
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_begin()
ext4: fix error handling in ext4_fc_record_modified_inode()
jbd2: cleanup unused functions declarations from jbd2.h
jbd2: refactor wait logic for transaction updates into a common function
Xin Yin (5):
ext4: prevent used blocks from being allocated during fast commit replay
ext4: modify the logic of ext4_mb_new_blocks_simple
ext4: fast commit may not fallback for ineligible commit
ext4: fast commit may miss file actions
ext4: fix incorrect type issue during replay_del_range
Yang Li (1):
jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()
hongnanli (1):
fs/ext4: fix comments mentioning i_mutex
fs/ext4/acl.c | 8 ++--
fs/ext4/ext4.h | 17 ++++----
fs/ext4/ext4_jbd2.h | 2 +-
fs/ext4/extents.c | 16 ++++---
fs/ext4/fast_commit.c | 133 +++++++++++++++++++++++++++++++++-----------------------
fs/ext4/indirect.c | 2 +-
fs/ext4/inline.c | 23 +++++-----
fs/ext4/inode.c | 12 ++---
fs/ext4/ioctl.c | 4 +-
fs/ext4/mballoc.c | 26 +++++++----
fs/ext4/migrate.c | 2 +-
fs/ext4/namei.c | 4 +-
fs/ext4/orphan.c | 4 +-
fs/ext4/super.c | 4 +-
fs/ext4/xattr.c | 6 +--
fs/jbd2/commit.c | 21 ++-------
fs/jbd2/journal.c | 6 ++-
fs/jbd2/transaction.c | 53 +++++++++++++---------
include/linux/jbd2.h | 13 ++----
19 files changed, 196 insertions(+), 160 deletions(-)
next reply other threads:[~2022-02-06 14:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 14:27 Theodore Ts'o [this message]
2022-02-06 18:38 ` [GIT PULL] ext4 fixes for v5.17-rc3 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=Yf/axKTEyQQM1mfm@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox