On Thu, Jul 14, 2022 at 03:23:38PM -0700, Leah Rumancik wrote: > 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@xxxxxxxxx/ > > 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(-) > > -- > 2.37.0.170.g444d1eabd0-goog > All now queued up, thanks. greg k-h