All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency
@ 2017-05-05  7:24 ` Jan Kara
  0 siblings, 0 replies; 23+ messages in thread
From: Jan Kara @ 2017-05-05  7:24 UTC (permalink / raw)
  To: Ross Zwisler
  Cc: Andrew Morton, Dan Williams, linux-fsdevel, linux-ext4,
	linux-nvdimm, Jan Kara

Hello,

this series fixes data corruption that can happen for DAX mounts when
page faults race with write(2) and as a result page tables get out of sync
with block mappings in the filesystem and thus data seen through mmap is
different from data seen through read(2).

The series passes testing with t_mmap_stale test program from Ross and also
other mmap related tests on DAX filesystem. Ross, what you think?

								Honza

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

end of thread, other threads:[~2017-05-09 12:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05  7:24 [PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency Jan Kara
2017-05-05  7:24 ` Jan Kara
     [not found] ` <20170505072500.25692-1-jack-AlSwsSmVLrQ@public.gmane.org>
2017-05-05  7:24   ` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:24   ` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:24   ` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault() Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:24     ` Jan Kara
2017-05-05  7:25   ` [PATCH 4/4] dax: Fix data corruption when fault races with write Jan Kara
2017-05-05  7:25     ` Jan Kara
2017-05-05  7:25     ` Jan Kara
     [not found]     ` <20170505072500.25692-5-jack-AlSwsSmVLrQ@public.gmane.org>
2017-05-08 17:25       ` Ross Zwisler
2017-05-08 17:25         ` Ross Zwisler
2017-05-08 17:25         ` Ross Zwisler
     [not found]         ` <20170508172527.GA18408-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-05-09 12:14           ` Jan Kara
2017-05-09 12:14             ` Jan Kara
2017-05-09 12:14             ` Jan Kara
2017-05-08 17:27   ` [PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency Ross Zwisler
2017-05-08 17:27     ` Ross Zwisler
2017-05-08 17:27     ` Ross Zwisler

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.