aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc_btree.c
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2016-11-30 03:37:15 +0000
committerDave Chinner <[email protected]>2016-11-30 03:37:15 +0000
commitacdda3aae146d9b69d30e9d8a32a8d8937055523 (patch)
treed72fe0a93fa456fdf5195b5ccb919648c15fd7be /fs/xfs/libxfs/xfs_ialloc_btree.c
parentiomap: implement direct I/O (diff)
downloadkernel-acdda3aae146d9b69d30e9d8a32a8d8937055523.tar.gz
kernel-acdda3aae146d9b69d30e9d8a32a8d8937055523.zip
xfs: use iomap_dio_rw
Straight switch over to using iomap for direct I/O - we already have the non-COW dio path in write_begin for DAX and files with extent size hints, so nothing to add there. The COW path is ported over from the old get_blocks version and a bit of a mess, but I have some work in progress to make it look more like the buffered I/O COW path. This gets rid of xfs_get_blocks_direct and the last caller of xfs_get_blocks with the create flag set, so all that code can be removed. Last but not least I've removed a comment in xfs_filemap_fault that refers to xfs_get_blocks entirely instead of updating it - while the reference is correct, the whole DAX fault path looks different than the non-DAX one, so it seems rather pointless. Signed-off-by: Christoph Hellwig <[email protected]> Tested-by: Jens Axboe <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc_btree.c')
0 files changed, 0 insertions, 0 deletions