All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
@ 2021-04-22 13:44 ` Shiyang Ruan
  0 siblings, 0 replies; 23+ messages in thread
From: Shiyang Ruan @ 2021-04-22 13:44 UTC (permalink / raw)
  To: linux-kernel, linux-xfs, linux-nvdimm, linux-fsdevel
  Cc: darrick.wong, dan.j.williams, willy, jack, viro, linux-btrfs,
	david, hch, rgoldwyn, Shiyang Ruan

From: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>

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", and the previous comments are here[1].

[1]: https://patchwork.kernel.org/project/linux-nvdimm/patch/20210319015237.993880-3-ruansy.fnst@fujitsu.com/

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.12-rc8)
==

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.31.1




^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-06-04  4:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 13:44 [PATCH v3 0/3] fsdax: Factor helper functions to simplify the code Shiyang Ruan
2021-04-22 13:44 ` Shiyang Ruan
2021-04-22 13:44 ` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code Shiyang Ruan
2021-04-22 13:44   ` Shiyang Ruan
2021-04-26 23:38   ` Ira Weiny
2021-04-26 23:38     ` Ira Weiny
2021-04-27  2:44     ` ruansy.fnst
2021-04-27  2:44       ` ruansy.fnst
2021-04-27 16:34       ` Ira Weiny
2021-04-27 16:34         ` Ira Weiny
2021-05-25 22:26   ` Darrick J. Wong
2021-04-22 13:45 ` [PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor() Shiyang Ruan
2021-04-22 13:45   ` Shiyang Ruan
2021-05-25 23:11   ` Darrick J. Wong
2021-04-22 13:45 ` [PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it Shiyang Ruan
2021-04-22 13:45   ` Shiyang Ruan
2021-05-25 23:12   ` Darrick J. Wong
2021-05-08  5:26 ` [PATCH v3 0/3] fsdax: Factor helper functions to simplify the code ruansy.fnst
2021-05-08  5:26   ` ruansy.fnst
2021-05-14 10:23   ` ruansy.fnst
2021-05-14 10:23     ` ruansy.fnst
2021-06-03 22:37     ` Darrick J. Wong
2021-06-04  4:06       ` ruansy.fnst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.