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. *** NOTE *** These are XFS fixes for 5.4-rc3. There's a bug in fs writeback that caused fstests to crash ("writeback: fix use-after-free in finish_writeback_work"); regrettably it did not make it upstream until after -rc2. I hope to have an iomap working branch for 5.5 around the end of the week. The new head of the for-next branch is commit: 6350744c66a4 xfs: move local to extent inode logging into bmap helper New Commits: Aliasgar Surti (1): [d5cc14d9f928] xfs: removed unused error variable from xchk_refcountbt_rec Bill O'Donnell (1): [b4d5a0a3dc26] xfs: assure zeroed memory buffers for certain kmem allocations Brian Foster (3): [7cb8e1afa5db] xfs: log the inode on directory sf to block format change [464327354d98] xfs: remove broken error handling on failed attr sf to leaf change [6350744c66a4] xfs: move local to extent inode logging into bmap helper Eric Sandeen (1): [6374ca03975a] xfs: remove unused flags arg from xfs_get_aghdr_buf() Max Reitz (1): [e093c4be760e] xfs: Fix tail rounding in xfs_alloc_file_space() Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 5 ++--- fs/xfs/libxfs/xfs_attr_leaf.c | 21 +++------------------ fs/xfs/libxfs/xfs_bmap.c | 6 ++++-- fs/xfs/libxfs/xfs_bmap.h | 3 ++- fs/xfs/libxfs/xfs_dir2_block.c | 2 +- fs/xfs/scrub/refcount.c | 3 +-- fs/xfs/xfs_bmap_util.c | 4 +++- fs/xfs/xfs_buf.c | 12 +++++++++++- fs/xfs/xfs_log.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- 10 files changed, 29 insertions(+), 31 deletions(-)