]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add initial DAX support
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Jun 2015 23:19:18 +0000 (09:19 +1000)
committerDan Duval <dan.duval@oracle.com>
Wed, 12 Oct 2016 13:48:54 +0000 (09:48 -0400)
commitc5a8a9bdb9015eea69559450f2e4623046740afa
treebb171e1dee086ba1d6528c2d04dc77ee93254a25
parentaf533f83f3058bd8a919b9a6ff11bd579d178f14
xfs: add initial DAX support

Orabug: 22913653

Add initial DAX support to XFS. To do this we need a new mount
option to turn DAX on filesystem, and we need to propagate this into
the inode flags whenever an inode is instantiated so that the
per-inode checks throughout the code Do The Right Thing.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
(cherry picked from commit cbe4dab119f211ff6642d617f541087894e99e4f)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/xfs/xfs_iops.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c