summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: add a helper to initialize connect_qChaitanya Kulkarni2022-02-281-4/+2
* nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei2021-10-201-0/+2
* nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei2021-10-201-2/+2
* nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-161-2/+2
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-1/+1
* nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-021-2/+4
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-021-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-021-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-021-0/+1
* nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-2/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-2/+4
|\
| * nvme: use driver pdu command for passthroughKeith Busch2021-04-021-1/+3
| * nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
* | nvme-fabrics: only reserve a single tagChristoph Hellwig2021-03-181-2/+2
|/
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-1/+1
* | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei2020-12-081-0/+10
|/
* nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni2020-10-071-2/+2
* nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-221-1/+1
* nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni2020-07-291-8/+6
* nvme-loop: set ctrl state connecting after initChaitanya Kulkarni2020-07-291-0/+3
* nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang2020-07-081-1/+0
* Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-2/+2
|\
| * nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
* | nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-241-1/+2
|/
* nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-251-2/+0
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-251-2/+1
* nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-261-4/+4
* Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+3
|\
| * nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-041-1/+1
| * nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-041-1/+0
| * nvme: introduce nvme_is_aen_req functionIsrael Rukshin2019-11-041-2/+2
* | nvmet-loop: fix possible leakage during error flowMax Gurtovoy2019-10-151-1/+3
|/
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-181-14/+16
|\
| * nvme: make fabrics command run on a separate request queueSagi Grimberg2019-08-291-3/+13
| * nvme: move sqsize setting to the coreSagi Grimberg2019-08-291-11/+1
| * nvme: wait until all completed request's complete fn is calledMing Lei2019-08-051-0/+2
* | nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe2019-08-011-0/+8
|/
* scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-2/+2
* 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
|\