aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysnvmet: 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
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+19
2022-03-29nvmet: remove redundant assignment after left shiftColin Ian King1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-6/+18
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke1-2/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig1-3/+2
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-2/+2
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke1-0/+1
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke1-3/+3
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke1-1/+2
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy1-3/+5
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-3/+3
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares1-2/+4
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel1-0/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-33/+67
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-2/+13
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni1-5/+23
2021-06-17nvmet: remove local variableChaitanya Kulkarni1-16/+7
2021-06-17nvmet: use nvme status value directlyChaitanya Kulkarni1-2/+1
2021-06-17nvmet: use u32 type for the local variable nsidChaitanya Kulkarni1-2/+2
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb1-4/+17
2021-06-17nvmet: change sn size and check validityNoam Gottlieb1-1/+3
2021-06-03nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel1-1/+1
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg1-4/+11
2021-05-19nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo1-1/+1
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+17
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni1-10/+11
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni1-5/+4