summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/passthru.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-3/+3
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+2
* nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-101-2/+2
* nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-1/+1
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-1/+1
* nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2020-12-011-3/+9
* nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni2020-12-011-6/+2
* nvmet: remove op_flags for passthru commandsChaitanya Kulkarni2020-12-011-7/+1
* nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-011-1/+1
* nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-011-1/+2
* nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-011-0/+6
* nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
* nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
* nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
* nvmet: add passthru ZNS supportChaitanya Kulkarni2020-09-271-0/+16
* nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni2020-09-271-11/+16
* nvmet: get transport reference for passthru ctrlChristoph Hellwig2020-09-171-0/+2
* nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni2020-08-211-3/+3
* nvmet: fix oops in pt cmd executionChaitanya Kulkarni2020-08-211-3/+3
* nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni2020-08-211-4/+5
* nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe2020-08-211-0/+8
* nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-291-0/+86
* nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-291-0/+458