summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| * nvme-fc: correct io termination handlingJames Smart2017-10-201-13/+18
| * nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
| * nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-181-1/+2
| * nvme-fc: move remote port get/put/free locationJames Smart2017-10-051-39/+39
| * nvme-fc: create fc class and transport deviceJames Smart2017-10-041-1/+54
| * nvme-fc: add uevent for auto-connectJames Smart2017-10-041-0/+49
* | nvme-fc: retry initial controller connections 3 timesJames Smart2017-10-181-2/+30
* | nvme-fc: fix iowait hangJames Smart2017-10-181-2/+3
|/
* nvme-fc: use transport-specific sgl formatJames Smart2017-09-251-6/+7
* nvme-fc: remove use of FC-specific error codesJames Smart2017-09-251-4/+4
* nvme-fc: Reattach to localports on re-registrationJames Smart2017-08-281-38/+106
* nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-281-0/+1
* blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-181-3/+1Star
* nvme-fc: revise TRADDR parsingJames Smart2017-07-251-49/+53
* nvme-fc: address target disconnect race conditions in fcp io submitJames Smart2017-07-251-8/+11