summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* use less confusing names for iov_iter direction initializersAl Viro2022-11-252-3/+3
* nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
* nvmet: fix a memory leakSagi Grimberg2022-11-091-0/+1
* nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov2022-11-091-2/+5
* nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner2022-10-191-4/+0
* nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg2022-10-191-1/+1
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-2/+3
* Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-3012-152/+142
|\
| * nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig2022-09-271-6/+5
| * nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-09-271-2/+1
| * nvme-loop: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-64/+19
| * nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-5/+5
| * nvme-loop: initialize sqsize laterChristoph Hellwig2022-09-271-1/+1
| * nvmet: add helpers to set the result field for connect commandsChristoph Hellwig2022-09-271-10/+8
| * nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2022-09-271-4/+2
| * nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-274-14/+13
| * nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi2022-09-271-8/+2
| * nvmet-tcp: add bounds check on Transfer TagVarun Prakash2022-09-271-2/+9
| * nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash2022-09-271-0/+7
| * nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi2022-09-271-3/+16
| * nvme: handle effects after freeing the requestKeith Busch2022-09-271-1/+6
| * nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco2022-09-191-31/+13
| * nvmet: expose max queues to configfsDaniel Wagner2022-09-191-0/+29
| * nvmet: avoid unnecessary flush bioGuixin Liu2022-09-191-0/+8
| * nvmet-auth: remove redundant parameters reqGenjian Zhang2022-09-191-2/+2
| * nvmet-auth: clean up with done_kfreeJackie Liu2022-09-191-4/+2
| * nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu2022-09-191-1/+0
| * nvme: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-192-2/+2
* | Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-092-4/+19
|\ \
| * | nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher2022-09-071-2/+15
| * | nvmet: fix a use-after-freeBart Van Assche2022-09-051-2/+4
* | | Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-032-0/+4
|\| | | |/ |/|
| * nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi2022-08-311-0/+3
| * nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke2022-08-311-0/+1
* | Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-2/+2
|\|
| * nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu2022-08-101-2/+2
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-1/+1
|\ \ | |/ |/|
| * RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe2022-07-261-1/+1
* | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0511-12/+1369
|\ \
| * | nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg2022-08-031-1/+2
| * | nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn2022-08-031-1/+1
| * | nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni2022-08-031-2/+1
| * | nvmet-auth: fix return value check in auth sendChaitanya Kulkarni2022-08-031-2/+2
| * | nvmet-auth: fix a couple of spelling mistakesColin Ian King2022-08-031-1/+1
| * | nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig2022-08-031-1/+1
| * | nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig2022-08-031-2/+2
| * | nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-033-1/+21
| * | nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-035-8/+232
| * | nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-039-3/+1100
| * | nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-034-3/+23