mbox series

[git,pull] device mapper fixes for 5.19-rc4

Message ID CAH6w=awrSaC5zmPEwR95mr02wtU5ti4qjXa-DiwpVe6XmzzcLQ@mail.gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Mike Snitzer
Headers show
Series [git,pull] device mapper fixes for 5.19-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.19/dm-fixes-4

Message

Mike Snitzer June 24, 2022, 3:22 a.m. UTC
Hi Linus,

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.19/dm-fixes-4

for you to fetch changes up to 90736eb3232d208ee048493f371075e4272e0944:

  dm mirror log: clear log bits up to BITS_PER_LONG boundary (2022-06-23 14:55:43 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM era to commit metadata during suspend using drain_workqueue
  instead of flush_workqueue.

- Fix DM core's dm_io_complete to not return early if io error is
  BLK_STS_AGAIN but bio polling is not in use.

- Fix DM core's dm_io_complete BLK_STS_DM_REQUEUE handling when dm_io
  represents a split bio.

- Fix recent DM mirror log regression by clearing bits up to
  BITS_PER_LONG boundary.

----------------------------------------------------------------
Mike Snitzer (1):
      dm: do not return early from dm_io_complete if BLK_STS_AGAIN without polling

Mikulas Patocka (1):
      dm mirror log: clear log bits up to BITS_PER_LONG boundary

Ming Lei (1):
      dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bio

Nikos Tsironis (1):
      dm era: commit metadata in postsuspend after worker stops

 drivers/md/dm-core.h       |  1 +
 drivers/md/dm-era-target.c |  8 +++++++-
 drivers/md/dm-log.c        |  2 +-
 drivers/md/dm.c            | 15 ++++++++++-----
 4 files changed, 19 insertions(+), 7 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel

Comments

pr-tracker-bot@kernel.org June 24, 2022, 6:44 p.m. UTC | #1
The pull request you sent on Thu, 23 Jun 2022 23:22:16 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.19/dm-fixes-4

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

Thank you!