summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/passthru.c
AgeCommit message (Expand)Author
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