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: 2bed0d82c2f7 xfs: fix bounds check in xfs_defer_agfl_block() 9 new commits: Colin Ian King (1): [347eb95b27eb] xfs: remove redundant initializations of pointers drop_leaf and save_leaf Dave Chinner (8): [939bd50dfbe7] xfs: don't reverse order of items in bulk AIL insertion [b742d7b4f0e0] xfs: use deferred frees for btree block freeing [6a2a9d776c4a] xfs: pass alloc flags through to xfs_extent_busy_flush() [0853b5de42b4] xfs: allow extent free intents to be retried [8ebbf262d468] xfs: don't block in busy flushing when freeing extents [f1e1765aad7d] xfs: journal geometry is not properly bounds checked [edd8276dd702] xfs: AGF length has never been bounds checked [2bed0d82c2f7] xfs: fix bounds check in xfs_defer_agfl_block() Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 2 +- fs/xfs/libxfs/xfs_alloc.c | 261 +++++++++++++++++++++++-------------- fs/xfs/libxfs/xfs_alloc.h | 21 +-- fs/xfs/libxfs/xfs_attr_leaf.c | 2 - fs/xfs/libxfs/xfs_bmap.c | 8 +- fs/xfs/libxfs/xfs_bmap_btree.c | 3 +- fs/xfs/libxfs/xfs_ialloc.c | 8 +- fs/xfs/libxfs/xfs_ialloc_btree.c | 3 +- fs/xfs/libxfs/xfs_refcount.c | 9 +- fs/xfs/libxfs/xfs_refcount_btree.c | 8 +- fs/xfs/libxfs/xfs_sb.c | 56 +++++++- fs/xfs/xfs_extent_busy.c | 36 ++++- fs/xfs/xfs_extent_busy.h | 6 +- fs/xfs/xfs_extfree_item.c | 75 ++++++++++- fs/xfs/xfs_log.c | 47 +++---- fs/xfs/xfs_reflink.c | 3 +- fs/xfs/xfs_trans_ail.c | 2 +- 17 files changed, 374 insertions(+), 176 deletions(-)