summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-201/+592
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-6/+3
2017-11-10nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-10nvme: centralize AEN definesKeith Busch1-21/+12
2017-11-10nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg1-1/+0
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig1-13/+0
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-37/+5
2017-11-01nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig1-14/+6
2017-11-01nvme-fc: avoid workqueue flush stallsJames Smart1-1/+1
2017-10-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart1-4/+2
2017-10-27nvme-fc: add support for duplicate_connect optionJames Smart1-0/+33
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-6/+2
2017-10-20nvme-fc: correct io timeout behaviorJames Smart1-4/+10
2017-10-20nvme-fc: correct io termination handlingJames Smart1-13/+18
2017-10-19nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg1-1/+2
2017-10-05nvme-fc: move remote port get/put/free locationJames Smart1-39/+39
2017-10-04nvme-fc: create fc class and transport deviceJames Smart1-1/+54
2017-10-04nvme-fc: add uevent for auto-connectJames Smart1-0/+49
2017-09-25nvme-fc: use transport-specific sgl formatJames Smart1-6/+7
2017-09-25nvme-fc: remove use of FC-specific error codesJames Smart1-4/+4
2017-08-28nvme-fc: Reattach to localports on re-registrationJames Smart1-38/+106
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche1-3/+1
2017-07-25nvme-fc: revise TRADDR parsingJames Smart1-49/+53
2017-07-25nvme-fc: address target disconnect race conditions in fcp io submitJames Smart1-8/+11
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-12/+4
2017-07-06nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-2/+3
2017-07-04nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg1-4/+3
2017-07-04nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg1-0/+2
2017-07-04nvme-fc: don't override opts->nr_io_queuesSagi Grimberg1-5/+11
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-5/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-18/+17
2017-06-28nvme_fc: fix error recovery on link down.James Smart1-4/+4
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart1-4/+1
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-32/+4
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig1-13/+3
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg1-3/+3