[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220531134809.c69b711dc8cd584b3a5163f7@linux-foundation.org>
Date: Tue, 31 May 2022 13:48:09 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Hsin-Yi Wang <hsinyi@...omium.org>
Cc: Phillip Lougher <phillip@...ashfs.org.uk>,
Matthew Wilcox <willy@...radead.org>,
Xiongwei Song <Xiongwei.Song@...driver.com>,
Zheng Liang <zhengliang6@...wei.com>,
Zhang Yi <yi.zhang@...wei.com>, Hou Tao <houtao1@...wei.com>,
Miao Xie <miaoxie@...wei.com>,
"linux-mm @ kvack . org" <linux-mm@...ck.org>,
"squashfs-devel @ lists . sourceforge . net"
<squashfs-devel@...ts.sourceforge.net>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 3/3] squashfs: implement readahead
On Tue, 31 May 2022 17:51:11 +0800 Hsin-Yi Wang <hsinyi@...omium.org> wrote:
> On Mon, May 23, 2022 at 3:00 PM Hsin-Yi Wang <hsinyi@...omium.org> wrote:
> >
> > Implement readahead callback for squashfs. It will read datablocks
> > which cover pages in readahead request. For a few cases it will
> > not mark page as uptodate, including:
> > - file end is 0.
> > - zero filled blocks.
> > - current batch of pages isn't in the same datablock or not enough in a
> > datablock.
> > - decompressor error.
> > Otherwise pages will be marked as uptodate. The unhandled pages will be
> > updated by readpage later.
> >
> > Suggested-by: Matthew Wilcox <willy@...radead.org>
> > Signed-off-by: Hsin-Yi Wang <hsinyi@...omium.org>
> > Reported-by: Matthew Wilcox <willy@...radead.org>
> > Reported-by: Phillip Lougher <phillip@...ashfs.org.uk>
> > Reported-by: Xiongwei Song <Xiongwei.Song@...driver.com>
> > ---
>
> Kindly ping on the thread. Conversations on v2:
> https://patchwork.kernel.org/project/linux-mm/patch/20220517082650.2005840-4-hsinyi@chromium.org/#24869037
> This version mainly addressed the error handling.
Yes, some reviewer input would be helpful please.
Powered by blists - more mailing lists