[GIT PULL] nvme updates for 5.10
Christoph Hellwig
hch at infradead.org
Sun Sep 27 03:23:43 EDT 2020
The following changes since commit 163090c14a42778c3ccfbdaf39133129bea68632:
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.10/drivers (2020-09-25 07:48:20 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-5.10-2020-09-27
for you to fetch changes up to 21cc2f3f799fa228f812f7ab971fa8d43c893392:
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue (2020-09-27 09:14:19 +0200)
----------------------------------------------------------------
nvme updates for 5.10
- fix keep alive timer modification (Amit Engel)
- order the PCI ID list more sensibly (Andy Shevchenko)
- cleanup the open by controller helper (Chaitanya Kulkarni)
- use an xarray for th CSE log lookup (Chaitanya Kulkarni)
- support ZNS in nvmet passthrough mode (Chaitanya Kulkarni)
- fix nvme_ns_report_zones (me)
- add a sanity check to nvmet-fc (James Smart)
- fix interrupt allocation when too many polled queues are specified
(Jeffle Xu)
- small nvmet-tcp optimization (Mark Wunderlich)
----------------------------------------------------------------
Amit Engel (1):
nvmet: handle keep-alive timer when kato is modified by a set features cmd
Andy Shevchenko (1):
nvme-pci: Move enumeration by class to be last in the table
Chaitanya Kulkarni (3):
nvme: lift the file open code from nvme_ctrl_get_by_path
nvme: use an xarray to lookup the Commands Supported and Effects log
nvmet: add passthru ZNS support
Christoph Hellwig (1):
nvme: fix error handling in nvme_ns_report_zones
James Smart (1):
nvmet-fc: fix missing check for no hostport struct
Jeffle Xu (1):
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue
Mark Wunderlich (1):
nvmet-tcp: have queue io_work context run on sock incoming cpu
drivers/nvme/host/core.c | 56 +++++++----------------------------------
drivers/nvme/host/nvme.h | 4 +--
drivers/nvme/host/pci.c | 35 +++++++++++++-------------
drivers/nvme/host/zns.c | 41 ++++++++++++------------------
drivers/nvme/target/admin-cmd.c | 2 ++
drivers/nvme/target/core.c | 4 +--
drivers/nvme/target/fc.c | 2 +-
drivers/nvme/target/nvmet.h | 2 ++
drivers/nvme/target/passthru.c | 43 +++++++++++++++++++++++--------
drivers/nvme/target/tcp.c | 21 ++++++++--------
10 files changed, 93 insertions(+), 117 deletions(-)
More information about the Linux-nvme
mailing list