LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: Chao Yu <chao@kernel.org>
Cc: linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org,
nvdimm@lists.linux.dev, LKML <linux-kernel@vger.kernel.org>,
"Darrick J. Wong" <djwong@kernel.org>,
Liu Bo <bo.liu@linux.alibaba.com>,
Joseph Qi <joseph.qi@linux.alibaba.com>,
Liu Jiang <gerry@linux.alibaba.com>,
Huang Jianan <huangjianan@oppo.com>, Tao Ma <boyu.mt@taobao.com>
Subject: Re: [PATCH v3 2/3] erofs: dax support for non-tailpacking regular file
Date: Thu, 5 Aug 2021 11:24:40 +0800 [thread overview]
Message-ID: <YQtZ+CtvB3P+7Xim@B-P7TQMD6M-0146.local> (raw)
In-Reply-To: <7aa650b8-a853-368d-7a81-f435194eec33@kernel.org>
Hi Chao,
On Thu, Aug 05, 2021 at 11:01:43AM +0800, Chao Yu wrote:
> On 2021/8/5 8:36, Gao Xiang wrote:
> > DAX is quite useful for some VM use cases in order to save guest
> > memory extremely with minimal lightweight EROFS.
> >
> > In order to prepare for such use cases, add preliminary dax support
> > for non-tailpacking regular files for now.
> >
> > Tested with the DRAM-emulated PMEM and the EROFS image generated by
> > "mkfs.erofs -Enoinline_data enwik9.fsdax.img enwik9"
> >
> > Cc: nvdimm@lists.linux.dev
> > Cc: linux-fsdevel@vger.kernel.org
> > Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
> > ---
> > Documentation/filesystems/erofs.rst | 2 +
> > fs/erofs/data.c | 42 +++++++++++++++++++-
> > fs/erofs/inode.c | 4 ++
> > fs/erofs/internal.h | 3 ++
> > fs/erofs/super.c | 59 ++++++++++++++++++++++++++++-
> > 5 files changed, 106 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/filesystems/erofs.rst b/Documentation/filesystems/erofs.rst
> > index 832839fcf4c3..ffd2ae7be511 100644
> > --- a/Documentation/filesystems/erofs.rst
> > +++ b/Documentation/filesystems/erofs.rst
> > @@ -84,6 +84,8 @@ cache_strategy=%s Select a strategy for cached decompression from now on:
> > It still does in-place I/O decompression
> > for the rest compressed physical clusters.
> > ========== =============================================
> > +dax Use direct access (no page cache). See
>
> dax or dax=%s
>
> Otherwise, it looks good to me.
>
> Reviewed-by: Chao Yu <chao@kernel.org>
>
Thanks, it originally inherited from filesystems/ext2.rst, I will update
this into
dax, dax={always,never} .....
Since for such image vm-shared memory scenario, no need to add per-file
DAX (at least for now.)
Thanks,
Gao Xiang
> Thanks,
next prev parent reply other threads:[~2021-08-05 3:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-05 0:35 [PATCH v3 0/3] erofs: iomap support for uncompressed cases Gao Xiang
2021-08-05 0:35 ` [PATCH v3 1/3] erofs: iomap support for non-tailpacking DIO Gao Xiang
2021-08-05 0:36 ` [PATCH v3 2/3] erofs: dax support for non-tailpacking regular file Gao Xiang
2021-08-05 3:01 ` Chao Yu
2021-08-05 3:24 ` Gao Xiang [this message]
2021-08-06 9:12 ` Chao Yu
2021-08-05 0:36 ` [PATCH v3 3/3] erofs: convert all uncompressed cases to iomap Gao Xiang
2021-08-05 3:02 ` Chao Yu
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=YQtZ+CtvB3P+7Xim@B-P7TQMD6M-0146.local \
--to=hsiangkao@linux.alibaba.com \
--cc=bo.liu@linux.alibaba.com \
--cc=boyu.mt@taobao.com \
--cc=chao@kernel.org \
--cc=djwong@kernel.org \
--cc=gerry@linux.alibaba.com \
--cc=huangjianan@oppo.com \
--cc=joseph.qi@linux.alibaba.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nvdimm@lists.linux.dev \
--subject='Re: [PATCH v3 2/3] erofs: dax support for non-tailpacking regular file' \
/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
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).