Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCHSET 0/2] xfs: random fixes for 6.0
@ 2022-08-04 18:06 Darrick J. Wong
  2022-08-04 18:06 ` [PATCH 1/2] xfs: check return codes when flushing block devices Darrick J. Wong
  2022-08-04 18:06 ` [PATCH 2/2] xfs: fix intermittent hang during quotacheck Darrick J. Wong
  0 siblings, 2 replies; 8+ messages in thread
From: Darrick J. Wong @ 2022-08-04 18:06 UTC (permalink / raw)
  To: djwong; +Cc: linux-xfs, david

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-07 22:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 18:06 [PATCHSET 0/2] xfs: random fixes for 6.0 Darrick J. Wong
2022-08-04 18:06 ` [PATCH 1/2] xfs: check return codes when flushing block devices Darrick J. Wong
2022-08-04 23:04   ` Dave Chinner
2022-08-04 23:17     ` Darrick J. Wong
2022-08-04 18:06 ` [PATCH 2/2] xfs: fix intermittent hang during quotacheck Darrick J. Wong
2022-08-05  1:57   ` Dave Chinner
2022-08-05  5:46     ` Darrick J. Wong
2022-08-07 22:33       ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox