Hi folks, The for-next branch of the xfs-linux repository at: https://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: 8d16762047c6 xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set 3 new commits: Darrick J. Wong (3): [73c34b0b85d4] xfs: attr forks require attr, not attr2 [04d6dbb55301] xfs: revert AIL TASK_KILLABLE threshold [8d16762047c6] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set Please note that I have now dropped the following two commits from for-next, xfs: fix handling of RCU freed inodes from other AGs in xrep_iunlink_mark_incore (4813305c621d) xfs: fix handling of RCU freed inodes from other AGs in xfs_icwalk_ag (681a1601ec07) Code Diffstat: fs/xfs/scrub/bmap.c | 8 +++++++- fs/xfs/xfs_ioctl.c | 11 +++++++++++ fs/xfs/xfs_trans_ail.c | 7 ++++++- 3 files changed, 24 insertions(+), 2 deletions(-) -- Chandan