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. The new head of the for-next branch is commit: 35010cc72acc xfs: flush inodegc before swapon 7 new commits: Carlos Maiolino (2): [84ea4c9d978b] Merge tag 'fixes-6.14_2025-02-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into next-rc [18df3ca14c34] xfs: Do not allow norecovery mount with quotacheck Christoph Hellwig (2): [6f7ce473cca4] xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate [35010cc72acc] xfs: flush inodegc before swapon Darrick J. Wong (2): [bc0651d93a7b] xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n [0ab5a2b9378b] xfs: fix data fork format filtering during inode repair Lukas Herbolt (1): [263b984ae26b] xfs: do not check NEEDSREPAIR if ro,norecovery mount. Code Diffstat: 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(-)