summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: make nvmet_wq unboundSagi Grimberg2024-05-071-1/+2
* nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-011-1/+4
* nvmet: implement unique discovery NQNHannes Reinecke2024-04-041-0/+7
* nvmet: introduce new max queue size configuration entryMax Gurtovoy2024-03-021-2/+15
* nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2024-03-021-0/+1
* nvmet: add module description to stop warningsChaitanya Kulkarni2024-01-241-0/+1
* nvmet: unify aer type enumGuixin Liu2024-01-231-2/+2
* nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu2023-12-131-3/+0
* nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-151-1/+3
* nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-211-2/+13
* nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-211-0/+2
* nvmet: only allocate a single slab for bvecsChristoph Hellwig2022-11-151-8/+14
* nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak2022-11-151-3/+2
* nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg2022-10-191-1/+1
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-0/+1
|\
| * nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-271-0/+1
* | nvmet: fix a use-after-freeBart Van Assche2022-09-051-2/+4
|/
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-0/+11
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-021-0/+4
* nvmet: add a clear_ids attribute for passthru targetsAlan Adamson2022-06-301-0/+6
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-7/+19
|\
| * nvmet: remove redundant assignment after left shiftColin Ian King2022-03-291-1/+1
| * nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-6/+18
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-5/+4
|\|
| * nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-3/+2
| * nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-2/+2
* | nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke2022-03-151-2/+1
|/
* nvmet: register discovery subsystem as 'current'Hannes Reinecke2021-10-271-0/+1
* nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke2021-10-201-3/+3
* nvmet: make discovery NQN configurableHannes Reinecke2021-10-201-1/+2
* nvmet: add get_max_queue_size op for controllersMax Gurtovoy2021-10-201-3/+5
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-3/+3
* nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares2021-09-061-2/+4
* nvmet: avoid duplicate qid in connect cmdAmit Engel2021-08-161-0/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-33/+67
|\
| * nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-2/+13
| * nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-171-5/+23
| * nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7
| * nvmet: use nvme status value directlyChaitanya Kulkarni2021-06-171-2/+1
| * nvmet: use u32 type for the local variable nsidChaitanya Kulkarni2021-06-171-2/+2
| * nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-171-4/+17
| * nvmet: change sn size and check validityNoam Gottlieb2021-06-171-1/+3
| * nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel2021-06-031-1/+1
* | nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* | nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-261-4/+11
|/
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-16/+17
|\
| * nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-021-10/+11
| * nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-021-5/+4
| * nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-021-0/+2