summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-loop: kill timeout handlerMing Lei2019-04-251-16/+0
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-251-3/+3
* nvme-loop: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-181-1/+1
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+1
|\
| * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+1
* | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+1
|/
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-4/+3
* nvme-loop: add support for multiple portsChristoph Hellwig2018-05-301-18/+30
* Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-291-1/+1
|\
| * nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1
* | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-291-1/+1
|/
* nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn2018-05-031-0/+6
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-9/+2
* nvme-loop: fix kernel oops in case of unhandled commandMing Lei2018-04-121-7/+2
* nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-261-2/+2
* nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig2018-02-221-2/+2
* nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-151-1/+1
* nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-081-0/+1
* nvme-loop: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+24
* nvmet: better data length validationChristoph Hellwig2017-11-101-1/+2
* nvme: remove handling of multiple AEN requestsKeith Busch2017-11-101-1/+1
* nvme: centralize AEN definesKeith Busch2017-11-101-11/+3
* nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-011-4/+0
* nvme: move controller deletion to common codeChristoph Hellwig2017-11-011-39/+9
* nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-1/+1
* nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
* 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