aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fabrics-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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