summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nvme_fc: replace ioabort msleep loop with completionJames Smart2017-06-281-7/+6Star
* nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart2017-06-281-4/+1Star
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-1/+0Star
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-281-1/+1
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-32/+4Star
* nvme-fc: merge init_request methodsChristoph Hellwig2017-06-151-13/+3Star
* nvme: move nr_reconnects to nvme_ctrlSagi Grimberg2017-06-151-3/+3
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-22/+6Star
* Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-2/+1Star
|\
| * nvme: switch to uuid_tChristoph Hellwig2017-06-051-2/+1Star
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-2/+18
|\ \
| * | nvme-fc: fix missing put reference on controller create failureJames Smart2017-06-071-0/+1
| * | nvme-fc: on lldd/transport io error, terminate associationJames Smart2017-06-071-2/+17
| |/
* / blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-11/+12
|/
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-261-1/+1
* nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2Star
* nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
* nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4Star
* nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
* nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49Star
* nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4Star
* nvme-fc: stop queues on error detectionJames Smart2017-05-201-0/+4
* nvme-fc: require target or discovery role for fc-nvme targetsJames Smart2017-05-201-0/+6
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-11/+9Star
* 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/+2Star
* 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