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. This is a short branch fixing the fs freeze locking races that we were discussing earlier this week. I haven't decided if I really want to send the code cleanups for 5.10 (-fixes-2) but the first tag (-fixes-1) solves some real corruption problems. The new head of the vfs-for-next branch is commit: 9b8523423b23 vfs: move __sb_{start,end}_write* to fs.h New Commits: Darrick J. Wong (3): [22843291efc9] vfs: remove lockdep bogosity in __sb_start_write [8a3c84b649b0] vfs: separate __sb_start_write into blocking and non-blocking helpers [9b8523423b23] vfs: move __sb_{start,end}_write* to fs.h Code Diffstat: fs/aio.c | 2 +- fs/io_uring.c | 3 +-- fs/super.c | 49 ------------------------------------------------- include/linux/fs.h | 38 +++++++++++++++++++++++++++----------- 4 files changed, 29 insertions(+), 63 deletions(-)