summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei1-0/+10
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-1/+1
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni1-2/+2
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+1
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni1-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang1-1/+0
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-2/+2
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-1/+2
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-2/+0
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-2/+1
2019-11-27nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin1-4/+4
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig1-1/+1
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-1/+0
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin1-2/+2
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy1-1/+3
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+16
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-3/+13
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-11/+1
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei1-0/+2
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-2/+2
2019-04-25nvme-loop: kill timeout handlerMing Lei1-16/+0
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-3/+3
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-1/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+1
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-4/+3
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig1-18/+30
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-1/+1
2018-05-03nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn1-0/+6
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-9/+2
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-2/+2
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig1-2/+2
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-1/+1
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman1-0/+1
2017-11-20nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2017-11-10nvmet: better data length validationChristoph Hellwig1-1/+2
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-1/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-11/+3
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig1-4/+0
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-39/+9