Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964780Ab3GPVMR (ORCPT ); Tue, 16 Jul 2013 17:12:17 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:58772 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752741Ab3GPVMP (ORCPT ); Tue, 16 Jul 2013 17:12:15 -0400 Date: Tue, 16 Jul 2013 14:12:21 -0700 From: Kent Overstreet To: axboe@kernel.dk Cc: linux-kernel@vger.kernel.org, linux-bcache@vger.kernel.org Subject: [GIT PULL] Bcache fixes for 3.11 Message-ID: <20130716211221.GD27000@kmo-pixel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1637 Lines: 43 Hey Jens - I've been busy torture testing and chasing bugs, here's the fruits of my labors. These are all fairly small fixes, some of them quite important: The following changes since commit 8e51e414a3c6d92ef2cc41720c67342a8e2c0bf7: bcache: Use standard utility code (2013-07-01 14:43:53 -0700) are available in the git repository at: git://evilpiepirate.org/~kent/linux-bcache.git bcache-for-3.11 for you to fetch changes up to 79826c35eb99cd3c0873b8396f45fa26c87fb0b0: bcache: Allocation kthread fixes (2013-07-12 00:22:49 -0700) ---------------------------------------------------------------- Dan Carpenter (1): bcache: check for allocation failures Kent Overstreet (7): bcache: Fix a dumb race bcache: Advertise that flushes are supported bcache: Fix a sysfs splat on shutdown bcache: Shutdown fix bcache: Journal replay fix bcache: Fix GC_SECTORS_USED() calculation bcache: Allocation kthread fixes drivers/md/bcache/alloc.c | 18 ++++++++---------- drivers/md/bcache/bcache.h | 5 +---- drivers/md/bcache/btree.c | 4 +++- drivers/md/bcache/closure.c | 6 ++++-- drivers/md/bcache/journal.c | 7 ++++++- drivers/md/bcache/request.c | 8 +++++++- drivers/md/bcache/super.c | 42 ++++++++++++++++++++++++++++++------------ drivers/md/bcache/sysfs.c | 2 ++ 8 files changed, 61 insertions(+), 31 deletions(-) -- 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/