summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-021-1/+1
* nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig2023-04-131-1/+4
* nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig2023-04-131-2/+2
* nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig2023-04-131-19/+1
* nvmet: cleanup nvmet_execute_identify()Damien Le Moal2023-04-131-16/+19
* nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-04-131-6/+16
* nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal2023-04-131-7/+2
* nvmet: fix Identify Controller handlingDamien Le Moal2023-04-131-5/+2
* nvmet: fix Identify Namespace handlingDamien Le Moal2023-04-131-7/+2
* nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel2023-02-011-1/+1
* nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig2022-12-281-2/+4
* nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2022-12-281-16/+19
* nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
* nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-211-1/+1
* nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-211-5/+2
* nvme: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-0/+2
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-021-1/+1
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-1/+1
* nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-1/+5
* nvmet: use flex_array_size and struct_sizeLen Baker2021-10-271-1/+1
* nvmet: use struct_size over open coded arithmeticLen Baker2021-10-201-2/+2
* nvmet: use macro definitions for setting cmic valueMax Gurtovoy2021-10-201-1/+2
* nvmet: use macro definition for setting nmic valueMax Gurtovoy2021-10-201-1/+1
* nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke2021-10-201-0/+5
* nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke2021-10-201-1/+1
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-1/+1
* nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
* nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-0/+41
* nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-171-13/+62
* nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-171-4/+1
* nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-171-26/+0
* nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-171-0/+6
* nvmet: change sn size and check validityNoam Gottlieb2021-06-171-3/+1
* nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
* nvmet: replace white spaces with tabsChaitanya Kulkarni2021-04-021-1/+1
* nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-021-1/+1
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-051-11/+25
* nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-101-5/+5
* nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
* nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-101-28/+18
* nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
* nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
* nvmet: remove extra variable in identify nsChaitanya Kulkarni2021-02-021-16/+15
* nvmet: remove extra variable in id-desclistChaitanya Kulkarni2021-02-021-11/+9
* nvmet: remove extra variable in smart log nsidChaitanya Kulkarni2021-02-021-11/+9
* nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-10/+10