summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: use ctrl state accessorKeith Busch2024-01-291-3/+5
* nvmet: add module description to stop warningsChaitanya Kulkarni2024-01-241-0/+1
* nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke2023-11-061-0/+4
* nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2023-07-101-1/+1
* nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-2/+2
* nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+1
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-1/+1
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-3/+3
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
* nvme-loop: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-64/+19
* nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-5/+5
* nvme-loop: initialize sqsize laterChristoph Hellwig2022-09-271-1/+1
* nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg2022-08-021-6/+2
* block: simplify disk shutdownChristoph Hellwig2022-06-281-6/+6
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-2/+2
* 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-191-0/+2
* nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei2021-10-191-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-071-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-211-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-261-2/+0
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-261-2/+1
* nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-271-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
|/