All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Final block fixes for 3.16
Date: Mon, 21 Jul 2014 15:16:42 +0200	[thread overview]
Message-ID: <20140721131606.GA6399@kernel.dk> (raw)

Hi Linus,

Four small fixes that should go into 3.16, have been queued up for a bit
and delayed due to vacation and other euro duties. But here they are.
The pull request contains:

- Fix for a reported crash with shared tagging on SCSI from Christoph.

- A regression fix for drbd. From Lars Ellenberg.

- Hooking up the compat ioctl for BLKZEROOUT, which requires no
  translation. From Mikulas.

- A fix for a regression where we woud crash on queue exit if the
  root_blkg is gone/not there. From Tejun.


Please pull for 3.16!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Christoph Hellwig (1):
      block: don't assume last put of shared tags is for the host

Lars Ellenberg (1):
      drbd: fix regression 'out of mem, failed to invoke fence-peer helper'

Mikulas Patocka (1):
      block: provide compat ioctl for BLKZEROOUT

Tejun Heo (1):
      blkcg: don't call into policy draining if root_blkg is already gone

 block/blk-cgroup.c           |  7 +++++++
 block/blk-tag.c              | 33 +++++++--------------------------
 block/compat_ioctl.c         |  1 +
 drivers/block/drbd/drbd_nl.c |  6 ++++++
 4 files changed, 21 insertions(+), 26 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2014-07-21 13:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140721131606.GA6399@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.