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. I'm still churning through bug fixes for 5.10, and sending this to both lists because there's a couple of iomap fixes that go along with the xfs fixes. The new head of the for-next branch is commit: 46afb0628b86 xfs: only flush the unshared range in xfs_reflink_unshare New Commits: Brian Foster (3): [869ae85dae64] xfs: flush new eof page on truncate to avoid post-eof corruption [763e4cdc0f6d] iomap: support partial page discard on writeback block mapping failure [50e7d6c7a521] iomap: clean up writeback state logic on writepage error Darrick J. Wong (4): [2c334e12f957] xfs: set xefi_discard when creating a deferred agfl free log intent item [c2f09217a430] xfs: fix missing CoW blocks writeback conversion retry [c1f6b1ac0075] xfs: fix scrub flagging rtinherit even if there is no rt device [46afb0628b86] xfs: only flush the unshared range in xfs_reflink_unshare Code Diffstat: fs/iomap/buffered-io.c | 30 ++++++++++-------------------- fs/xfs/libxfs/xfs_alloc.c | 1 + fs/xfs/libxfs/xfs_bmap.h | 2 +- fs/xfs/scrub/inode.c | 3 +-- fs/xfs/xfs_aops.c | 20 ++++++++++++-------- fs/xfs/xfs_iops.c | 10 ++++++++++ fs/xfs/xfs_reflink.c | 3 ++- include/linux/iomap.h | 2 +- 8 files changed, 38 insertions(+), 33 deletions(-)