summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-loop: fix kernel oops in case of unhandled commandMing Lei2018-11-211-7/+2
* nvme-loop: check if queue is ready in queue_rqSagi Grimberg2018-02-031-1/+24
* nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-281-0/+1
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-13/+6
* nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
* nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-021-4/+3
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-021-8/+7
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-1/+0
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-281-3/+1
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-21/+4
* nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-4/+4
* nvme-loop: get rid of unused controller lockSagi Grimberg2017-06-151-3/+0
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-9/+8
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-261-1/+1
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-8/+9
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-39/+53
|\
| * nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-5/+2
| * nvme: factor request completion code into a common helperChristoph Hellwig2017-04-041-16/+1
| * nvme-loop: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
| * nvme-loop: retrieve iod from the cqe command_idSagi Grimberg2017-04-041-6/+25
| * nvme-loop: remove unneeded includesSagi Grimberg2017-04-041-2/+0
| * nvme-loop: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+6
| * nvme-loop: remove some code duplicationSagi Grimberg2017-04-041-12/+21
| * nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-38/+50
| * nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-04-041-1/+1
| * blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-2/+2
* | nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
* | nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-38/+50
* | nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-03-161-1/+1
|/
* nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-221-2/+1
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-2/+2
* nvme-fabrics: set sqe.command_id in core not transportsJames Smart2016-12-061-1/+0
* nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-3/+3
* nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-101-1/+2
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-6/+6
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-2/+0
* nvme-loop: set sqsize to 0-based value, per specJay Freyensee2016-08-181-2/+2
* nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-3/+1
* nvme-loop: add a NVMe loopback host driverChristoph Hellwig2016-07-051-0/+754