Hello Linus, Could you please pull patches included in the tag below? An attempt merge against your current TOT has been successful. This contains just a collection of bug fixes, nothing really stands out Thanks, Carlos The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3: Linux 6.14-rc2 (2025-02-09 12:45:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.14-rc4 for you to fetch changes up to 2d873efd174bae9005776937d5ac6a96050266db: xfs: flush inodegc before swapon (2025-02-14 09:40:35 +0100) ---------------------------------------------------------------- XFS: Fixes for 6.14-rc4 ---------------------------------------------------------------- Carlos Maiolino (1): xfs: Do not allow norecovery mount with quotacheck Christoph Hellwig (2): xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate xfs: flush inodegc before swapon Darrick J. Wong (2): xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n xfs: fix data fork format filtering during inode repair Lukas Herbolt (1): xfs: do not check NEEDSREPAIR if ro,norecovery mount. fs/xfs/scrub/common.h | 5 ----- fs/xfs/scrub/inode_repair.c | 12 ++++++++-- fs/xfs/scrub/repair.h | 11 ++++++++- fs/xfs/scrub/scrub.c | 12 ++++++++++ fs/xfs/xfs_aops.c | 41 +++++++++++++++++++++++++++++---- fs/xfs/xfs_qm_bhv.c | 55 ++++++++++++++++++++++++++++++++------------- fs/xfs/xfs_super.c | 8 +++++-- 7 files changed, 114 insertions(+), 30 deletions(-)