lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20201006084332.GA9979@veeam.com>
Date:   Tue, 6 Oct 2020 11:43:32 +0300
From:   Sergei Shtepa <sergei.shtepa@...am.com>
To:     Konstantin Khlebnikov <koct9i@...il.com>
CC:     Jens Axboe <axboe@...nel.dk>,
        "mchehab+huawei@...nel.org" <mchehab+huawei@...nel.org>,
        David Miller <davem@...emloft.net>,
        "robh@...nel.org" <robh@...nel.org>,
        "damien.lemoal@....com" <damien.lemoal@....com>,
        Jan Kara <jack@...e.cz>,
        "ming.lei@...hat.com" <ming.lei@...hat.com>,
        "steve@....org" <steve@....org>,
        "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
        linux-kbuild <linux-kbuild@...r.kernel.org>,
        "linux-block@...r.kernel.org" <linux-block@...r.kernel.org>
Subject: Re: [PATCH 1/1] blk-snap - Block snapshot module This module
 implements snapshot and changed block tracking functionality. It is intended
 to create backup copies of any block devices without usage of device-mapper.

Thanks for the answer.

Unfortunately, blk-rq-qos cannot be used efficiently for this purpose.
blk-rq-qos is good for collecting request queue processing metrics.
The level at which the interception is performed is too low - it happens 
after the device driver has already received the request for processing.

For the filter to work efficiently, we need to ensure that the interception
is performed on a higher level. It is required to put processing of 
multiple BIOs on hold while COW algorithm is being executed for them.
We must not be blocking the request processing queue, and also we would
like to avoid impacting the IO scheduler operations.

-- 
Sergei Shtepa
Veeam Software developer.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ