All of lore.kernel.org
 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] Block fixes for 5.11-rc5
Date: Sun, 24 Jan 2021 11:50:17 -0700	[thread overview]
Message-ID: <c97bdf40-6552-ab35-3071-a5b96855c80a@kernel.dk> (raw)

Hi Linus,

- NVMe pull request from Christoph:
	- fix a status code in nvmet (Chaitanya Kulkarni)
	- avoid double completions in nvme-rdma/nvme-tcp (Chao Leng)
	- fix the CMB support to cope with NVMe 1.4 controllers (Klaus Jensen)
	- fix PRINFO handling in the passthrough ioctl (Revanth Rajashekar)
	- fix a double DMA unmap in nvme-pci

- lightnvm error path leak fix (Pan)

- MD pull request from Song:
	- Flush request fix (Xiao)

Please pull!


The following changes since commit b4f664252f51e119e9403ef84b6e9ff36d119510:

  Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11 (2021-01-14 15:17:33 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-24

for you to fetch changes up to 97784481757fba7570121a70dd37ca74a29f50a8:

  lightnvm: fix memory leak when submit fails (2021-01-21 05:45:51 -0700)

----------------------------------------------------------------
block-5.11-2021-01-24

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvmet: set right status on error in id-ns handler

Chao Leng (2):
      nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
      nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout

Christoph Hellwig (2):
      nvme-pci: refactor nvme_unmap_data
      nvme-pci: fix error unwind in nvme_map_data

Jens Axboe (2):
      Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.11
      Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11

Klaus Jensen (1):
      nvme-pci: allow use of cmb on v1.4 controllers

Pan Bian (1):
      lightnvm: fix memory leak when submit fails

Revanth Rajashekar (1):
      nvme: check the PRINFO bit before deciding the host buffer length

Xiao Ni (1):
      md: Set prev_flush_start and flush_bio in an atomic way

 drivers/lightnvm/core.c         |   3 +-
 drivers/md/md.c                 |   2 +
 drivers/nvme/host/core.c        |  17 +++++-
 drivers/nvme/host/pci.c         | 119 +++++++++++++++++++++++++++-------------
 drivers/nvme/host/rdma.c        |  15 +++--
 drivers/nvme/host/tcp.c         |  14 +++--
 drivers/nvme/target/admin-cmd.c |   8 ++-
 include/linux/nvme.h            |   6 ++
 8 files changed, 132 insertions(+), 52 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-01-24 18:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-24 18:50 Jens Axboe [this message]
2021-01-24 20:33 ` [GIT PULL] Block fixes for 5.11-rc5 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=c97bdf40-6552-ab35-3071-a5b96855c80a@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.