mbox series

[GIT,PULL] iomap: fixes for 5.17-rc3

Message ID 20220205024613.GV8313@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iomap: fixes for 5.17-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.17-fixes-1

Message

Darrick J. Wong Feb. 5, 2022, 2:46 a.m. UTC
Hi Linus,

Please pull this branch containing a single bugfix for iomap for
5.17-rc3.  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.

As usual, I did a test-merge with upstream master as of a few minutes
ago, and didn't see any conflicts.  Please let me know if you encounter
any problems.

--D

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.17-fixes-1

for you to fetch changes up to ebb7fb1557b1d03b906b668aa2164b51e6b7d19a:

  xfs, iomap: limit individual ioend chain lengths in writeback (2022-01-26 09:19:20 -0800)

----------------------------------------------------------------
Fixes for 5.17-rc2:
 - 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.

----------------------------------------------------------------
Dave Chinner (1):
      xfs, iomap: limit individual ioend chain lengths in writeback

 fs/iomap/buffered-io.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++----
 fs/xfs/xfs_aops.c      | 16 +++++++++++++++-
 include/linux/iomap.h  |  2 ++
 3 files changed, 65 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 5, 2022, 5:29 p.m. UTC | #1
The pull request you sent on Fri, 4 Feb 2022 18:46:13 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.17-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/524446e2179855534b425647dfc250757905aad8

Thank you!