summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
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
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg1-22/+6
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-2/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-2/+18
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-11/+12
2017-06-07nvme-fc: fix missing put reference on controller create failureJames Smart1-0/+1
2017-06-07nvme-fc: on lldd/transport io error, terminate associationJames Smart1-2/+17
2017-06-05nvme: switch to uuid_tChristoph Hellwig1-2/+1
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+1
2017-05-22nvme_fc: remove extra controller reference taken on reconnectJames Smart1-3/+2
2017-05-22nvme_fc: correct nvme status set on abortJames Smart1-2/+2
2017-05-22nvme_fc: set logging level on resets/deletesJames Smart1-10/+4
2017-05-22nvme_fc: revise comment on teardownJames Smart1-4/+4
2017-05-22nvme_fc: Support ctrl_loss_tmoJames Smart1-67/+49
2017-05-22nvme_fc: get rid of local reconnect_delayJames Smart1-6/+4
2017-05-20nvme-fc: stop queues on error detectionJames Smart1-0/+4
2017-05-20nvme-fc: require target or discovery role for fc-nvme targetsJames Smart1-0/+6
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-11/+9
2017-04-25nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne1-1/+3
2017-04-24nvme-fc: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvme_fc: add controller reset supportJames Smart1-315/+616
2017-04-24nvme_fc: add aen abort to teardownJames Smart1-52/+139
2017-04-24nvme_fc: fix command id checkJames Smart1-1/+2
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-5/+5