summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
AgeCommit message (Expand)AuthorLines
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy-1/+3
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-14/+16
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg-3/+13
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg-11/+1
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei-0/+2
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe-0/+8
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei-2/+2
2019-04-25nvme-loop: kill timeout handlerMing Lei-16/+0
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy-3/+3
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig-9/+1
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg-1/+1
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart-1/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg-0/+1
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig-4/+3
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig-18/+30
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni-1/+1
2018-05-03nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn-0/+6
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart-9/+2
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei-7/+2
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig-2/+2
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig-2/+2
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman-1/+1
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman-0/+1
2017-11-20nvme-loop: check if queue is ready in queue_rqSagi Grimberg-1/+24
2017-11-10nvmet: better data length validationChristoph Hellwig-1/+2
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch-1/+1
2017-11-10nvme: centralize AEN definesKeith Busch-11/+3
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig-4/+0
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig-39/+9
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig-1/+1
2017-10-19nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin-0/+1
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg-0/+1
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg-13/+6
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg-1/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg-0/+3
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg-4/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg-8/+7
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg-3/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig-21/+4
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig-9/+4
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg-4/+4
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg-3/+0
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig-9/+8
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig-8/+9
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-39/+53