The following changes since commit cd2c7545ae1beac3b6aae033c7f31193b3255946: bio: limit bio max size (2021-05-03 11:00:11 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-05 for you to fetch changes up to 4a20342572f66c5b20a1ee680f5ac0a13703748f: nvmet: remove unsupported command noise (2021-05-04 09:39:26 +0200) ---------------------------------------------------------------- nvme updates for Linux 5.13 - reset the bdev to ns head when failover (Daniel Wagner) - remove unsupported command noise (Keith Busch) - misc passthrough improvements (Kanchan Joshi) - fix controller ioctl through ns_head (Minwoo Im) - fix controller timeouts during reset (Tao Chiu) ---------------------------------------------------------------- Daniel Wagner (1): nvme-multipath: reset bdev to ns head when failover Kanchan Joshi (2): nvme: add nvme_get_ns helper nvme: avoid memset for passthrough requests Keith Busch (1): nvmet: remove unsupported command noise Minwoo Im (1): nvme: fix controller ioctl through ns_head Tao Chiu (2): nvme: move the fabrics queue ready check routines to core nvme-pci: fix controller reset hang when racing with nvme_timeout drivers/nvme/host/core.c | 98 +++++++++++++++++++++++++++++------------ drivers/nvme/host/fabrics.c | 57 ------------------------ drivers/nvme/host/fabrics.h | 13 ------ drivers/nvme/host/fc.c | 4 +- drivers/nvme/host/ioctl.c | 65 +++++++++++++++++---------- drivers/nvme/host/multipath.c | 3 ++ drivers/nvme/host/nvme.h | 16 ++++++- drivers/nvme/host/pci.c | 3 ++ drivers/nvme/host/rdma.c | 4 +- drivers/nvme/host/tcp.c | 4 +- drivers/nvme/target/admin-cmd.c | 6 +-- drivers/nvme/target/loop.c | 4 +- 12 files changed, 143 insertions(+), 134 deletions(-)