All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kent Overstreet <kmo-PEzghdH756F8UrSeD/g0lQ@public.gmane.org>
To: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] Bcache fixes for 3.11
Date: Tue, 16 Jul 2013 14:12:21 -0700	[thread overview]
Message-ID: <20130716211221.GD27000@kmo-pixel> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Kent Overstreet <kmo@daterainc.com>
To: axboe@kernel.dk
Cc: linux-kernel@vger.kernel.org, linux-bcache@vger.kernel.org
Subject: [GIT PULL] Bcache fixes for 3.11
Date: Tue, 16 Jul 2013 14:12:21 -0700	[thread overview]
Message-ID: <20130716211221.GD27000@kmo-pixel> (raw)

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(-)

             reply	other threads:[~2013-07-16 21:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16 21:12 Kent Overstreet [this message]
2013-07-16 21:12 ` [GIT PULL] Bcache fixes for 3.11 Kent Overstreet
2013-07-17  3:11 ` Jens Axboe
2013-07-17  3:11   ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2013-08-14 22:59 [GIT PULL] bcache " Kent Overstreet
2013-08-14 22:59 ` Kent Overstreet
2013-08-15  6:43 ` Stefan Priebe - Profihost AG
2013-08-15  6:43   ` Stefan Priebe - Profihost AG
2013-08-15  7:07   ` Kent Overstreet
     [not found]   ` <520C788A.1060208-2Lf/h1ldwEHR5kwTpVNS9A@public.gmane.org>
2013-08-16 10:11     ` Stefan Priebe - Profihost AG
2013-08-16 10:11       ` Stefan Priebe - Profihost AG

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130716211221.GD27000@kmo-pixel \
    --to=kmo-pezghdh756f8ursed/g0lq@public.gmane.org \
    --cc=axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org \
    --cc=linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.