All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ovl: stacked mmap for shared map
@ 2020-08-29  9:50 Chengguang Xu
  2020-08-29  9:51 ` [RFC PATCH 3/3] ovl: implement " Chengguang Xu
  0 siblings, 1 reply; 12+ messages in thread
From: Chengguang Xu @ 2020-08-29  9:50 UTC (permalink / raw)
  To: linux-unionfs, linux-mm; +Cc: miklos, akpm, amir73il, riteshh, Chengguang Xu

Currently, there is still ro/rw inconsistency related to shared mmap
in overlayfs, this patch set implements stacked mmap for shared map
and transfer necessary operations to upper inode, so that we can keep
data consistency in any kind of mmap. 

Patch 1 exports necessary functions from kernel to module.
Patch 2 introduces struct ovl_file_entry to store real vm_ops.
Patch 3 implements stacked mmap for shared map to keep data
consistency.

Chengguang Xu (3):
  mm: mmap: export necessary functions for overlayfs' mmap
  ovl: introduce struct ovl_file_entry
  ovl: implement stacked mmap for shared map

 fs/overlayfs/file.c | 178 ++++++++++++++++++++++++++++++++++++++++----
 include/linux/mm.h  |   2 +
 mm/filemap.c        |  28 +++++++
 mm/internal.h       |  22 ------
 4 files changed, 195 insertions(+), 35 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-09-10  0:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4ac1b013-6193-da70-3384-d8878a247fbc@mykernel.net>
2020-08-30  7:10 ` [RFC PATCH 3/3] ovl: implement stacked mmap for shared map Chen, Rong A
2020-09-10  0:39 ` Rong Chen
2020-08-29  9:50 [RFC PATCH 0/3] ovl: " Chengguang Xu
2020-08-29  9:51 ` [RFC PATCH 3/3] ovl: implement " Chengguang Xu
2020-08-29 11:35   ` kernel test robot
2020-08-30 11:33   ` Amir Goldstein
2020-08-30 11:33     ` Amir Goldstein
2020-08-31 13:47     ` cgxu
2020-08-31 15:51       ` Amir Goldstein
2020-08-31 15:51         ` Amir Goldstein
2020-09-01  7:44         ` Miklos Szeredi
2020-09-01  7:44           ` Miklos Szeredi
2020-09-01 13:20         ` cgxu

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.