aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-13/+6
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-1/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+3
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-4/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-8/+7
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-3/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-21/+4
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig1-9/+4
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg1-4/+4
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg1-3/+0
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-9/+8
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-8/+9
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+53
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-5/+2
2017-04-09nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg1-1/+1
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-16/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg1-6/+25
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg1-2/+0
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg1-12/+21
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2
2017-03-21nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-03-16nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn1-2/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-2/+2
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart1-1/+0
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig1-1/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-6/+6
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-2/+0
2016-08-18nvme-loop: set sqsize to 0-based value, per specJay Freyensee1-2/+2
2016-08-03nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-3/+1
2016-07-05nvme-loop: add a NVMe loopback host driverChristoph Hellwig1-0/+754