summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/loop.c
Commit message (Expand)AuthorAge
* nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-15
* nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-08
* nvme-loop: check if queue is ready in queue_rqSagi Grimberg2017-11-20
* nvmet: better data length validationChristoph Hellwig2017-11-10
* nvme: remove handling of multiple AEN requestsKeith Busch2017-11-10
* nvme: centralize AEN definesKeith Busch2017-11-10
* nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-01
* nvme: move controller deletion to common codeChristoph Hellwig2017-11-01
* nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-27
* nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-19
* nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-28
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-06
* nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-06
* nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-04
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-02
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-02
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-28
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-28
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-15
* nvme-loop: merge init_request methodsChristoph Hellwig2017-06-15
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-15
* nvme-loop: get rid of unused controller lockSagi Grimberg2017-06-15
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-26
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\
| * nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-20
| * nvme: factor request completion code into a common helperChristoph Hellwig2017-04-04
| * nvme-loop: increment request retries counter before requeuingSagi Grimberg2017-04-04
| * nvme-loop: retrieve iod from the cqe command_idSagi Grimberg2017-04-04
| * nvme-loop: remove unneeded includesSagi Grimberg2017-04-04
| * nvme-loop: fix module_init (theoretical) error pathSagi Grimberg2017-04-04
| * nvme-loop: remove some code duplicationSagi Grimberg2017-04-04
| * nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-04
| * nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-04-04
| * blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31
* | nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-09
* | nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-21
* | nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-03-16
|/
* nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-22
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-09
* nvme-fabrics: set sqe.command_id in core not transportsJames Smart2016-12-06
* nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-15
* nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-10
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-10
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* nvme-loop: set sqsize to 0-based value, per specJay Freyensee2016-08-18
* nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-03
* nvme-loop: add a NVMe loopback host driverChristoph Hellwig2016-07-05