]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - net/rxrpc/af_rxrpc.c
Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:43:11 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:43:11 +0000 (11:43 -0700)
commit856726396d6548ef21a9b02e5b685ec39e555248
tree5d1ff58625e105c76922841afc224d64495cc789
parent98f312bc58156a5922b5a496119e3a42b0ad439a
parent825d8bbd2f32cb229c3b6653bd454832c3c20acb
Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:

 - Fix DM discard regressions due to DM core switching over to using
   queue_limits_set() without DM core and targets first being updated to
   set (and stack) discard limits in terms of max_hw_discard_sectors and
   not max_discard_sectors

 - Fix stable@ DM integrity discard support to set device's
   discard_granularity limit to the device's logical block size

* tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: always manage discard support in terms of max_hw_discard_sectors
  dm-integrity: set discard_granularity to logical block size
drivers/md/dm-cache-target.c
drivers/md/dm-clone-target.c
drivers/md/dm-thin.c
drivers/md/dm.c