summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fabrics-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27nvmet: add helpers to set the result field for connect commandsChristoph Hellwig1-10/+8
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig1-4/+2
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig1-2/+4
2022-09-19nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu1-1/+0
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-2/+36
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke1-1/+16
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke1-1/+2
2021-08-16nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel1-0/+9
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel1-6/+14
2021-08-16nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-05-11nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni1-3/+3
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni1-5/+6
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni1-5/+1
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-2/+5
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-4/+4
2020-02-05nvmet: Fix controller use after freeIsrael Rukshin1-4/+9
2020-02-05nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin1-1/+1
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-3/+12
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-8/+8
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-13nvmet: add error log support for fabrics-cmdChaitanya Kulkarni1-13/+35
2018-12-13nvmet: Add install_queue calloutSagi Grimberg1-0/+10
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg1-0/+6
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni1-4/+0
2018-01-08nvmet: lower log level for each queue creationSagi Grimberg1-1/+1
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart1-2/+7
2017-08-30nvmet: add support for reporting the host identifierOmri Mann1-0/+1
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit1-2/+2
2017-02-22nvmet: avoid dereferencing nvmet_reqMax Gurtovoy1-1/+1
2017-02-22nvmet: Make cntlid globally uniqueSagi Grimberg1-2/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-7/+7
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+240