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(-)