summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/admin-cmd.c
AgeCommit message (Expand)Author
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff
2024-11-18nvme: define the remaining used sgls constantsKeith Busch
2024-11-13nvmet: report ns's vwc not presentGuixin Liu
2024-11-11nvmet: support for csi identify nsKeith Busch
2024-11-11nvmet: implement rotational media information logKeith Busch
2024-11-11nvmet: implement endurance groupsKeith Busch
2024-11-11nvmet: implement supported features logKeith Busch
2024-11-11nvmet: implement supported log pagesKeith Busch
2024-11-11nvmet: implement active command set ns listKeith Busch
2024-11-11nvmet: implement id ns for nvm command setKeith Busch
2024-11-11nvmet: support reservation featureGuixin Liu
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-03nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-03-02nvmet: set maxcmd to be per controllerMax Gurtovoy
2023-04-13nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig
2023-04-13nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig
2023-04-13nvmet: cleanup nvmet_execute_identify()Damien Le Moal
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal
2023-04-13nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal
2023-04-13nvmet: fix Identify Controller handlingDamien Le Moal
2023-04-13nvmet: fix Identify Namespace handlingDamien Le Moal
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig
2022-12-07nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb
2021-06-17nvmet: change sn size and check validityNoam Gottlieb