From: Linus Torvalds Date: Sat, 18 Apr 2020 18:46:39 +0000 (-0700) Subject: Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux X-Git-Tag: v5.10.7~2771 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0d73a868d9b411bd2d0c8e5ff9d98bfa8563cb1;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'xfs-5.7-fixes-3' of git://git./fs/xfs/xfs-linux Pull xfs fixes from Darrick Wong: "The three commits here fix some livelocks and other clashes with fsfreeze, a potential corruption problem, and a minor race between processes freeing and allocating space when the filesystem is near ENOSPC. Summary: - Fix a partially uninitialized variable. - Teach the background gc threads to apply for fsfreeze protection. - Fix some scaling problems when multiple threads try to flush the filesystem when we're about to hit ENOSPC" * tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: move inode flush to the sync workqueue xfs: fix partially uninitialized structure in xfs_reflink_remap_extent xfs: acquire superblock freeze protection on eofblocks scans --- c0d73a868d9b411bd2d0c8e5ff9d98bfa8563cb1