aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe1-1/+9
2026-04-16nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_freeChaitanya Kulkarni1-1/+1
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2026-04-08nvmet: introduce new mdts configuration entryAurelien Aptel1-0/+8
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-2/+3
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis1-1/+1
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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert '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-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-04nvme: fix typo error in nvme targetChu Guangqing1-1/+1
2025-12-01nvmet: remove redundant subsysnqn field from ctrlMax Gurtovoy1-1/+0
2025-12-01nvmet: add sanity checks when freeing subsystemMax Gurtovoy1-0/+2
2025-09-23nvmet: 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-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2025-03-20nvmet: Remove duplicate uuid_copyMike Christie1-2/+0
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke1-2/+3
2025-03-20nvmet: 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-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-71/+195
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal1-6/+21
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal1-0/+83
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal1-0/+37
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal1-30/+53
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal1-35/+1
2024-12-27nvmet-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-15Merge 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-02nvmet: introduce new max queue size configuration entryMax Gurtovoy1-2/+15