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. There's at least one more bugfix out for review; if you have more, please send them. The new head of the for-next branch is commit: 5cf32f63b0f4 xfs: fix the calculation for "end" and "length" 17 new commits: Colin Ian King (1): [347eb95b27eb] xfs: remove redundant initializations of pointers drop_leaf and save_leaf Darrick J. Wong (7): [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 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" Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 2 +- fs/xfs/libxfs/xfs_alloc.c | 271 +++++++++++++++++++++++-------------- 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 | 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, 556 insertions(+), 322 deletions(-)