From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [GIT] Bcache version 12 Date: Mon, 19 Sep 2011 10:28:03 +0300 Message-ID: References: <20110910064531.GA32536@moria> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org, axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, neilb-l3A5Bk7waGM@public.gmane.org To: Kent Overstreet Return-path: In-Reply-To: <20110910064531.GA32536@moria> Sender: linux-bcache-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org Hi Kent, On Sat, Sep 10, 2011 at 9:45 AM, Kent Overstreet wrote: > bcache, n.: a cache for arbitrary block devices that uses an SSD > > It's probably past time I started poking people to see about getting > this stuff in. It's synced up with mainline, the documentation is for > once relatively up to date, and it looks just about production ready. > > Suggestions are more than welcome on how to make it easier to review - > it's entirely too much code, I know (near 10k lines now). I'll be > emailing the patches that touch other parts of the kernel separately. > > Short overview: > Bcache does both writethrough and writeback caching. It presents itself > as a new block device, a bit like say md. You can cache an arbitrary > number of block devices with a single cache device, and attach and > detach things at runtime - it's quite flexible. The changelog is pretty useless for people like myself who have never heard of bcache before because it lacks any explanation why bcache is useful (i.e. a real-world use case). Pekka