Hi folks, The vfs-for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the vfs-for-next branch is commit: 2c567af418e3 fs: Introduce DCACHE_DONTCACHE New Commits: Ira Weiny (5): [efbe3c2493d2] fs: Remove unneeded IS_DAX() check in io_is_direct() [712b2698e4c0] fs/stat: Define DAX statx attribute [83d9088659e8] Documentation/dax: Update Usage section [dae2f8ed7992] fs: Lift XFS_IDONTCACHE to the VFS layer [2c567af418e3] fs: Introduce DCACHE_DONTCACHE Code Diffstat: Documentation/filesystems/dax.txt | 142 +++++++++++++++++++++++++++++++++++++- drivers/block/loop.c | 6 +- fs/dcache.c | 19 +++++ fs/stat.c | 3 + fs/xfs/xfs_icache.c | 4 +- fs/xfs/xfs_inode.h | 3 +- fs/xfs/xfs_super.c | 2 +- include/linux/dcache.h | 2 + include/linux/fs.h | 14 ++-- include/uapi/linux/stat.h | 1 + 10 files changed, 178 insertions(+), 18 deletions(-)