summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+12
2026-03-10nvmet: move async event work off nvmet-wqChaitanya Kulkarni1-2/+12
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+8
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-05nvme: fix typo error in nvme targetChu Guangqing1-1/+1
2025-12-02nvmet: remove redundant subsysnqn field from ctrlMax Gurtovoy1-1/+0
2025-12-01nvmet: add sanity checks when freeing subsystemMax Gurtovoy1-0/+2
2025-09-24nvmet: add safety check for subsys lockMax Gurtovoy1-9/+6
2025-08-07nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella1-1/+1
2025-07-31nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella1-6/+6
2025-07-17nvmet: remove redundant assignment of error code in nvmet_ns_enable()Alok Tiwari1-2/+0
2025-06-04nvme: spelling fixesYi Zhang1-1/+1
2025-06-04nvme: fix command limits status codeKeith Busch1-8/+1
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa1-3/+3
2025-05-20nvmet: support completion queue sharingWilfred Mallawa1-3/+14
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa1-15/+53
2025-05-20nvmet: add a helper function for cqid checkingWilfred Mallawa1-0/+7
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2025-03-21nvmet: Remove duplicate uuid_copyMike Christie1-2/+0
2025-03-21nvmet-tcp: support secure channel concatenationHannes Reinecke1-2/+3
2025-03-21nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke1-1/+1
2025-02-18nvmet: Fix crash when a namespace is disabledHannes Reinecke1-21/+19
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-71/+195
2025-01-11nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal1-6/+21
2025-01-11nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal1-0/+83
2025-01-11nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal1-0/+37
2025-01-11nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal1-30/+53
2025-01-11nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal1-35/+1
2024-12-28nvmet-loop: avoid using mutex in IO hotpathNilay Shroff1-45/+63
2024-11-11nvmet: support reservation featureGuixin Liu1-6/+56
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu1-1/+1
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-24/+52
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke1-0/+8
2024-06-24nvmet: add debugfs supportHannes Reinecke1-1/+21
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu1-23/+23
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner1-0/+1
2024-05-28nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9
2024-05-07nvmet: make nvmet_wq unboundSagi Grimberg1-1/+2
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg1-1/+4
2024-04-04nvmet: implement unique discovery NQNHannes Reinecke1-0/+7
2024-03-03nvmet: introduce new max queue size configuration entryMax Gurtovoy1-2/+15
2024-03-03nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy1-0/+1
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-23nvmet: unify aer type enumGuixin Liu1-2/+2
2023-12-14nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu1-3/+0
2023-03-15nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov1-2/+13