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. These are the second batch of bug fixes for 5.14; they should clear up most of the log recovery problems that have been reported lately. The new head of the for-next branch is commit: 81a448d7b066 xfs: prevent spoofing of rtbitmap blocks when recovering buffers New Commits: Darrick J. Wong (1): [81a448d7b066] xfs: prevent spoofing of rtbitmap blocks when recovering buffers Dave Chinner (11): [b1e27239b916] xfs: flush data dev on external log write [b5d721eaae47] xfs: external logs need to flush data device [9d3920644081] xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog [0dc8f7f139f0] xfs: fix ordering violation between cache flushes and tail updates [45eddb414047] xfs: factor out forced iclog flushes [2bf1ec0ff067] xfs: log forces imply data device cache flushes [8191d8222c51] xfs: avoid unnecessary waits in xfs_log_force_lsn() [32baa63d82ee] xfs: logging the on disk inode LSN can make it go backwards [d8f4c2d0398f] xfs: Enforce attr3 buffer recovery order [b2ae3a9ef911] xfs: need to see iclog flags in tracing [9d110014205c] xfs: limit iclog tail updates Code Diffstat: fs/xfs/libxfs/xfs_log_format.h | 11 +- fs/xfs/xfs_buf_item_recover.c | 15 ++- fs/xfs/xfs_inode_item_recover.c | 39 +++++-- fs/xfs/xfs_log.c | 251 ++++++++++++++++++++++++++-------------- fs/xfs/xfs_log_cil.c | 13 ++- fs/xfs/xfs_log_priv.h | 16 ++- fs/xfs/xfs_trace.h | 5 +- 7 files changed, 244 insertions(+), 106 deletions(-)