[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210702092357.262744-1-ruansy.fnst@fujitsu.com>
Date: Fri, 2 Jul 2021 17:23:54 +0800
From: Shiyang Ruan <ruansy.fnst@...itsu.com>
To: <linux-kernel@...r.kernel.org>, <nvdimm@...ts.linux.dev>,
<linux-fsdevel@...r.kernel.org>
CC: <djwong@...nel.org>, <dan.j.williams@...el.com>,
<willy@...radead.org>, <jack@...e.cz>, <viro@...iv.linux.org.uk>,
<hch@....de>, <riteshh@...ux.ibm.com>
Subject: [RESEND PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
The page fault part of fsdax code is little complex. In order to add CoW
feature and make it easy to understand, I was suggested to factor some
helper functions to simplify the current dax code.
This is separated from the previous patchset called "V3 fsdax,xfs: Add
reflink&dedupe support for fsdax" as suggested[1].
[1]: https://lore.kernel.org/linux-xfs/20210402074936.GB7057@lst.de/
Changes from previous V3:
- Rebased on v5.13
- Add Darrick's Reviewed-by
Changes from V2:
- fix the type of 'major' in patch 2
- Rebased on v5.12-rc8
Changes from V1:
- fix Ritesh's email address
- simplify return logic in dax_fault_cow_page()
(Rebased on v5.13)
==
Shiyang Ruan (3):
fsdax: Factor helpers to simplify dax fault code
fsdax: Factor helper: dax_fault_actor()
fsdax: Output address in dax_iomap_pfn() and rename it
fs/dax.c | 443 +++++++++++++++++++++++++++++--------------------------
1 file changed, 234 insertions(+), 209 deletions(-)
--
2.32.0
Powered by blists - more mailing lists