summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-223-1/+18
|\
| * nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni2020-09-171-0/+15
| * nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran2020-09-151-0/+1
| * nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn2020-09-151-1/+2
* | Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-116-10/+11
|\|
| * nvme-fabrics: allow to queue requests for live queuesSagi Grimberg2020-09-091-4/+8
| * nvme-tcp: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
| * nvme: Revert: Fix controller creation races with teardown flowJames Smart2020-09-082-6/+0
* | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-046-55/+156
|\|
| * nvme-pci: cancel nvme device request before disablingTong Zhang2020-08-291-2/+2
| * nvme: only use power of two io boundariesKeith Busch2020-08-291-9/+38
| * nvme: fix controller instance leakKeith Busch2020-08-291-1/+1
| * nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg2020-08-291-0/+4
| * nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-291-1/+12
| * nvme-rdma: fix timeout handlerSagi Grimberg2020-08-291-16/+33
| * nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-08-291-0/+6
| * nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-291-1/+12
| * nvme-tcp: fix timeout handlerSagi Grimberg2020-08-291-20/+36
| * nvme-tcp: serialize controller teardown sequencesSagi Grimberg2020-08-291-2/+9
| * nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2020-08-292-2/+3
| * nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-08-291-1/+0
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-247-93/+122
|\|
| * nvme: redirect commands on dying queueChao Leng2020-08-221-4/+5
| * nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig2020-08-221-10/+2
| * nvme: refactor command completionChristoph Hellwig2020-08-223-64/+89
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-225-6/+12
| * nvme: skip noiob for zoned devicesKeith Busch2020-08-221-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-221-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-221-6/+6
| * nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe2020-08-221-4/+4
| * nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-221-5/+4
| * nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-221-5/+10
| * nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-221-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-244-9/+8
|/
* Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-1/+2
|\
| * block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-1/+2
| * Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-209-99/+649
| |\
| * \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-207-34/+42
| |\ \
* | \ \ Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0513-293/+1057
|\ \ \ \
| * | | | nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke2020-07-291-4/+7
| * | | | nvme-multipath: fix logic for non-optimized pathsMartin Wilck2020-07-291-0/+6
| * | | | nvme-rdma: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * | | | nvme-tcp: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * | | | nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2020-07-292-2/+6
| * | | | nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2020-07-292-0/+24
| * | | | nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2020-07-292-7/+16
| * | | | nvme: create helper function to obtain command effectsLogan Gunthorpe2020-07-292-92/+103
| * | | | nvme: clear any SGL flags in passthru commandsLogan Gunthorpe2020-07-291-1/+9