summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c
AgeCommit message (Expand)AuthorLines
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff-0/+13
2024-06-24nvme: split device add from initializationKeith Busch-0/+5
2024-01-29nvme: use ctrl state accessorKeith Busch-3/+5
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni-0/+1
2023-11-06nvme-loop: always quiesce and cancel commands before destroying admin qHannes Reinecke-0/+4
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal-1/+1
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig-2/+2
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig-1/+1
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig-1/+1
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg-1/+1
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig-3/+3
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig-1/+1
2022-09-27nvme-loop: use the tagset alloc/free helpersChristoph Hellwig-64/+19
2022-09-27nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig-5/+5
2022-09-27nvme-loop: initialize sqsize laterChristoph Hellwig-1/+1
2022-08-02nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg-6/+2
2022-06-28block: simplify disk shutdownChristoph Hellwig-6/+6
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg-2/+2
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni-4/+2
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei-0/+2
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei-2/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg-2/+2
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch-1/+1
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke-2/+4
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke-1/+2
2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke-0/+1
2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke-0/+1
2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo-1/+3
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu-2/+2
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2021-04-02nvme: use driver pdu command for passthroughKeith Busch-1/+3
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni-1/+1
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig-2/+2
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei-0/+10
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni-1/+1
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni-2/+2
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig-1/+1
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni-0/+3
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang-1/+0
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe-2/+2
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy-2/+2
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig-1/+2
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin-2/+0
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin-2/+1
2019-11-27nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin-4/+4
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+3
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig-1/+1
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy-1/+0