[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCHES] new barriers - 2
- From: Mikulas Patocka <mpatocka redhat com>
- To: device-mapper development <dm-devel redhat com>
- Cc: Alasdair G Kergon <agk redhat com>, Milan Broz <mbroz redhat com>
- Subject: [dm-devel] [PATCHES] new barriers - 2
- Date: Thu, 29 Jan 2009 09:43:14 -0500 (EST)
Hi
Here I announce 2nd version my new barrier support patches:
http://people.redhat.com/mpatocka/patches/kernel/barriers/
They are against 2.6.29-rc3.
The most important enhancement is that with these patches, device mapper
is able to send barrier requests to lower devices.
So it should be safe to enable write cache with hdparm -W 1 command on
disks used in lvm and get enhanced performance because of write caching.
(prior to this patch, if you enabled write cache, you'd get misordered
writes if you used journaling filesystems, because the barriers wouldn't
get through to the real devices).
The barriers should work on linear volumes, mirrors, snapshots and
multipath volumes. On mirrors and multipath, cache flush errors are
ignored (this may be further improved).
Mikulas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]