Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1207891

[PATCH 0/2] fix regression in direct I/O to pmem devices

From Jeff Moyer <jmoyer@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] fix regression in direct I/O to pmem devices
Date 2015-08-14 22:20 +0200
Message-ID <pXtCh-48Q-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] fix regression in direct I/O to pmem devices Jeff Moyer <jmoyer@redhat.com> - 2015-08-14 22:20 +0200
  [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev Jeff Moyer <jmoyer@redhat.com> - 2015-08-14 22:20 +0200
    Re: [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev Linda Knippers <linda.knippers@hp.com> - 2015-08-14 23:00 +0200
  Re: [PATCH 0/2] fix regression in direct I/O to pmem devices Dan Williams <dan.j.williams@intel.com> - 2015-08-14 22:30 +0200
    Re: [PATCH 0/2] fix regression in direct I/O to pmem devices Dan Williams <dan.j.williams@intel.com> - 2015-08-14 22:30 +0200
      Re: [PATCH 0/2] fix regression in direct I/O to pmem devices Jeff Moyer <jmoyer@redhat.com> - 2015-08-14 22:30 +0200

csiph-web