All of lore.kernel.org
 help / color / mirror / Atom feed
From: Spelic <spelic@shiftmail.org>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: dm-integrity: integrity protection device-mapper target
Date: Wed, 23 Jan 2013 10:15:09 +0100	[thread overview]
Message-ID: <50FFAA1D.8090402@shiftmail.org> (raw)
In-Reply-To: <Pine.LNX.4.64.1301221928350.21650@file.rdu.redhat.com>

On 01/23/13 02:29, Mikulas Patocka wrote:
> I am thinking about possibly rewriting it so that it has two hashes 
> per sector so that if either old or new data is read, at least one 
> hash matches and it won't result in data corruption. Mikulas 

Seems like a great idea, but have you thought that for it to work the 
new hash block has to be written before the new data block?

A naiive implementation would send a stream of flush requests and 
completely screw up the disk write cache...

It would be great if Linux could use ordered SCSI commands (that would 
be a feature of the disk but only of SCSI ones AFAIK, correct me if I am 
wrong) or had threaded I/O commands (that could be a feature of the 
elevator methinks) so implement dependencies among write commands and 
not completely screw up the disk cache like above. Is there any plan to 
do that?

  parent reply	other threads:[~2013-01-23  9:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-17  4:54 dm-integrity: integrity protection device-mapper target Mikulas Patocka
2013-01-18 21:43 ` Kasatkin, Dmitry
2013-01-18 23:16   ` Alasdair G Kergon
2013-01-18 23:58     ` Kasatkin, Dmitry
2013-01-21 13:51       ` Alan Cox
2013-01-21 13:51         ` Alan Cox
2013-01-21 10:37     ` Kasatkin, Dmitry
2013-01-21 10:38     ` Kasatkin, Dmitry
2013-01-23  1:29   ` Mikulas Patocka
2013-01-23  6:09     ` [dm-devel] " Will Drewry
2013-01-23 10:20       ` Kasatkin, Dmitry
2013-01-28  1:43         ` Will Drewry
2013-01-23  9:15     ` Spelic [this message]
2013-01-23 10:19     ` Kasatkin, Dmitry
2013-01-23 10:19       ` Kasatkin, Dmitry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50FFAA1D.8090402@shiftmail.org \
    --to=spelic@shiftmail.org \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.