linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM TOPIC] Persistent Memory
@ 2013-12-20 17:05 Matthew Wilcox
  2014-01-08 15:42 ` [Lsf-pc] " Mel Gorman
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2013-12-20 17:05 UTC (permalink / raw)
  To: lsf-pc; +Cc: linux-fsdevel, linux-mm


I should like to discuss the current situation with Linux support for
persistent memory.  While I expect the current discussion to be long
over by March, I am certain that there will be topics around persistent
memory that have not been settled at that point.

I believe this will mostly be of crossover interest between filesystem
and MM people, and of lesser interest to storage people (since we're
basically avoiding their code).

Subtopics might include
 - Using persistent memory for FS metadata
   (The XIP code provides persistent memory to userspace.  The filesystem
    still uses BIOs to fetch its metadata)
 - Supporting PMD/PGD mappings for userspace
   (Not only does the filesystem have to avoid fragmentation to make this
    happen, the VM code has to permit these giant mappings)
 - Persistent page cache
   (Another way to take advantage of persstent memory would be to place it
    in the page cache.  But we don't have struct pages for it!  What to do?)
 - Making XIP and non-XIP codepaths closer to each other
   (I think we have a good start on this, but more is needed)

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

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

end of thread, other threads:[~2014-01-09 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 17:05 [LSF/MM TOPIC] Persistent Memory Matthew Wilcox
2014-01-08 15:42 ` [Lsf-pc] " Mel Gorman
2014-01-09  1:35   ` Bob Liu
2014-01-09 10:37     ` Mel Gorman

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