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

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.

(Rebased on v5.12-rc5)
==

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 | 438 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 232 insertions(+), 206 deletions(-)

-- 
2.31.0


_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

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

end of thread, other threads:[~2021-04-07 12:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  6:32 [PATCH 0/3] fsdax: Factor helper functions to simplify the code Shiyang Ruan
2021-04-07  6:32 ` Shiyang Ruan
2021-04-07  6:32 ` [PATCH 1/3] fsdax: Factor helpers to simplify dax fault code Shiyang Ruan
2021-04-07  6:32   ` Shiyang Ruan
2021-04-07 10:14   ` riteshh
2021-04-07 10:14     ` riteshh
2021-04-07 11:13   ` Matthew Wilcox
2021-04-07 11:13     ` Matthew Wilcox
2021-04-07 12:29     ` ruansy.fnst
2021-04-07 12:29       ` ruansy.fnst
2021-04-07  6:32 ` [PATCH 2/3] fsdax: Factor helper: dax_fault_actor() Shiyang Ruan
2021-04-07  6:32   ` Shiyang Ruan
2021-04-07 10:21   ` riteshh
2021-04-07 10:21     ` riteshh
2021-04-07  6:32 ` [PATCH 3/3] fsdax: Output address in dax_iomap_pfn() and rename it Shiyang Ruan
2021-04-07  6:32   ` Shiyang Ruan
2021-04-07 10:16   ` riteshh
2021-04-07 10:16     ` riteshh

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.