summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: resolve io failures during connectJames Smart2018-12-131-10/+63
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+1
|\
| * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+1
* | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+1
|/
* nvme-fc: release io queues to allow fast failJames Smart2018-06-211-3/+3
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-5/+4Star
* nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5Star
* nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0Star
* nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47Star
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-3/+0Star
* nvme-fc: remove setting DNR on exception conditionsJames Smart2018-05-251-10/+0Star
* nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-9/+3Star
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-20/+16Star
|\
| * nvme_fc: on remoteport reuse, set new nport_id and role.James Smart2018-03-261-0/+2
| * nvme_fc: fix abort race on teardown with lld rejectJames Smart2018-03-261-1/+4
| * nvme_fc: io timeout should defer abort to ctrl resetJames Smart2018-03-261-11/+1Star
| * nvme_fc: fix ctrl create failures racing with workq itemsJames Smart2018-03-261-0/+4
| * nvme: centralize ctrl removal printsMax Gurtovoy2018-03-261-8/+5Star
* | nvme_fc: rework sqsize handlingJames Smart2018-03-081-10/+17
|/
* nvme_fc: cleanup io completionJames Smart2018-02-111-51/+12Star
* nvme_fc: correct abort race condition on resetsJames Smart2018-02-111-72/+26Star
* nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-7/+7
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-10/+2Star
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-0/+7
|\
| * nvme-fc: correct hang in nvme_ns_remove()James Smart2018-01-171-0/+3
| * nvme-fc: fix rogue admin cmds stalling teardownJames Smart2018-01-171-0/+3
| * nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-081-0/+1
* | nvme-fc: remove double put reference if admin connect failsJames Smart2017-12-151-1/+0Star
|/
* nvme-fc: don't use bit masks for set/test_bit() numbersJens Axboe2017-11-241-2/+2
* nvme-fc: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+18
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-201/+592
|\
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-111-6/+3Star
| * nvme-fc: remove unused "queue_size" fieldKeith Busch2017-11-111-6/+3Star
| * nvme: centralize AEN definesKeith Busch2017-11-111-21/+12Star
| * nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-111-6/+78
| * nvme-fc: fix localport resume using stale valuesJames Smart2017-11-111-2/+10
| * nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart2017-11-011-39/+239
| * nvme-fc: check connectivity before initiating reconnectsJames Smart2017-11-011-7/+16
| * nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart2017-11-011-0/+31
| * nvme-fc: change ctlr state assignments during reset/reconnectJames Smart2017-11-011-15/+13Star
| * nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2017-11-011-1/+0Star
| * nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-011-13/+0Star
| * nvme: move controller deletion to common codeChristoph Hellwig2017-11-011-37/+5Star
| * nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig2017-11-011-14/+6Star
| * nvme-fc: avoid workqueue flush stallsJames Smart2017-11-011-1/+1
| * nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart2017-10-271-4/+2Star
| * nvme-fc: add support for duplicate_connect optionJames Smart2017-10-271-0/+33
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-6/+2Star
| * nvme-fc: correct io timeout behaviorJames Smart2017-10-201-4/+10