linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
@ 2023-02-17 14:48 Shiyang Ruan
  2023-02-17 14:48 ` [PATCH v10 1/3] xfs: fix the calculation of length and end Shiyang Ruan
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Shiyang Ruan @ 2023-02-17 14:48 UTC (permalink / raw)
  To: linux-xfs, nvdimm, linux-fsdevel, linux-mm
  Cc: djwong, david, dan.j.williams, hch, jane.chu, akpm, willy,
	ruansy.fnst

Changes since v9 RESEND:
  1. P1: Simplify the assignment expression:
    len -= offset + len - 1 - ddev_end; => len = ddev_end - offset + 1;
  2. P2: Add '*' after '/*' to make it a part of kernel-doc
  3. P2: Replace 'void *unused' with a specific function signature
  4. P3: Freeze the fs before invalidate dax mapping

Shiyang Ruan (3):
  xfs: fix the calculation of length and end
  fs: introduce super_drop_pagecache()
  mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

 drivers/dax/super.c         |  3 ++-
 fs/drop_caches.c            | 29 +------------------------
 fs/super.c                  | 43 +++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_notify_failure.c | 34 +++++++++++++++++++++++++----
 include/linux/fs.h          |  2 ++
 include/linux/mm.h          |  1 +
 include/linux/pagemap.h     |  1 +
 mm/truncate.c               | 20 +++++++++++++++--
 8 files changed, 98 insertions(+), 35 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-03-24  9:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17 14:48 [PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind Shiyang Ruan
2023-02-17 14:48 ` [PATCH v10 1/3] xfs: fix the calculation of length and end Shiyang Ruan
2023-02-17 14:48 ` [PATCH v10 2/3] fs: introduce super_drop_pagecache() Shiyang Ruan
2023-02-17 16:14   ` Matthew Wilcox
2023-02-18  1:16     ` Shiyang Ruan
2023-02-18 18:27       ` Matthew Wilcox
2023-02-20  9:39         ` Shiyang Ruan
2023-02-20  9:45           ` Shiyang Ruan
2023-02-20 21:25   ` Dave Chinner
2023-02-21  1:57     ` Shiyang Ruan
2023-02-26 23:50       ` Dave Chinner
2023-02-17 14:48 ` [PATCH v10 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind Shiyang Ruan
2023-02-27  0:07   ` Dave Chinner
2023-02-27 10:06     ` Shiyang Ruan
2023-03-21 10:59       ` Shiyang Ruan
2023-03-24  9:49         ` Shiyang Ruan

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