summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds6-10/+11
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart2-6/+0
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds6-55/+156
2020-08-29nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-29nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-29nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-29nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-29nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-29nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-29nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-29nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-29nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds7-93/+122
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+8
2020-08-22nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-22nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-22nvme: refactor command completionChristoph Hellwig3-64/+89
2020-08-22nvme: rename and document nvme_end_requestChristoph Hellwig5-6/+12
2020-08-22nvme: skip noiob for zoned devicesKeith Busch1-1/+1
2020-08-22nvme-pci: fix PRP pool sizeChristoph Hellwig1-1/+2
2020-08-22nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry1-6/+6
2020-08-22nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe1-4/+4
2020-08-22nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-22nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-08-22nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds13-293/+1057
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds7-34/+42
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke1-4/+7
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck1-0/+6
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2-2/+6
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2-0/+24
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2-7/+16
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe2-92/+103
2020-07-29nvme: clear any SGL flags in passthru commandsLogan Gunthorpe1-1/+9
2020-07-29nvme-fc: set max_segments to lldd max valueJames Smart1-2/+3
2020-07-29nvme-hwmon: log the controller device nameSagi Grimberg1-1/+2
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg8-15/+55
2020-07-29nvme: document nvme controller statesSagi Grimberg1-0/+14
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman1-26/+51