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: 756b1c343333 xfs: use current->journal_info for detecting transaction recursion New Commits: Brian Foster (1): [06058bc40534] xfs: don't reuse busy extents on extent trim Darrick J. Wong (2): [89e0eb8c13bb] xfs: restore speculative_cow_prealloc_lifetime sysctl [9febcda6f8d1] xfs: don't nest transactions when scanning for eofblocks Dave Chinner (1): [756b1c343333] xfs: use current->journal_info for detecting transaction recursion Code Diffstat: Documentation/admin-guide/xfs.rst | 16 ++++++++++------ fs/iomap/buffered-io.c | 7 ------- fs/xfs/libxfs/xfs_btree.c | 12 ++++++++++-- fs/xfs/xfs_aops.c | 17 +++++++++++++++-- fs/xfs/xfs_extent_busy.c | 14 -------------- fs/xfs/xfs_sysctl.c | 35 ++++++++++++++--------------------- fs/xfs/xfs_trans.c | 33 +++++++++++++++------------------ fs/xfs/xfs_trans.h | 30 ++++++++++++++++++++++++++++++ 8 files changed, 94 insertions(+), 70 deletions(-)