linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-erofs@lists.ozlabs.org, Chao Yu <chao@kernel.org>,
	Yue Hu <huyue2@yulong.com>, Miao Xie <miaoxie@huawei.com>,
	Liu Bo <bo.liu@linux.alibaba.com>
Subject: [GIT PULL] erofs fixes for 5.16-rc1
Date: Fri, 12 Nov 2021 23:13:06 +0800	[thread overview]
Message-ID: <20211112151303.GA28430@hsiangkao-HP-ZHAN-66-Pro-G1> (raw)

Hi Linus,

Could you please consider these 2 small erofs patches?

One patch fixes an old corner case which can hardly reproduce
but cause unsafe pagevec reuse. It needs to be fixed right now.

Another patch is a trivial cleanup which gets rid of the unused
DELAYEDALLOC strategy which has already been replaced by TRYALLOC.

All commits have been in linux-next for a while and no merge
conflicts. I think no need to hold on these until 5.16-rc1 is
out and I could plan for 5.17 cleanup/development stuffs then...

Many thanks!
Gao Xiang

The following changes since commit 8bb7eca972ad531c9b149c0a51ab43a417385813:

  Linux 5.15 (2021-10-31 13:53:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.16-rc1-fixes

for you to fetch changes up to 4c7e42552b3a1536f3cdf534aba8c4262ee26716:

  erofs: remove useless cache strategy of DELAYEDALLOC (2021-11-08 10:02:34 +0800)

----------------------------------------------------------------
Changes since last update:

 - fix unsafe pagevec reuse which could cause unexpected behaviors;

 - get rid of the unused DELAYEDALLOC strategy.

----------------------------------------------------------------
Gao Xiang (1):
      erofs: fix unsafe pagevec reuse of hooked pclusters

Yue Hu (1):
      erofs: remove useless cache strategy of DELAYEDALLOC

 fs/erofs/zdata.c | 33 +++++++--------------------------
 fs/erofs/zdata.h |  1 -
 fs/erofs/zpvec.h | 13 ++++++++++---
 3 files changed, 17 insertions(+), 30 deletions(-)


             reply	other threads:[~2021-11-12 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 15:13 Gao Xiang [this message]
2021-11-13 19:44 ` [GIT PULL] erofs fixes for 5.16-rc1 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=20211112151303.GA28430@hsiangkao-HP-ZHAN-66-Pro-G1 \
    --to=xiang@kernel.org \
    --cc=bo.liu@linux.alibaba.com \
    --cc=chao@kernel.org \
    --cc=huyue2@yulong.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miaoxie@huawei.com \
    --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;
as well as URLs for NNTP newsgroup(s).