aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)Author
2023-05-11nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei
2023-05-11nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal
2023-05-11nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal
2023-05-11nvmet: fix Identify Controller handlingDamien Le Moal
2023-05-11nvmet: fix Identify Namespace handlingDamien Le Moal
2023-05-11nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01nvme: consolidate setting the tagset flagsChristoph Hellwig
2023-01-12nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig
2023-01-04nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2022-12-31nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-31nvmet: only allocate a single slab for bvecsChristoph Hellwig
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg
2022-11-09nvmet: fix a memory leakSagi Grimberg
2022-11-09nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov
2022-10-19nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner
2022-10-19nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig
2022-09-27nvme-loop: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-loop: initialize sqsize laterChristoph Hellwig
2022-09-27nvmet: add helpers to set the result field for connect commandsChristoph Hellwig
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig
2022-09-27nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi
2022-09-27nvmet-tcp: add bounds check on Transfer TagVarun Prakash
2022-09-27nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash
2022-09-27nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi
2022-09-27nvme: handle effects after freeing the requestKeith Busch
2022-09-19nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco
2022-09-19nvmet: expose max queues to configfsDaniel Wagner
2022-09-19nvmet: avoid unnecessary flush bioGuixin Liu
2022-09-19nvmet-auth: remove redundant parameters reqGenjian Zhang
2022-09-19nvmet-auth: clean up with done_kfreeJackie Liu
2022-09-19nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-07nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher
2022-09-05nvmet: fix a use-after-freeBart Van Assche
2022-09-02Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-31nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi
2022-08-31nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-10nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds