Hi Linus, Please pull this second branch containing new XFS code for 6.0. There's not a lot time around, just the usual bug fixes and corrections for missing error returns. As usual, I did a test-merge with upstream master as of a few minutes ago, and it completed flawlessly. Please let me know if you encounter any problems. --D The following changes since commit 5e9466a5d0604e20082d828008047b3165592caf: xfs: delete extra space and tab in blank line (2022-07-31 09:21:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.20-merge-8 for you to fetch changes up to 031d166f968efba6e4f091ff75d0bb5206bb3918: xfs: fix inode reservation space for removing transaction (2022-08-10 17:43:49 -0700) ---------------------------------------------------------------- New code for 6.0: - Return error codes from block device flushes to userspace. - Fix a deadlock between reclaim and mount time quotacheck. - Fix an unnecessary ENOSPC return when doing COW on a filesystem with severe free space fragmentation. - Fix a miscalculation in the transaction reservation computations for file removal operations. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Chandan Babu R (1): xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork Darrick J. Wong (2): xfs: check return codes when flushing block devices xfs: fix intermittent hang during quotacheck hexiaole (1): xfs: fix inode reservation space for removing transaction fs/xfs/libxfs/xfs_trans_resv.c | 2 +- fs/xfs/xfs_file.c | 22 +++-- fs/xfs/xfs_log.c | 12 ++- fs/xfs/xfs_qm.c | 5 ++ fs/xfs/xfs_reflink.c | 198 +++++++++++++++++++++++++++++++++-------- 5 files changed, 193 insertions(+), 46 deletions(-)