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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Mar 2010 11:54:45 -0500
From:	Mike Snitzer <snitzer@...hat.com>
To:	"Martin K. Petersen" <martin.petersen@...cle.com>
Cc:	Eric Sandeen <sandeen@...hat.com>,
	Andreas Sundstrom <sunkan@...pa.cx>,
	linux-ext4@...r.kernel.org, dm-devel@...hat.com,
	linux-raid@...r.kernel.org, Christoph Hellwig <hch@...radead.org>
Subject: Re: discard + LVM

On Sun, Mar 7, 2010 at 12:38 PM, Martin K. Petersen
<martin.petersen@...cle.com> wrote:
>>>>>> "Eric" == Eric Sandeen <sandeen@...hat.com> writes:
>
> Eric> Andreas Sundstrom wrote:
>>> Hi..
>>>
>>> I have an OCZ agility SSD drive with FW 1.5 that supports the TRIM
>>> command.
>>>
>>> I can see that it works on a plain partition.  But it does not seem
>>> to work together with LVM.
>>>
>>> So I'm wondering if this is expected and whether it is something that
>>> will be worked on to get fixed?
>
> Eric> It is expected, as lvm is not yet passing discard requests.
>
> I'm working on this.  Missed the 2.6.34 merge window so I'm aiming at
> 2.6.35.

Hey Martin,

We've been scoping the work associated with adding discard support to
DM (afaik MD would need comparable infrastructure, e.g.: spliting
discard requests).

There is a fair amount of complexity associated with this work.
Especially when you look to support discards for some of the more
advanced DM targets.  Discard support for the 'linear' target is the
relatively low hanging fruit.  The 'striped' target gets more
interesting (having to split the discard into multiple discards to
submit to the appropriate underlying devices in the striped volume).

One thought was we might have a block layer hook along the lines of
the q->merge_bvec_fn (similar but hopefully less
problematic/controversial).  Christoph removed a hook that was vaguely
like this, but posed allocation problems, with linux-2.6 commit:
c15227de132f

Please feel free to share your patches/design with dm-devel.  (I'll
also check with Alasdair to see about making the dm-devel filtering
less prone to eat mail)

Thanks!
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ