summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: define the remaining used sgls constantsKeith Busch2024-11-181-3/+4
* nvmet: report ns's vwc not presentGuixin Liu2024-11-131-0/+7
* nvmet: support for csi identify nsKeith Busch2024-11-111-0/+32
* nvmet: implement rotational media information logKeith Busch2024-11-111-0/+42
* nvmet: implement endurance groupsKeith Busch2024-11-111-0/+95
* nvmet: implement supported features logKeith Busch2024-11-111-0/+33
* nvmet: implement supported log pagesKeith Busch2024-11-111-0/+28
* nvmet: implement active command set ns listKeith Busch2024-11-111-2/+7
* nvmet: implement id ns for nvm command setKeith Busch2024-11-111-2/+16
* nvmet: support reservation featureGuixin Liu2024-11-111-1/+23
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-161-2/+0
|\
| * nvme-target: do not check authentication status for admin commands twiceHannes Reinecke2024-08-221-2/+0
* | nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi2024-09-031-0/+10
|/
* nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu2024-06-241-12/+12
* nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-031-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-031-0/+2
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-031-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