aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-02nvmet: 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-13nvmet: 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
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov1-0/+2
2022-11-15nvmet: only allocate a single slab for bvecsChristoph Hellwig1-8/+14
2022-11-15nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak1-3/+2
2022-10-19nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg1-1/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig1-0/+1
2022-09-05nvmet: fix a use-after-freeBart Van Assche1-2/+4
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+11
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke1-0/+4
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson1-0/+6