Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933469Ab3HNW7C (ORCPT ); Wed, 14 Aug 2013 18:59:02 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:65139 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933411Ab3HNW7A (ORCPT ); Wed, 14 Aug 2013 18:59:00 -0400 Date: Wed, 14 Aug 2013 15:59:04 -0700 From: Kent Overstreet To: Jens Axboe Cc: linux-kernel@vger.kernel.org, linux-bcache@vger.kernel.org Subject: [GIT PULL] bcache fixes for 3.11 Message-ID: <20130814225904.GA6427@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: 1591 Lines: 41 Jens, here's the latest bcache fixes. Some urgent stuff in here: The following changes since commit 79826c35eb99cd3c0873b8396f45fa26c87fb0b0: bcache: Allocation kthread fixes (2013-07-12 00:22:49 -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 0434a516e99ee51ac2d0dfa71b2f56c89ac5db05: bcache: Fix a flush/fua performance bug (2013-08-14 15:44:51 -0700) ---------------------------------------------------------------- Gabriel de Perthuis (1): bcache: Strip endline when writing the label through sysfs Geert Uytterhoeven (1): bcache: Correct printf()-style format length modifier Kent Overstreet (4): bcache: Fix a dumb journal discard bug bcache: Fix for when no journal entries are found bcache: Fix a writeback performance regression bcache: Fix a flush/fua performance bug drivers/md/bcache/bcache.h | 7 +++---- drivers/md/bcache/btree.c | 2 +- drivers/md/bcache/journal.c | 33 ++++++++++++++++++++------------- drivers/md/bcache/sysfs.c | 9 +++++++-- drivers/md/bcache/util.c | 11 ++++++++++- drivers/md/bcache/util.h | 12 +++++++++--- drivers/md/bcache/writeback.c | 37 ++++++++++++++++++------------------- 7 files changed, 68 insertions(+), 43 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/