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: e2b718c00102 Merge tag 'fixes-6.13_2024-12-11' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into next-rc 8 new commits: Carlos Maiolino (1): [e2b718c00102] Merge tag 'fixes-6.13_2024-12-11' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into next-rc Christoph Hellwig (1): [13f3376dd82b] xfs: fix !quota build Darrick J. Wong (6): [a550e2cc48fb] xfs: don't move nondir/nonreg temporary repair files to the metadir namespace [cf00df0be43c] xfs: don't crash on corrupt /quotas dirent [3e1e596c2694] xfs: check pre-metadir fields correctly [6db6fa59a8e1] xfs: fix zero byte checking in the superblock scrubber [e6f431e6a3ef] xfs: return from xfs_symlink_verify early on V4 filesystems [bb77ec78c1ae] xfs: port xfs_ioc_start_commit to multigrain timestamps Code Diffstat: fs/xfs/libxfs/xfs_symlink_remote.c | 4 ++- fs/xfs/scrub/agheader.c | 71 ++++++++++++++++++++++++++++++-------- fs/xfs/scrub/tempfile.c | 12 ++++++- fs/xfs/xfs_exchrange.c | 14 ++++---- fs/xfs/xfs_qm.c | 7 ++++ fs/xfs/xfs_quota.h | 2 +- 6 files changed, 85 insertions(+), 25 deletions(-)