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 *REBASED*. This has no patch changes from the previous state, the rebase was needed to fix a tag in one of the patches. No code changes. 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: 2d873efd174b xfs: flush inodegc before swapon 6 new commits: Carlos Maiolino (1): [9f0902091c33] xfs: Do not allow norecovery mount with quotacheck Christoph Hellwig (2): [3cd6a8056f5a] xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate [2d873efd174b] xfs: flush inodegc before swapon Darrick J. Wong (2): [66314e9a57a0] xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n [6e33017c3276] xfs: fix data fork format filtering during inode repair Lukas Herbolt (1): [9e00163c3167] 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(-)