The following changes since commit 709192d531e5b0a91f20aa14abfe2fc27ddd47af: s390/dasd: Fix zero write for FBA devices (2020-09-14 19:40:21 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-17 for you to fetch changes up to 3a6b076168e20a50289d71f601f1dd02be0f8e88: nvmet: get transport reference for passthru ctrl (2020-09-17 10:36:25 +0200) ---------------------------------------------------------------- nvme fixes for 5.9 - another quirk for the controller from hell (David Milburn) - fix a Kconfig dependency (Necip Fazil Yildiran) - char devices / passthrough refcount fixes (Chaitanya Kulkarni) ---------------------------------------------------------------- Chaitanya Kulkarni (1): nvme-core: get/put ctrl and transport module in nvme_dev_open/release() Christoph Hellwig (1): nvmet: get transport reference for passthru ctrl David Milburn (1): nvme-pci: disable the write zeros command for Intel 600P/P3100 Necip Fazil Yildiran (1): nvme-tcp: fix kconfig dependency warning when !CRYPTO drivers/nvme/host/Kconfig | 1 + drivers/nvme/host/core.c | 15 +++++++++++++++ drivers/nvme/host/pci.c | 3 ++- drivers/nvme/target/passthru.c | 2 ++ 4 files changed, 20 insertions(+), 1 deletion(-)