summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-11/+9
* nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne2017-04-251-1/+3
* nvme-fc: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
* nvme_fc: add controller reset supportJames Smart2017-04-241-315/+616
* nvme_fc: add aen abort to teardownJames Smart2017-04-241-52/+139
* nvme_fc: fix command id checkJames Smart2017-04-241-1/+2
* nvme_fc: Add ls aborts on remote port teardownJames Smart2017-04-211-0/+33
* nvme_fc: Move LS's to rportJames Smart2017-04-211-54/+65
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-5/+5
* nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig2017-04-201-8/+8
* nvme: factor request completion code into a common helperChristoph Hellwig2017-04-041-18/+2
* nvme-fc: drop ctrl for all command completionsChristoph Hellwig2017-04-041-2/+3
* nvme-fc: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-041-7/+7
* nvme_fc: correct LS validationJames Smart2017-04-041-4/+5
* nvme_fc: Add check of status_code in ERSP_IUJames Smart2017-04-041-0/+1
* nvme-fc: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+10
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-2/+2
* nvme-fc: don't bother to validate ioccsz and iorcszJames Smart2017-02-221-12/+0
* nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-221-2/+1
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-1/+1
|\
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* | nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig2017-01-261-3/+3
|/
* nvme: use blk_rq_payload_bytesChristoph Hellwig2017-01-131-3/+2
* nvme/fc: simplify error handling of nvme_fc_create_hw_io_queuesJohannes Thumshirn2016-12-211-7/+8
* nvme/fc: correct some printk informationJames Smart2016-12-211-2/+2
* nvme-fabrics: Add host support for FC transportJames Smart2016-12-061-0/+2586
OpenPOWER on IntegriCloud