summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)Author
2025-07-17nvmet: remove redundant assignment of error code in nvmet_ns_enable()Alok Tiwari
2025-06-04nvme: spelling fixesYi Zhang
2025-06-04nvme: fix command limits status codeKeith Busch
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa
2025-05-20nvmet: support completion queue sharingWilfred Mallawa
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa
2025-05-20nvmet: add a helper function for cqid checkingWilfred Mallawa
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-20nvmet: Remove duplicate uuid_copyMike Christie
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke
2025-03-20nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke
2025-02-18nvmet: Fix crash when a namespace is disabledHannes Reinecke
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-10nvmet: Do not require SGL for PCI target controller commandsDamien Le Moal
2025-01-10nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()Damien Le Moal
2025-01-10nvmet: Introduce nvmet_req_transfer_len()Damien Le Moal
2025-01-10nvmet: Improve nvmet_alloc_ctrl() interface and implementationDamien Le Moal
2025-01-10nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpersDamien Le Moal
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff
2024-11-11nvmet: support reservation featureGuixin Liu
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke
2024-06-24nvmet: add debugfs supportHannes Reinecke
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner
2024-05-28nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg
2024-05-07nvmet: make nvmet_wq unboundSagi Grimberg
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg
2024-04-04nvmet: implement unique discovery NQNHannes Reinecke
2024-03-02nvmet: introduce new max queue size configuration entryMax Gurtovoy
2024-03-02nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni
2024-01-23nvmet: unify aer type enumGuixin Liu
2023-12-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu
2023-03-15nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2022-11-21nvmet: expose firmware revision to configfsAleksandr Miloserdov
2022-11-21nvmet: expose IEEE OUI to configfsAleksandr Miloserdov
2022-11-15nvmet: only allocate a single slab for bvecsChristoph Hellwig
2022-11-15nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak
2022-10-19nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig
2022-09-05nvmet: fix a use-after-freeBart Van Assche
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-29nvmet: remove redundant assignment after left shiftColin Ian King