]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Feb 2022 17:04:43 +0000 (09:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Feb 2022 17:04:43 +0000 (09:04 -0800)
commitf690d6f62fed1e9f31316e73599ff7769aedeebe
tree6e2c3237389b856c49e28c8394c97d6206158bbd
parent93343a967ed81c83544608ccf00cc9374e806269
parentd7b10409470ba1aa6b5570f5d107136d50e4d7e3
Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap fix from Darrick Wong:
 "A single bugfix for iomap.

  The fix should eliminate occasional complaints about stall warnings
  when a lot of writeback IO completes all at once and we have to then
  go clearing status on a large number of folios.

  Summary:

   - Limit the length of ioend chains in writeback so that we don't trip
     the softlockup watchdog and to limit long tail latency on clearing
     PageWriteback"

* tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs, iomap: limit individual ioend chain lengths in writeback