linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.6-rc
Date: Fri, 13 Mar 2020 11:48:53 -0600	[thread overview]
Message-ID: <37c30445-fd2a-f0a0-ae8b-f32c90f8c993@fb.com> (raw)

Hi Linus,

A few fixes that should go into this release. This pull request
contains:

- Fix for a corruption issue with the s390 dasd driver (Stefan)

- Fixup/improvement for the flush insertion change that we had in this
  series (Ming)

- Fix for the partition suppor for host aware zoned devices
  (Shin'ichiro)

- Fix incorrect blk-iocost comparison (Tejun)

Diffstat looks large, but that's a) mostly dasd, and b) the flush fix
from Ming adds a big comment.

Please pull!


  git://git.kernel.dk/linux-block.git tags/block-5.6-2020-03-13


----------------------------------------------------------------
Ming Lei (1):
      blk-mq: insert flush request to the front of dispatch queue

Shin'ichiro Kawasaki (1):
      block: Fix partition support for host aware zoned block devices

Stefan Haberland (1):
      s390/dasd: fix data corruption for thin provisioned devices

Tejun Heo (1):
      blk-iocost: fix incorrect vtime comparison in iocg_is_idle()

 block/blk-iocost.c             |   2 +-
 block/blk-mq-sched.c           |  22 ++++++
 block/genhd.c                  |  36 +++++++++
 drivers/s390/block/dasd.c      |  27 ++++++-
 drivers/s390/block/dasd_eckd.c | 163 +++++++++++++++++++++++++++++++++++++++--
 drivers/s390/block/dasd_int.h  |  15 +++-
 include/linux/genhd.h          |  13 +---
 7 files changed, 253 insertions(+), 25 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2020-03-13 17:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 17:48 Jens Axboe [this message]
2020-03-13 20:25 ` [GIT PULL] Block fixes for 5.6-rc pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-03-21 18:38 Jens Axboe
2020-03-21 19:15 ` pr-tracker-bot
2020-03-07 19:14 Jens Axboe
2020-03-07 20:25 ` pr-tracker-bot
2020-02-28 18:44 Jens Axboe
2020-02-28 19:55 ` pr-tracker-bot

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=37c30445-fd2a-f0a0-ae8b-f32c90f8c993@fb.com \
    --to=axboe@fb.com \
    --cc=linux-block@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 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).