aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10nvmet: fix per feat data len for get_featureAmit Engel1-1/+11
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig1-0/+5
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-11/+24
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig1-43/+50
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit1-5/+3
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche1-0/+3
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-0/+5
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni1-6/+6
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg1-15/+39
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg1-1/+1
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg1-2/+2
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg1-13/+0
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg1-1/+2
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg1-1/+1
2018-10-17nvmet: use strlcpy() instead of strcpy()Bart Van Assche1-1/+1
2018-10-01nvmet: remove redundant module prefixChaitanya Kulkarni1-1/+1
2018-09-17nvme: count all ANA groups for ANA Log pageHannes Reinecke1-0/+4
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-0/+76
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig1-0/+1
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig1-4/+83
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig1-0/+1
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-2/+2
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34
2018-06-11nvmet: free smart-log buffer after useChaitanya Kulkarni1-1/+3
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig1-6/+9
2018-06-01nvmet: mask pending AENsChristoph Hellwig1-0/+1
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig1-2/+13
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig1-0/+26
2018-06-01nvmet: split log page implementationChristoph Hellwig1-63/+36
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-0/+8
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni1-2/+0
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-08-30nvmet: add support for reporting the host identifierOmri Mann1-2/+15
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig1-1/+1
2017-08-16nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck1-6/+0
2017-07-20nvmet: don't report 0-bytes in serial numberMartin Wilck1-2/+14
2017-07-20nvmet: Move serial number from controller to subsystemJohannes Thumshirn1-1/+1
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn1-0/+61
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn1-2/+2