From: Zhang Yi <yi.zhang@huawei.com>
To: <linux-ext4@vger.kernel.org>
Cc: <tytso@mit.edu>, <adilger.kernel@dilger.ca>, <jack@suse.cz>,
<yi.zhang@huawei.com>, <yukuai3@huawei.com>
Subject: [PATCH 0/3] ext4: fix two issue about bdev_try_to_free_page()
Date: Thu, 8 Apr 2021 19:36:15 +0800 [thread overview]
Message-ID: <20210408113618.1033785-1-yi.zhang@huawei.com> (raw)
Hi,
This first patch fix a potential filesystem inconsistency problem and
other two fix a use after free problem.
Zhang Yi (3):
jbd2: protect buffers release with j_checkpoint_mutex
jbd2: do not free buffers in jbd2_journal_try_to_free_buffers()
ext4: add rcu to prevent use after free when umount filesystem
fs/ext4/inode.c | 6 ++++--
fs/ext4/super.c | 41 +++++++++++++++++++++++++++++------------
fs/jbd2/journal.c | 30 +++++++++++++++++++++++++++---
fs/jbd2/transaction.c | 20 ++++++++++----------
include/linux/jbd2.h | 11 ++++++++++-
5 files changed, 80 insertions(+), 28 deletions(-)
--
2.25.4
next reply other threads:[~2021-04-08 11:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-08 11:36 Zhang Yi [this message]
2021-04-08 11:36 ` [PATCH 1/3] jbd2: protect buffers release with j_checkpoint_mutex Zhang Yi
2021-04-08 13:45 ` Jan Kara
2021-04-08 11:36 ` [PATCH 2/3] jbd2: do not free buffers in jbd2_journal_try_to_free_buffers() Zhang Yi
2021-04-08 11:36 ` [PATCH 3/3] ext4: add rcu to prevent use after free when umount filesystem Zhang Yi
2021-04-08 13:51 ` kernel test robot
2021-04-08 13:56 ` Jan Kara
2021-04-08 14:38 ` Zhang Yi
2021-04-08 14:53 ` Jan Kara
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=20210408113618.1033785-1-yi.zhang@huawei.com \
--to=yi.zhang@huawei.com \
--cc=adilger.kernel@dilger.ca \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=yukuai3@huawei.com \
/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