OSDN Git Service

Merge tag 'iomap-write-race-testing-6.2_2022-11-30' of git://git.kernel.org/pub/scm...
authorDarrick J. Wong <djwong@kernel.org>
Wed, 30 Nov 2022 17:25:10 +0000 (09:25 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 30 Nov 2022 17:25:10 +0000 (09:25 -0800)
commitcd14f15b0e64b4dffa50ec6914093336fb1ac285
treeb67e276af1fbba40cfc3c62803e60aa7a42bdb06
parent7dd73802f97d2a1602b1cf5c1d6623fb08cb15c5
parent254e3459285cbf2174350bbc0051e475e1bc5196
Merge tag 'iomap-write-race-testing-6.2_2022-11-30' of git://git./linux/kernel/git/djwong/xfs-linux into xfs-6.2-mergeC

xfs: add knobs for testing iomap write race fixes

This series is a followup to Dave Chinner's series entitled
"xfs, iomap: fix data corruption due to stale cached iomaps".
The two patches here add debugging knobs to introduce artificial delays
into the pagecache write and writeback code to facilitate testing of the
iomap invalidation code.  New tracepoints are also introduced so that
fstests can look for the invalidations.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
* tag 'iomap-write-race-testing-6.2_2022-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: add debug knob to slow down write for fun
  xfs: add debug knob to slow down writeback for fun