aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe1-1/+9
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+3
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni1-44/+20
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy1-1/+1
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin1-26/+69
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-4/+17
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-3/+3
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni1-0/+8
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni1-0/+1
2020-03-04nvmet: make ctrl model configurableMark Ruijter1-0/+1
2020-03-04nvmet: make ctrl-id configurableChaitanya Kulkarni1-2/+6
2020-02-05nvmet: update AEN list and array at one placeDaniel Wagner1-27/+36