All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block driver pull for 3.18
Date: Sat, 18 Oct 2014 08:53:18 -0600	[thread overview]
Message-ID: <20141018145318.GB31955@kernel.dk> (raw)

Hi Linus,

This is the block driver pull request for 3.18. Not a lot in there this
round, and nothing earth shattering.

- A round of drbd fixes from the linbit team, and an improvement in
  asender performance.

- Removal of deprecated (and unused) IRQF_DISABLED flag in rsxx and hd
  from Michael Opdenacker.

- Disable entropy collection from flash devices by default, from Mike
  Snitzer.

- A small collection of xen blkfront/back fixes from Roger Pau Monné and
  Vitaly Kuznetsov.

Please pull!

  git://git.kernel.dk/linux-block.git for-3.18/drivers

----------------------------------------------------------------
Andreas Gruenbacher (5):
      drbd: Use better variable names
      drbd: Use consistent names for all the bi_end_io callbacks
      drbd: Avoid inconsistent locking warning
      drbd: Get rid of the __no_warn and __cond_lock macros
      drbd: Get rid of the WORK_PENDING macro

Arianna Avanzini (1):
      xen, blkfront: factor out flush-related checks from do_blkif_request()

Jens Axboe (1):
      Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/.../konrad/xen into for-3.18/drivers

Lai Jiangshan (2):
      drbd: compute the end before rb_insert_augmented()
      drbd: use RB_DECLARE_CALLBACKS() to define augment callbacks

Lars Ellenberg (2):
      drbd: Improve asender performance
      drbd: reduce lock contention in drbd_worker

Michael Opdenacker (2):
      block: hd: remove deprecated IRQF_DISABLED
      rsxx: Remove deprecated IRQF_DISABLED

Mike Snitzer (1):
      block: disable entropy contributions for nonrot devices

Philipp Marek (1):
      drbd: Remove superfluous newline from "resync_extents" debugfs entry.

Philipp Reisner (1):
      drbd: Add missing newline in resync progress display in /proc/drbd

Roger Pau Monné (1):
      xen-blkback: fix leak on grant map error path

Roger Pau Monné (1):
Vitaly Kuznetsov (1):
      xen/blkback: unmap all persistent grants when frontend gets disconnected

 drivers/block/drbd/drbd_actlog.c    |  4 +--
 drivers/block/drbd/drbd_bitmap.c    |  6 ++---
 drivers/block/drbd/drbd_debugfs.c   |  2 +-
 drivers/block/drbd/drbd_int.h       | 19 +++++++-------
 drivers/block/drbd/drbd_interval.c  | 40 +++++-----------------------
 drivers/block/drbd/drbd_main.c      | 28 ++++++++++----------
 drivers/block/drbd/drbd_proc.c      |  4 ++-
 drivers/block/drbd/drbd_receiver.c  | 52 +++++++++++++++++++++----------------
 drivers/block/drbd/drbd_req.c       |  2 +-
 drivers/block/drbd/drbd_state.c     | 18 ++++++-------
 drivers/block/drbd/drbd_worker.c    | 51 +++++++++++++++---------------------
 drivers/block/hd.c                  | 12 +--------
 drivers/block/mtip32xx/mtip32xx.c   |  1 +
 drivers/block/nbd.c                 |  1 +
 drivers/block/null_blk.c            |  1 +
 drivers/block/nvme-core.c           |  1 +
 drivers/block/rsxx/core.c           |  2 +-
 drivers/block/rsxx/dev.c            |  1 +
 drivers/block/skd_main.c            |  1 +
 drivers/block/xen-blkback/blkback.c |  1 +
 drivers/block/xen-blkback/xenbus.c  |  6 ++---
 drivers/block/xen-blkfront.c        | 12 ++++++---
 drivers/block/zram/zram_drv.c       |  1 +
 drivers/ide/ide-disk.c              |  4 ++-
 drivers/md/bcache/super.c           |  1 +
 drivers/mmc/card/queue.c            |  1 +
 drivers/mtd/mtd_blkdevs.c           |  1 +
 drivers/s390/block/scm_blk.c        |  1 +
 drivers/s390/block/xpram.c          |  1 +
 drivers/scsi/sd.c                   |  4 ++-
 30 files changed, 132 insertions(+), 147 deletions(-)
-- 
Jens Axboe


                 reply	other threads:[~2014-10-18 14:53 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=20141018145318.GB31955@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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.