Re: [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev

2015-09-08 Thread Dan Williams
On Tue, Sep 8, 2015 at 9:10 AM, Linda Knippers wrote: > This patch and the 2/2 patch don't seem to have gone anywhere. > Willy? or Ross? > Yes, these should have gone into 4.2, The nvdimm.git tree will pick them up after 4.3-rc1 and tag them for -stable. -- To unsubscribe from this list: send th

Re: [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev

2015-09-08 Thread Linda Knippers
This patch and the 2/2 patch don't seem to have gone anywhere. Willy? or Ross? -- ljk On 8/14/2015 4:53 PM, Linda Knippers wrote: > On 8/14/2015 4:15 PM, Jeff Moyer wrote: >> commit bbab37ddc20b (block: Add support for DAX reads/writes to >> block devices) caused a regression in mkfs.xfs. That

Re: [PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev

2015-08-14 Thread Linda Knippers
On 8/14/2015 4:15 PM, Jeff Moyer wrote: > commit bbab37ddc20b (block: Add support for DAX reads/writes to > block devices) caused a regression in mkfs.xfs. That utility > sets the block size of the device to the logical block size > using the BLKBSZSET ioctl, and then issues a single sector read >

[PATCH 1/2] dax: fix O_DIRECT I/O to the last block of a blockdev

2015-08-14 Thread Jeff Moyer
commit bbab37ddc20b (block: Add support for DAX reads/writes to block devices) caused a regression in mkfs.xfs. That utility sets the block size of the device to the logical block size using the BLKBSZSET ioctl, and then issues a single sector read from the last sector of the device. This results