summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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