linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 3.15-rc1
@ 2014-04-10 15:56 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2014-04-10 15:56 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

A small collection of fixes that should go in before -rc1. The pull
request contains:

- A two patch fix for a regression with block enabled tagging caused by
  a commit in the initial pull request. One patch is from Martin and
  ensures that SCSI doesn't truncate 64-bit block flags, the other one
  is from me and prevents us from double using struct request queuelist
  for both completion and busy tags. This caused anything from a boot
  crash for some, to crashes under load.

- A blk-mq fix for a potential soft stall when hot unplugging CPUs with
  busy IO.

- percpu_counter fix is listed in here, that caused a suspend issue with
  virtio-blk due to percpu counters having an inconsistent state during
  CPU removal. Andrew sent this in separately a few days ago, but it's
  here. JFYI.

- A few fixes for block integrity from Martin.

- A ratelimit fix for loop from Mike Galbraith, to avoid spewing too
  much in error cases.


Please pull!


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

----------------------------------------------------------------
Jens Axboe (3):
      percpu_counter: fix bad counter state during suspend
      blk-mq: fix potential stall during CPU unplug with IO pending
      block: fix regression with block enabled tagging

Martin K. Petersen (4):
      block: Fix for_each_bvec()
      block: Fix integrity verification
      block: Ensure we only enable integrity metadata for reads and writes
      scsi: Make sure cmd_flags are 64-bit

Mike Galbraith (1):
      drivers/block/loop.c: ratelimit error messages

 block/blk-core.c           |  2 +-
 block/blk-mq.c             |  8 ++++++--
 block/blk-softirq.c        | 17 ++++++-----------
 block/blk.h                |  2 +-
 block/elevator.c           |  2 ++
 drivers/block/loop.c       |  8 ++++----
 drivers/scsi/scsi_lib.c    |  4 ++--
 fs/bio-integrity.c         | 22 ++++++++++++----------
 include/linux/bio.h        |  6 +++---
 include/linux/blk_types.h  |  2 ++
 include/linux/blkdev.h     | 13 ++++++++++++-
 include/scsi/scsi_device.h |  4 ++--
 lib/percpu_counter.c       |  2 +-
 13 files changed, 54 insertions(+), 38 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-10 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 15:56 [GIT PULL] Block fixes for 3.15-rc1 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).