linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Followup block changes for 5.2-rc1
Date: Thu, 16 May 2019 17:12:18 -0600	[thread overview]
Message-ID: <da4fdf69-a8dc-1e69-f3de-f0accaed544e@kernel.dk> (raw)

Hi Linus,

This pull request is mainly some late lightnvm changes that came in just
before the merge window, as well as fixes that have been queued up since
the initial pull request was frozen. This pull request contains:

- lightnvm changes, fixing race conditions, improving memory
  utilization, and improving pblk compatability (Chansol, Igor, Marcin)

- NVMe pull request with minor fixes all over the map (via Christoph)

- Remove redundant error print in sata_rcar (Geert)

- struct_size() cleanup (Jackie)

- dasd CONFIG_LBADF warning fix (Ming)

- brd cond_resched() improvement (Mikulas)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-5.2/block-post-20190516


----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme: trace all async notice events

Chansol Kim (1):
      lightnvm: pblk: fix bio leak when bio is split

Christoph Hellwig (2):
      nvme: change locking for the per-subsystem controller list
      nvme: validate cntlid during controller initialisation

Geert Uytterhoeven (1):
      sata_rcar: Remove ata_host_alloc() error printing

Gustavo A. R. Silva (1):
      nvme-pci: mark expected switch fall-through

Hannes Reinecke (2):
      nvme-fc: use separate work queue to avoid warning
      nvme-multipath: avoid crash on invalid subsystem cntlid enumeration

Igor Konopko (23):
      lightnvm: pblk: line reference fix in GC
      lightnvm: pblk: rollback on error during gc read
      lightnvm: pblk: reduce L2P memory footprint
      lightnvm: pblk: remove unused smeta_ssec field
      lightnvm: pblk: gracefully handle GC vmalloc fail
      lightnvm: pblk: fix race during put line
      lightnvm: pblk: ensure that erase is chunk aligned
      lightnvm: pblk: cleanly fail when there is not enough memory
      lightnvm: pblk: set proper read status in bio
      lightnvm: Inherit mdts from the parent nvme device
      lightnvm: pblk: fix lock order in pblk_rb_tear_down_check
      lightnvm: pblk: kick writer on write recovery path
      lightnvm: pblk: fix update line wp in OOB recovery
      lightnvm: pblk: propagate errors when reading meta
      lightnvm: pblk: wait for inflight IOs in recovery
      lightnvm: pblk: remove internal IO timeout
      lightnvm: pblk: GC error handling
      lightnvm: pblk: IO path reorganization
      lightnvm: pblk: recover only written metadata
      lightnvm: track inflight target creations
      lightnvm: do not remove instance under global lock
      lightnvm: pblk: simplify partial read path
      lightnvm: pblk: use nvm_rq_to_ppa_list()

Jackie Liu (1):
      block/bio-integrity: use struct_size() in kmalloc()

Jens Axboe (1):
      Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/block-post

Marcin Dziegielewski (2):
      lightnvm: pblk: set propper line as data_line after gc
      lightnvm: prevent race condition on pblk remove

Max Gurtovoy (1):
      nvme-rdma: remove redundant reference between ib_device and tagset

Maxim Levitsky (2):
      nvme-pci: init shadow doorbell after each reset
      nvme-pci: add known admin effects to augument admin effects log page

Mikulas Patocka (1):
      brd: add cond_resched to brd_free_pages

Ming Lei (1):
      s390/dasd: fix build warning in dasd_eckd_build_cp_raw

Minwoo Im (2):
      nvme-fabrics: remove unused argument
      nvme: fix typos in nvme status code values

 block/bio-integrity.c            |   3 +-
 drivers/ata/sata_rcar.c          |   1 -
 drivers/block/brd.c              |   6 +
 drivers/lightnvm/core.c          |  82 +++++---
 drivers/lightnvm/pblk-cache.c    |   8 +-
 drivers/lightnvm/pblk-core.c     |  65 ++++---
 drivers/lightnvm/pblk-gc.c       |  52 +++---
 drivers/lightnvm/pblk-init.c     |  65 +++----
 drivers/lightnvm/pblk-map.c      |   1 +
 drivers/lightnvm/pblk-rb.c       |  13 +-
 drivers/lightnvm/pblk-read.c     | 394 +++++++++++----------------------------
 drivers/lightnvm/pblk-recovery.c |  74 +++++---
 drivers/lightnvm/pblk-write.c    |   1 +
 drivers/lightnvm/pblk.h          |  28 +--
 drivers/nvme/host/core.c         |  79 ++++----
 drivers/nvme/host/fabrics.c      |   4 +-
 drivers/nvme/host/fc.c           |  14 +-
 drivers/nvme/host/lightnvm.c     |   1 +
 drivers/nvme/host/multipath.c    |   2 +-
 drivers/nvme/host/pci.c          |   4 +-
 drivers/nvme/host/rdma.c         |  34 +---
 drivers/nvme/host/trace.h        |   1 +
 drivers/s390/block/dasd_eckd.c   |   2 +-
 include/linux/lightnvm.h         |   2 +
 include/linux/nvme.h             |   4 +-
 25 files changed, 398 insertions(+), 542 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2019-05-16 23:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16 23:12 Jens Axboe [this message]
2019-05-17  2:25 ` [GIT PULL] Followup block changes for 5.2-rc1 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=da4fdf69-a8dc-1e69-f3de-f0accaed544e@kernel.dk \
    --to=axboe@kernel.dk \
    --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).