Hi folks, The 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 for-next branch is commit: 5d888b481e6a xfs: fix reflink source file racing with directio writes New Commits: Christoph Hellwig (2): [314e01a6d7dd] xfs: fall back to native ioctls for unhandled compat ones [4529e6d7a6ab] xfs: compat_ioctl: use compat_ptr() Darrick J. Wong (2): [edc58dd0123b] vfs: fix page locking deadlocks when deduping files [5d888b481e6a] xfs: fix reflink source file racing with directio writes Code Diffstat: fs/read_write.c | 49 +++++++++++++++++++++++++++++++++------- fs/xfs/xfs_ioctl32.c | 56 +++------------------------------------------- fs/xfs/xfs_reflink.c | 63 ++++++++++++++++++++++++++++++---------------------- 3 files changed, 81 insertions(+), 87 deletions(-)