summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fabrics-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-3/+2
|\
| * nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2024-03-021-2/+0
| * nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy2024-03-021-1/+2
* | nvmet: remove superfluous initializationChaitanya Kulkarni2024-02-131-2/+2
|/
* nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig2023-11-201-0/+4
* nvmet: add helpers to set the result field for connect commandsChristoph Hellwig2022-09-271-10/+8
* nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2022-09-271-4/+2
* nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-271-2/+4
* nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu2022-09-191-1/+0
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-2/+36
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-021-1/+16
* nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke2021-10-201-1/+2
* nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel2021-08-161-0/+9
* nvmet: avoid duplicate qid in connect cmdAmit Engel2021-08-161-6/+14
* nvmet: pass back cntlid on successful completionAmit Engel2021-08-161-4/+5
* nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni2021-05-111-3/+3
* nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-021-5/+6
* nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-021-5/+1
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-2/+5
* nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-4/+4
* nvmet: Fix controller use after freeIsrael Rukshin2020-02-051-4/+9
* nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin2020-02-051-1/+1
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-3/+12
* nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-211-1/+1
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-251-8/+8
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2018-12-131-13/+35
* nvmet: Add install_queue calloutSagi Grimberg2018-12-131-0/+10
* nvmet: support fabrics sq flow controlSagi Grimberg2018-12-071-0/+6
* nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-251-4/+0
* nvmet: lower log level for each queue creationSagi Grimberg2018-01-081-1/+1
* nvmet: implement valid sqhd values in completionsJames Smart2017-09-251-2/+7
* nvmet: add support for reporting the host identifierOmri Mann2017-08-301-0/+1
* nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe2017-04-211-7/+25
* nvmet: Introduced helper routine for controller status check.Parav Pandit2017-04-041-2/+2
* nvmet: avoid dereferencing nvmet_reqMax Gurtovoy2017-02-221-1/+1
* nvmet: Make cntlid globally uniqueSagi Grimberg2017-02-221-2/+2
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-7/+7
* nvmet: add a generic NVMe targetChristoph Hellwig2016-07-051-0/+240