On Thu, Nov 23, 2017 at 01:40:03PM +0200, Nikolay Borisov wrote: > For file extents xfs currently calls xfs_bmapi_read with flag set to 0, > meaning extents are going to be truncated to the requested range. Since the > same codepath is used for fiemap this means xfs is special in that regard, since > other filesystems (ext4/btrfs) do not trim extents for fiemap. Make the behavior > consistent by always passing XFS_BMAPI_ENTIRE. A full xfstest run validated that > this doesn't regress on ordinary read/write IO. > > Signed-off-by: Nikolay Borisov <nborisov@xxxxxxxx> Looks good, except that the changelog could use line wrapping at 75 characters :) Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- 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