aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/discovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg1-1/+7
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-6/+12
2019-11-04nvmet: Cleanup discovery execute handlersChristoph Hellwig1-25/+19
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring1-3/+1
2019-06-21nvmet: add transport discovery change opJames Smart1-0/+4
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg1-0/+5
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im1-2/+2
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-23/+45
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvmet: fix indentationBart Van Assche1-1/+1
2018-12-13nvmet: add error log support for fabrics-cmdChaitanya Kulkarni1-0/+10
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni1-2/+2
2018-12-07nvmet: mark nvmet_genctr staticChristoph Hellwig1-1/+1
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg1-3/+65
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg1-1/+1
2018-12-07nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg1-0/+4
2018-10-17nvmet: use strlcpy() instead of strcpy()Bart Van Assche1-1/+1
2018-10-17nvmet: remove unreachable codeChaitanya Kulkarni1-3/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-1/+1
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni1-2/+0
2018-04-12nvme: target: fix buffer overflowArnd Bergmann1-1/+1
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg1-3/+27
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+1
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn1-1/+1
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit1-1/+1
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit1-9/+8
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit1-2/+2
2016-10-19nvmet: use symbolic constants for CNS valuesChristoph Hellwig1-1/+1
2016-10-19nvme.h: resync with nvme-cliChristoph Hellwig1-1/+1
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+221