Hi all, Here's a couple of bug fixes for 6.0. The first patch teaches XFS to report errors from disk write cache flushes up the stack; and the second fixes an intermittent hang I see during quotacheck when reclaim and the quotacheck dquot flush race to write the dquot buffer to disk. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-6.0-fixes --- fs/xfs/xfs_file.c | 22 ++++++++++++++-------- fs/xfs/xfs_log.c | 11 +++++++++-- fs/xfs/xfs_qm.c | 5 +++++ 3 files changed, 28 insertions(+), 10 deletions(-)