summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/loop.c
AgeCommit message (Expand)Author
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke
2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke
2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke
2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2019-11-27nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei
2019-07-31nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-04-25nvme-loop: kill timeout handlerMing Lei
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig