summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-12/+4Star
* nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-2/+3
* nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg2017-07-041-4/+3Star
* nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg2017-07-041-0/+2
* nvme-fc: don't override opts->nr_io_queuesSagi Grimberg2017-07-041-5/+11
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-021-5/+3Star
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-021-18/+17Star
* nvme_fc: fix error recovery on link down.James Smart2017-06-281-4/+4
* nvme_fc: Fix crash when nvme controller connection fails.James Smart2017-06-281-0/+3