Hi Linus,

A set of fixes for the next -rc release. This pull request contains:

- Single range elevator discard merge fix, that caused crashes (Ming)

- Fix for a regression in O_DIRECT, where we could potentially lose the
  error value (Maximilian Heyne)

- NVMe pull request from Christoph, with little fixes all over the map
  for NVMe.


Please pull!


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


----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: warn when finding multi-port subsystems without multipathing enabled

Ewan D. Milne (1):
      nvme-fc: initialize nvme_req(rq)->ctrl after calling 
__nvme_fc_init_request()

Igor Konopko (1):
      nvme-pci: fix surprise removal

Jens Axboe (1):
      Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-linus

Keith Busch (1):
      nvme: Free ctrl device name on init failure

Maximilian Heyne (1):
      fs: fix lost error code in dio_complete

Ming Lei (1):
      block: fix single range discard merge

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

Sagi Grimberg (1):
      nvme: flush namespace scanning work just before removing namespaces

 block/blk-merge.c        | 2 +-
 drivers/nvme/host/core.c | 8 +++++---
 drivers/nvme/host/fc.c   | 2 +-
 drivers/nvme/host/nvme.h | 3 +++
 drivers/nvme/host/rdma.c | 2 ++
 fs/direct-io.c           | 4 ++--
 6 files changed, 14 insertions(+), 7 deletions(-)

-- 
Jens Axboe

Reply via email to