aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/passthru.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+3
2022-09-27nvme: handle effects after freeing the requestKeith Busch1-1/+6
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson1-0/+55
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-05-31nvmet: fix typo in commentJulia Lawall1-1/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-1/+1
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig1-1/+2
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-2/+1
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-2/+2
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares1-0/+10
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch1-4/+4
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni1-2/+1
2021-05-11nvmet: fix inline bio check for passthruChaitanya Kulkarni1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-3/+3
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-2/+2
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni1-2/+2
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni1-3/+9
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni1-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni1-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni1-1/+1
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni1-1/+2
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni1-0/+6
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni1-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe1-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe1-1/+8
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni1-0/+16
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni1-11/+16
2020-09-17nvmet: get transport reference for passthru ctrlChristoph Hellwig1-0/+2
2020-08-21nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-21nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-21nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe1-0/+8
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe1-0/+86
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+458