linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.6-rc
@ 2020-03-21 18:38 Jens Axboe
  2020-03-21 19:15 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-03-21 18:38 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Just two NVMe fabrics fixes that should go into 5.6. Please pull!


  git://git.kernel.dk/linux-block.git tags/block-5.6-20200320


----------------------------------------------------------------
Jens Axboe (1):
      Merge branch 'nvme-5.6-rc6' of git://git.infradead.org/nvme into block-5.6

Prabhath Sajeepa (1):
      nvme-rdma: Avoid double freeing of async event data

Sagi Grimberg (1):
      nvmet-tcp: set MSG_MORE only if we actually have more to send

 drivers/nvme/host/rdma.c  |  8 +++++---
 drivers/nvme/target/tcp.c | 12 +++++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Block fixes for 5.6-rc
  2020-03-21 18:38 [GIT PULL] Block fixes for 5.6-rc Jens Axboe
@ 2020-03-21 19:15 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-03-21 19:15 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 21 Mar 2020 12:38:40 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.6-20200320

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b74b991fb8b9d642b8fea20d6245c6e19125a305

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Block fixes for 5.6-rc
  2020-03-13 17:48 Jens Axboe
@ 2020-03-13 20:25 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-03-13 20:25 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 13 Mar 2020 11:48:53 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17829c5a42f776463b305f8a9ccac55a3f473e1d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Block fixes for 5.6-rc
@ 2020-03-13 17:48 Jens Axboe
  2020-03-13 20:25 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-03-13 17:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Block fixes for 5.6-rc
  2020-03-07 19:14 Jens Axboe
@ 2020-03-07 20:25 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-03-07 20:25 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 7 Mar 2020 12:14:14 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5dfcc13902bfb6d252b84e234bfc4cdba76c1069

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Block fixes for 5.6-rc
@ 2020-03-07 19:14 Jens Axboe
  2020-03-07 20:25 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-03-07 19:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Here are a few fixes that should go into this release. This pull request
contains:

- Revert of a bad bcache patch from this merge window

- Removed unused function (Daniel)

- Fixup for the blktrace fix from Jan from this release (Cengiz)

- Fix of deeper level bfqq overwrite in BFQ (Carlo)

Please pull!


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


----------------------------------------------------------------
Carlo Nonato (1):
      block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()

Cengiz Can (1):
      blktrace: fix dereference after null check

Daniel Wagner (1):
      block: Remove used kblockd_schedule_work_on()

Jens Axboe (1):
      Revert "bcache: ignore pending signals when creating gc and allocator thread"

 block/bfq-cgroup.c        |  9 +++++----
 block/blk-core.c          |  6 ------
 drivers/md/bcache/alloc.c | 18 ++----------------
 drivers/md/bcache/btree.c | 13 -------------
 include/linux/blkdev.h    |  1 -
 kernel/trace/blktrace.c   |  5 ++++-
 6 files changed, 11 insertions(+), 41 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Block fixes for 5.6-rc
  2020-02-28 18:44 Jens Axboe
@ 2020-02-28 19:55 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-02-28 19:55 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 28 Feb 2020 11:44:21 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.6-2020-02-28

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2edc78b9a4b868d7bfee4f87ea29f2df19b6e955

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Block fixes for 5.6-rc
@ 2020-02-28 18:44 Jens Axboe
  2020-02-28 19:55 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-02-28 18:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

A few fixes for the block side that should go into this release. This
pull request contains:

- Passthrough insertion fix (Ming)

- Kill off some unused arguments (John)

- blktrace RCU fix (Jan)

- Dead fields removal for null_blk (Dongli)

- NVMe polled IO fix (Bijan)

Please pull!


  git://git.kernel.dk/linux-block.git tags/block-5.6-2020-02-28


----------------------------------------------------------------
Bijan Mottahedeh (1):
      nvme-pci: Hold cq_poll_lock while completing CQEs

Dongli Zhang (1):
      null_blk: remove unused fields in 'nullb_cmd'

Jan Kara (1):
      blktrace: Protect q->blk_trace with RCU

Jens Axboe (1):
      Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6

John Garry (1):
      blk-mq: Remove some unused function arguments

Ming Lei (1):
      blk-mq: insert passthrough request into hctx->dispatch directly

 block/blk-flush.c             |   2 +-
 block/blk-mq-sched.c          |  22 +++++---
 block/blk-mq-tag.c            |   4 +-
 block/blk-mq-tag.h            |   4 +-
 block/blk-mq.c                |  28 ++++++-----
 block/blk-mq.h                |   5 +-
 drivers/block/null_blk.h      |   3 --
 drivers/block/null_blk_main.c |   2 -
 drivers/nvme/host/pci.c       |   2 +-
 include/linux/blkdev.h        |   2 +-
 include/linux/blktrace_api.h  |  18 +++++--
 kernel/trace/blktrace.c       | 114 ++++++++++++++++++++++++++++++------------
 12 files changed, 136 insertions(+), 70 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-03-21 19:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-21 18:38 [GIT PULL] Block fixes for 5.6-rc Jens Axboe
2020-03-21 19:15 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-03-13 17:48 Jens Axboe
2020-03-13 20:25 ` 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

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