From: Dave Chinner Date: Wed, 3 Jun 2015 23:18:53 +0000 (+1000) Subject: xfs: add DAX file operations support X-Git-Tag: omap-for-v4.3/legacy-v2-signed~97^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b698edeeef00c127d73501b386590299f01327a;p=pandora-kernel.git xfs: add DAX file operations support Add the initial support for DAX file operations to XFS. This includes the necessary block allocation and mmap page fault hooks for DAX to function. Note that there are changes to the splice interfaces to ensure that for DAX splice avoids direct page cache manipulations and instead takes the DAX IO paths for read/write operations. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed