mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
cd14f15b0e64b4dffa50ec6914093336fb1ac285
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
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%