From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wes Felter Subject: Re: dmcache project Date: Mon, 12 Oct 2009 14:47:50 -0500 Message-ID: References: <4bbcfcd40910101336t4cf3824bsf6fb58e12c350953@mail.gmail.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4bbcfcd40910101336t4cf3824bsf6fb58e12c350953@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids ganesh kumar wrote: > hello, > I am working on the dmcacheio project which is described in the > http://kernelnewbies.org/KernelProjects/DmCache.I am newbie to he > kernel modules..kindly give me the ideas to implement the project > through device mapper.hoping replies Someone already started on this: http://users.cis.fiu.edu/~zhaom/dmcache/index.html There are plenty of possible improvements: Parameter tuning (e.g. block size) Replacing the set associative crap with a fully associative hash table Sequential IO bypass Flash-optimized writeback (e.g. log-structured) Wes Felter