aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)Author
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
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni
2021-06-17nvmet: remove local variableChaitanya Kulkarni
2021-06-17nvmet: use nvme status value directlyChaitanya Kulkarni
2021-06-17nvmet: use u32 type for the local variable nsidChaitanya Kulkarni
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb
2021-06-17nvmet: change sn size and check validityNoam Gottlieb
2021-06-03nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg
2021-05-19nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni
2021-04-02nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni
2021-03-18nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy
2021-02-10nvmet: remove else at the end of the functionChaitanya Kulkarni
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni