On Fri, Sep 23, 2016 at 03:02:37PM -0600, Ross Zwisler wrote: > I can just add a hack to hop over the writeback in generic_file_read_iter(), > but I hesitate to do this because it seems like the correct thing to do is to > separate the ext4 DAX & DIO paths, which I think you are already doing. I've started on it, and the read path works fine. I'm a bit stuck on the write side as my attempts at it seems to corrupt data fairly easily when running xfstests. > I believe that my DAX PMD patches are ready to go, but because of this issue > they currently only support XFS. I'm tempted to send them out as they are > right now since they add a bunch of complexity to DAX that we need to review, > and that review can fully happen with only XFS support. We can add ext4 > support back in later when it's ready. Yes, please send them out. We really should move ext4 over to iomap for DAX. I'd love to get some help from someone more familar with ext4, and can send my code dump to get started. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html