From: Christian Brauner Date: Wed, 5 Nov 2025 08:37:47 +0000 (+0100) Subject: Merge patch series "fs: introduce super write guard" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73fd0dba0beb1d2d1695ee5452eac8dfabce3f9e;p=thirdparty%2Flinux.git Merge patch series "fs: introduce super write guard" Christian Brauner says: I'm in the process of adding a few more guards for vfs constructs. I've chosen the easy case of super_start_write() and super_end_write() and converted eligible callers. I think long-term we can move a lot of the manual placement to completely rely on guards - where sensible. * patches from https://patch.msgid.link/20251104-work-guards-v1-0-5108ac78a171@kernel.org: xfs: use super write guard in xfs_file_ioctl() open: use super write guard in do_ftruncate() btrfs: use super write guard in relocating_repair_kthread() ext4: use super write guard in write_mmp_block() btrfs: use super write guard in sb_start_write() btrfs: use super write guard btrfs_run_defrag_inode() btrfs: use super write guard in btrfs_reclaim_bgs_work() fs: add super_write_guard Link: https://patch.msgid.link/20251104-work-guards-v1-0-5108ac78a171@kernel.org Signed-off-by: Christian Brauner --- 73fd0dba0beb1d2d1695ee5452eac8dfabce3f9e