summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni
2020-09-22nvme-fc: fail new connections to a deleted host or remote portJames Smart
2020-09-22nvme-pci: fix NULL req in completion handlerXianting Tian
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni
2020-09-15nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang
2020-08-28nvme: only use power of two io boundariesKeith Busch
2020-08-28nvme: fix controller instance leakKeith Busch
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg
2020-08-21nvme: redirect commands on dying queueChao Leng
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig
2020-08-21nvme: refactor command completionChristoph Hellwig
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-21nvme: skip noiob for zoned devicesKeith Busch
2020-08-21nvme-pci: fix PRP pool sizeChristoph Hellwig
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck
2020-08-21nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck
2020-08-21nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe
2020-07-29nvme: clear any SGL flags in passthru commandsLogan Gunthorpe
2020-07-29nvme-fc: set max_segments to lldd max valueJames Smart
2020-07-29nvme-hwmon: log the controller device nameSagi Grimberg