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: 34acceaa8818 xfs: Remove unneeded semicolon 19 new commits: Colin Ian King (1): [347eb95b27eb] xfs: remove redundant initializations of pointers drop_leaf and save_leaf Darrick J. Wong (8): [63ef7a35912d] xfs: fix interval filtering in multi-step fsmap queries [7975aba19cba] xfs: fix integer overflows in the fsmap rtbitmap and logdev backends [d898137d789c] xfs: fix getfsmap reporting past the last rt extent [f045dd00328d] xfs: clean up the rtbitmap fsmap backend [a949a1c2a198] xfs: fix logdev fsmap query result filtering [3ee9351e7490] xfs: validate fsmap offsets specified in the query keys [75dc03453122] xfs: fix xfs_btree_query_range callers to initialize btree rec fully [2d7d1e7ea321] xfs: AGI length should be bounds checked 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() Shiyang Ruan (1): [5cf32f63b0f4] xfs: fix the calculation for "end" and "length" Yang Li (1): [34acceaa8818] xfs: Remove unneeded semicolon Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 2 +- fs/xfs/libxfs/xfs_alloc.c | 291 ++++++++++++++++++++++++------------- fs/xfs/libxfs/xfs_alloc.h | 24 +-- 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 | 32 ++-- fs/xfs/libxfs/xfs_ialloc_btree.c | 3 +- fs/xfs/libxfs/xfs_refcount.c | 22 +-- fs/xfs/libxfs/xfs_refcount_btree.c | 8 +- fs/xfs/libxfs/xfs_rmap.c | 10 +- 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_fsmap.c | 261 +++++++++++++++++---------------- fs/xfs/xfs_log.c | 47 ++---- fs/xfs/xfs_notify_failure.c | 9 +- fs/xfs/xfs_reflink.c | 3 +- fs/xfs/xfs_trace.h | 25 ++++ fs/xfs/xfs_trans_ail.c | 2 +- 21 files changed, 590 insertions(+), 335 deletions(-)