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: 7930d9e10370 xfs: recovery should not clear di_flushiter unconditionally 9 new commits: Anthony Iliopoulos (1): [a2e4388adfa4] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS Christoph Hellwig (1): [55f669f34184] xfs: only remap the written blocks in xfs_reflink_end_cow_extent Dave Chinner (2): [038ca189c0d2] xfs: inode recovery does not validate the recovered inode [7930d9e10370] xfs: recovery should not clear di_flushiter unconditionally Leah Rumancik (1): [471de20303dd] xfs: up(ic_sema) if flushing data device fails Long Li (2): [2a5db859c682] xfs: factor out xfs_defer_pending_abort [f8f9d952e42d] xfs: abort intent items when recovery intents fail Matthew Wilcox (Oracle) (1): [00080503612f] XFS: Update MAINTAINERS to catch all XFS documentation Omar Sandoval (1): [f63a5b3769ad] xfs: fix internal error from AGFL exhaustion Code Diffstat: MAINTAINERS | 3 +-- fs/xfs/Kconfig | 2 +- fs/xfs/libxfs/xfs_alloc.c | 27 ++++++++++++++++++++++++--- fs/xfs/libxfs/xfs_defer.c | 28 ++++++++++++++++++---------- fs/xfs/libxfs/xfs_defer.h | 2 +- fs/xfs/libxfs/xfs_inode_buf.c | 3 +++ fs/xfs/xfs_inode_item_recover.c | 46 ++++++++++++++++++++++++++++++---------------- fs/xfs/xfs_log.c | 23 ++++++++++++----------- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_reflink.c | 1 + 10 files changed, 92 insertions(+), 45 deletions(-)