summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/passthru.c
AgeCommit message (Expand)AuthorFilesLines
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-22nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-22nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-22nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-22nvmet-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