aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni1-0/+2
2021-04-02nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni1-1/+0
2021-03-18nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy1-1/+1
2021-02-10nvmet: remove else at the end of the functionChaitanya Kulkarni1-2/+2
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni1-1/+1
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni1-0/+9
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni1-11/+13
2020-12-01nvmet: remove unused ctrl->cqsAmit1-13/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni1-2/+2
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel1-2/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1