linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix regression in direct I/O to pmem devices
@ 2015-08-14 20:15 Jeff Moyer
  2015-08-14 20:15 ` [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev Jeff Moyer
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jeff Moyer @ 2015-08-14 20:15 UTC (permalink / raw)
  To: matthew.r.wilcox; +Cc: linux-fsdevel, linux-kernel, linux-nvdimm

Linda Knippers noticed that commit bbab37ddc20b (block: Add support
for DAX reads/writes to block devices) caused a regression in mkfs.xfs.
Further investigation also uncovered issues related to misaligned
partitions.  This patch set addresses the two issues.

[PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev
[PATCH 2/2] blockdev: don't set S_DAX for misaligned partitions

 fs/block_dev.c | 7 +++++++
 fs/dax.c       | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)


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

end of thread, other threads:[~2015-09-08 16:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 20:15 [PATCH 0/2] fix regression in direct I/O to pmem devices Jeff Moyer
2015-08-14 20:15 ` [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev Jeff Moyer
2015-08-14 20:53   ` Linda Knippers
2015-09-08 16:10     ` Linda Knippers
2015-09-08 16:23       ` Dan Williams
2015-08-14 20:15 ` [PATCH 2/2] blockdev: don't set S_DAX for misaligned partitions Jeff Moyer
2015-08-14 20:46   ` Andreas Dilger
2015-08-14 20:55     ` Jeff Moyer
2015-08-14 20:22 ` [PATCH 0/2] fix regression in direct I/O to pmem devices Dan Williams
2015-08-14 20:23   ` Dan Williams
2015-08-14 20:27     ` Jeff Moyer

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