summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)Author
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg
2017-06-28nvme_fc: fix error recovery on link down.James Smart
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-07nvme-fc: fix missing put reference on controller create failureJames Smart
2017-06-07nvme-fc: on lldd/transport io error, terminate associationJames Smart
2017-06-05nvme: switch to uuid_tChristoph Hellwig
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig
2017-05-22nvme_fc: remove extra controller reference taken on reconnectJames Smart
2017-05-22nvme_fc: correct nvme status set on abortJames Smart
2017-05-22nvme_fc: set logging level on resets/deletesJames Smart
2017-05-22nvme_fc: revise comment on teardownJames Smart
2017-05-22nvme_fc: Support ctrl_loss_tmoJames Smart
2017-05-22nvme_fc: get rid of local reconnect_delayJames Smart
2017-05-20nvme-fc: stop queues on error detectionJames Smart
2017-05-20nvme-fc: require target or discovery role for fc-nvme targetsJames Smart
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-04-25nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne
2017-04-24nvme-fc: mark two symbols staticChristoph Hellwig
2017-04-24nvme_fc: add controller reset supportJames Smart
2017-04-24nvme_fc: add aen abort to teardownJames Smart
2017-04-24nvme_fc: fix command id checkJames Smart
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart
2017-04-21nvme_fc: Move LS's to rportJames Smart
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart
2017-04-04nvme_fc: correct LS validationJames Smart
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-02-22nvme-fc: don't bother to validate ioccsz and iorcszJames Smart
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig