aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/target/admin-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04nvme: spelling fixesYi Zhang1-1/+1
2025-05-20nvmet: support completion queue sharingWilfred Mallawa1-9/+10
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa1-2/+2
2025-05-20nvmet: add a helper function for cqid checkingWilfred Mallawa1-12/+2
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe1-0/+1
2025-01-24nvmet: fix a memory leak in controller identifySagi Grimberg1-0/+1
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-13/+375
2025-01-10nvmet: Implement arbitration feature supportDamien Le Moal1-2/+49
2025-01-10nvmet: Implement interrupt config feature supportDamien Le Moal1-2/+52
2025-01-10nvmet: Implement interrupt coalescing feature supportDamien Le Moal1-2/+51
2025-01-10nvmet: Implement host identifier set feature supportDamien Le Moal1-4/+31
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal1-0/+5
2025-01-10nvmet: Add support for I/O queue management admin commandsDamien Le Moal1-3/+162
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal1-0/+21
2025-01-10nvmet: Introduce nvmet_get_cmd_effects_admin()Damien Le Moal1-1/+6
2025-01-10nvmet: Add vendor_id and subsys_vendor_id subsystem attributesDamien Le Moal1-3/+2
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff1-4/+5
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff1-2/+7
2024-11-18nvme: define the remaining used sgls constantsKeith Busch1-3/+4
2024-11-13nvmet: report ns's vwc not presentGuixin Liu1-0/+7
2024-11-11nvmet: support for csi identify nsKeith Busch1-0/+32
2024-11-11nvmet: implement rotational media information logKeith Busch1-0/+42
2024-11-11nvmet: implement endurance groupsKeith Busch1-0/+95
2024-11-11nvmet: implement supported features logKeith Busch1-0/+33
2024-11-11nvmet: implement supported log pagesKeith Busch1-0/+28
2024-11-11nvmet: implement active command set ns listKeith Busch1-2/+7
2024-11-11nvmet: implement id ns for nvm command setKeith Busch1-2/+16
2024-11-11nvmet: support reservation featureGuixin Liu1-1/+23
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2024-09-03nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi1-0/+10
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke1-2/+0
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-12/+12
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