Hello again,
This is a 5.15.y only set of xfs fixes. They have been tested and Ack'd.
Changes from v1->v2: - Added Acks
[v1] https://lore.kernel.org/linux-xfs/20220707223828.599185-1-leah.rumancik@gmai...
Darrick J. Wong (2): xfs: only run COW extent recovery when there are no live extents xfs: don't include bnobt blocks when reserving free block pool
Dave Chinner (2): xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks xfs: drop async cache flushes from CIL commits.
fs/xfs/xfs_bio_io.c | 35 ------------------------ fs/xfs/xfs_fsops.c | 2 +- fs/xfs/xfs_linux.h | 2 -- fs/xfs/xfs_log.c | 58 +++++++++++++++++----------------------- fs/xfs/xfs_log_cil.c | 42 +++++++++-------------------- fs/xfs/xfs_log_priv.h | 3 +-- fs/xfs/xfs_log_recover.c | 24 ++++++++++++++++- fs/xfs/xfs_mount.c | 12 +-------- fs/xfs/xfs_mount.h | 15 +++++++++++ fs/xfs/xfs_reflink.c | 5 +++- fs/xfs/xfs_super.c | 9 ------- 11 files changed, 82 insertions(+), 125 deletions(-)