aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-02nvmet: set maxcmd to be per controllerMax Gurtovoy1-1/+1
2023-04-13nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig1-1/+4
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig1-2/+2
2023-04-13nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig1-19/+1
2023-04-13nvmet: cleanup nvmet_execute_identify()Damien Le Moal1-16/+19
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal1-6/+16
2023-04-13nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal1-7/+2
2023-04-13nvmet: fix Identify Controller handlingDamien Le Moal1-5/+2
2023-04-13nvmet: fix Identify Namespace handlingDamien Le Moal1-7/+2
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel1-1/+1
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig1-2/+4
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2022-12-07nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg1-1/+1
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov1-1/+1
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov1-5/+2
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+2
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-1/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig1-1/+5
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker1-1/+1
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker1-2/+2
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy1-1/+2
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy1-1/+1
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke1-0/+5
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke1-1/+1
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-1/+1
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni1-1/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-0/+41
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni1-13/+62
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni1-4/+1
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb1-26/+0
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb1-0/+6
2021-06-17nvmet: change sn size and check validityNoam Gottlieb1-3/+1
2021-05-11nvmet: use helper to remove the duplicate codeChaitanya Kulkarni1-5/+2
2021-05-04nvmet: remove unsupported command noiseKeith Busch1-3/+3
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
2021-04-02nvmet: replace white spaces with tabsChaitanya Kulkarni1-1/+1
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni1-1/+1
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy1-11/+25
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni1-5/+5
2021-02-10nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni1-2/+1
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni1-28/+18
2021-02-10nvmet: return uniform error for invalid nsChaitanya Kulkarni1-2/+2
2021-02-10nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni1-1/+1
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni1-11/+9
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni1-11/+9
2021-01-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-10/+10