Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbaLGVEw (ORCPT ); Sun, 7 Dec 2014 16:04:52 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:58264 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752005AbaLGVEr (ORCPT ); Sun, 7 Dec 2014 16:04:47 -0500 Message-ID: <5484C0E9.3060707@gmail.com> Date: Mon, 08 Dec 2014 06:04:41 +0900 From: Akira Hayakawa User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gregkh@linuxfoundation.org, snitzer@redhat.com, agk@redhat.com CC: linux-kernel@vger.kernel.org, dm-devel@redhat.com Subject: Re: [PATCH] staging: writeboost: Add dm-writeboost References: <5484498E.4000202@gmail.com> <20141207200834.GA2322@kroah.com> In-Reply-To: <20141207200834.GA2322@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Greg Kroah-Hartman please, and also the > driverdevel mailing list, which is where the rest of the staging patches > go. Sorry and yes, I will fix. > And, I'll need an ack from the dm maintainers before I can accept this > as something they think is ok and will get merged to the "real" part of > the kernel someday. OK. Mike and Alasdair, I need your ack - Akira On 12/8/14 5:08 AM, Greg KH wrote: > On Sun, Dec 07, 2014 at 09:35:26PM +0900, Akira Hayakawa wrote: >> --- /dev/null >> +++ b/drivers/staging/writeboost/TODO >> @@ -0,0 +1,47 @@ >> +TODO: >> + >> +- Expose bugs and fix them. >> +- Clean up the interfaces. Some input values should be limited in case user may choose too big values. >> +- Wait for proper review by Mike Snitzer. >> +- Fix up documents. >> + >> +------------------------------------------------------------------------- >> + >> +Project Ideas: >> + >> +1. Add read caching feature >> +Device-Mapper maintainer Mike Snitzer said that >> +a single target should provide caching for both reads and writes. >> +(cf. http://www.redhat.com/archives/dm-devel/2014-January/msg00078.html) >> + >> +To follow Mike's guide, I will implement read-caching for Writeboost. >> +The great idea is, at least conceptually, >> +sending back the read data to the write entrance. >> +I didn't notice this simple idea at that time of previous discussion. >> + >> +This should be done background and >> +some threshold to determine >> +which sequence of data should be staged. >> + >> +This feature will be implemented step-by-step. >> +I don't think this feature will change then interface drastically. >> + >> +2. Improve initialization time >> +Some user complains that the initialization is too slow. >> + >> +Any ideas? >> + >> +3. Reduce metadata footprint >> +Writeboost has a hash table in RAM for cache management. >> +This isn't cheap. >> + >> +Any ideas? >> + >> +------------------------------------------------------------------------- >> + >> +Please send any patches >> +To: >> +Akira Hayakawa >> +Cc: >> +Greg Kroah-Hartman > > Greg Kroah-Hartman please, and also the > driverdevel mailing list, which is where the rest of the staging patches > go. > > And, I'll need an ack from the dm maintainers before I can accept this > as something they think is ok and will get merged to the "real" part of > the kernel someday. > > thanks, > > greg k-h > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/