[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1439583332-13754-1-git-send-email-jmoyer@redhat.com>
Date: Fri, 14 Aug 2015 16:15:30 -0400
From: Jeff Moyer <jmoyer@...hat.com>
To: matthew.r.wilcox@...el.com
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-nvdimm@...1.01.org
Subject: [PATCH 0/2] fix regression in direct I/O to pmem devices
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists