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: 21255afdd729 xfs: do not allocate the entire delalloc extent in xfs_bmapi_write 12 new commits: Christoph Hellwig (8): [6773da870ab8] xfs: fix error returns from xfs_bmapi_write [b11ed354c9f7] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate [04c609e6e506] xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate [9d06960341ec] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write [2a9b99d45be0] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate [a8bb258f703f] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate [d69bee6a35d3] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions [21255afdd729] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write Zhang Yi (4): [bb712842a85d] xfs: match lock mode in xfs_buffered_write_iomap_begin() [fc8d0ba0ff5f] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional [2e08371a83f1] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset [5ce5674187c3] xfs: convert delayed extents to unwritten when zeroing post eof blocks Code Diffstat: fs/xfs/libxfs/xfs_attr_remote.c | 1 - fs/xfs/libxfs/xfs_bmap.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------ fs/xfs/libxfs/xfs_da_btree.c | 20 ++++------------ fs/xfs/scrub/quota_repair.c | 6 ----- fs/xfs/scrub/rtbitmap_repair.c | 2 -- fs/xfs/xfs_aops.c | 54 ++++++++++++-------------------------------- fs/xfs/xfs_bmap_util.c | 35 ++++++++++++++-------------- fs/xfs/xfs_dquot.c | 1 - fs/xfs/xfs_iomap.c | 47 +++++++++++++++++++++++++++----------- fs/xfs/xfs_reflink.c | 14 ------------ fs/xfs/xfs_rtalloc.c | 2 -- 11 files changed, 180 insertions(+), 164 deletions(-)