linux/drivers/nvme/host
Keith Busch b0d61d586f nvme: Fix NULL dereference on reservation request
This fixes using the NULL 'head' before getting the reference. It is
however possible the head will always be NULL, so this patch uses the
struct nvme_ns to get the ns_id field.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2017-11-20 08:38:11 +01:00
..
core.c nvme: Fix NULL dereference on reservation request 2017-11-20 08:38:11 +01:00
fabrics.c nvme: track subsystems 2017-11-10 19:53:25 -07:00
fabrics.h nvme-fabrics: introduce init command check for a queue that is not alive 2017-11-20 08:28:31 +01:00
fc.c nvme-fc: check if queue is ready in queue_rq 2017-11-20 08:28:35 +01:00
Kconfig nvme: implement multipath access to nvme subsystems 2017-11-10 19:53:25 -07:00
lightnvm.c nvme: track shared namespaces 2017-11-10 19:53:25 -07:00
Makefile Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block 2017-11-14 15:32:19 -08:00
multipath.c nvme: fix spelling mistake: "requeing" -> "requeuing" 2017-11-20 08:38:10 +01:00
nvme.h nvme: create 'slaves' and 'holders' entries for hidden controllers 2017-11-10 19:53:25 -07:00
pci.c nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. 2017-11-20 08:38:09 +01:00
rdma.c nvme-fabrics: introduce init command check for a queue that is not alive 2017-11-20 08:28:31 +01:00