summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/passthru.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-021-1/+1
* nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess2023-12-191-2/+2
* nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2023-07-101-2/+2
* nvme: fix miss command type checkmin15.li2023-05-301-1/+1
* nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-011-2/+3
* nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig2022-12-281-6/+5
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-2/+3
* nvme: handle effects after freeing the requestKeith Busch2022-09-271-1/+6
* nvmet: add a clear_ids attribute for passthru targetsAlan Adamson2022-06-301-0/+55
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-1/+1
|\
| * nvmet: fix typo in commentJulia Lawall2022-05-311-1/+1
* | blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-1/+2
|/
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-1/+1
* nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig2022-03-161-1/+2
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-2/+2
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-2/+3
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-2/+1
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-2/+2
* nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares2021-09-061-0/+10
* nvme: use return value from blk_execute_rq()Keith Busch2021-06-301-4/+4
* nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-171-2/+1
* nvmet: fix inline bio check for passthruChaitanya Kulkarni2021-05-111-1/+1
* 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