Hi folks, The vfs-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. I decided to push this out as a work branch for wider testing in for-next, though these patches may very well end up getting folded into either (a) Luis Chamberlain's work to auto-freeze filesystems; (b) the xfs tree for 6.6 if Shiyang Ruan's pmem failure notification work moves ahead; or (c) the xfs tree if that part of online fsck gets merged for 6.6. Either way, test early, test often. The new head of the vfs-for-next branch is commit: 59ba4fdd2d1f fs: wait for partially frozen filesystems 2 new commits: Darrick J. Wong (2): [880b9577855e] fs: distinguish between user initiated freeze and kernel initiated freeze [59ba4fdd2d1f] fs: wait for partially frozen filesystems Code Diffstat: Documentation/filesystems/vfs.rst | 6 +- block/bdev.c | 8 +-- fs/f2fs/gc.c | 8 ++- fs/gfs2/super.c | 12 ++-- fs/gfs2/sys.c | 4 +- fs/ioctl.c | 8 +-- fs/super.c | 113 ++++++++++++++++++++++++++++++++++---- include/linux/fs.h | 15 +++-- 8 files changed, 138 insertions(+), 36 deletions(-)