summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/passthru.c
AgeCommit message (Expand)Author
2024-03-02nvmet: set maxcmd to be per controllerMax Gurtovoy
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal
2023-05-30nvme: fix miss command type checkmin15.li
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-27nvme: handle effects after freeing the requestKeith Busch
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-31nvmet: fix typo in commentJulia Lawall
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni
2021-05-11nvmet: fix inline bio check for passthruChaitanya Kulkarni
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni
2020-09-17nvmet: get transport reference for passthru ctrlChristoph Hellwig
2020-08-21nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni
2020-08-21nvmet: fix oops in pt cmd executionChaitanya Kulkarni
2020-08-21nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe