On 2020/04/30 23:45, Hannes Reinecke wrote:
>>> +unsigned int dmz_dev_zone_id(struct dmz_metadata *zmd, struct dm_zone
>>> *zone)
>>> +{
>>> + unsigned int zone_id;
>>> +
>>> + if (WARN_ON(!zone))
>>> + return 0;
>>> +
>>> + zone_id = zone->id;
>>> + if (zmd->nr_devs > 1 &&
>>> +
The pull request you sent on Thu, 30 Apr 2020 18:07:36 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
> tags/for-5.7/dm-fixes-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c45e8bccecaf633480d378daff11e122dfd5e96d
Thank you!
--
Hi Linus,
The following changes since commit 8267d8fb4819afa76b2a54dca48efdda6f0b1910:
dm integrity: fix logic bug in integrity tag testing (2020-04-03 13:07:41
-0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
tags/for
On Thu, Apr 30 2020 at 1:49pm -0400,
Gabriel Krisman Bertazi wrote:
> Gabriel Krisman Bertazi writes:
>
> > Hi Mike,
> >
> > Please find an updated version of HST integrating the change you
> > requested to also support BIO based multipath. I hope you don't mind me
> > folding the function yo
On 4/28/20 12:54 PM, Damien Le Moal wrote:
On 2020/04/20 19:09, Hannes Reinecke wrote:
Implement handling for metadata version 2. The new metadata adds
a label and UUID for the device mapper device, and additional UUID
for the underlying block devices.
It also allows for an additional regular dr