summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig1-8/+8
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-18/+2
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig1-2/+3
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart1-7/+7
2017-04-04nvme_fc: correct LS validationJames Smart1-4/+5
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart1-0/+1
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg1-1/+10
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2
2017-02-22nvme-fc: don't bother to validate ioccsz and iorcszJames Smart1-12/+0
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn1-2/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig1-3/+3
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig1-3/+2
2016-12-21nvme/fc: simplify error handling of nvme_fc_create_hw_io_queuesJohannes Thumshirn1-7/+8
2016-12-21nvme/fc: correct some printk informationJames Smart1-2/+2
2016-12-06nvme-fabrics: Add host support for FC transportJames Smart1-0/+2586