summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2022-09-19nvmet: expose max queues to configfsDaniel Wagner1-0/+29
2022-09-19nvmet: avoid unnecessary flush bioGuixin Liu1-0/+8
2022-09-19nvmet-auth: remove redundant parameters reqGenjian Zhang1-2/+2
2022-09-19nvmet-auth: clean up with done_kfreeJackie Liu1-4/+2
2022-09-19nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu1-1/+0
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+19
2022-09-07nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher1-2/+15
2022-09-05nvmet: fix a use-after-freeBart Van Assche1-2/+4
2022-09-03Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+4
2022-08-31nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi1-0/+3
2022-08-31nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke1-0/+1
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-08-10nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu1-2/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2022-08-05Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds11-12/+1369
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-03nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg1-1/+2
2022-08-03nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn1-1/+1
2022-08-03nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni1-2/+1
2022-08-03nvmet-auth: fix return value check in auth sendChaitanya Kulkarni1-2/+2
2022-08-03nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-03nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig1-1/+1
2022-08-03nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig1-2/+2
2022-08-03nvmet-auth: expire authentication sessionsHannes Reinecke3-1/+21
2022-08-03nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke5-8/+232
2022-08-03nvmet: implement basic In-Band AuthenticationHannes Reinecke9-3/+1100
2022-08-03nvmet: parse fabrics commands on io queuesHannes Reinecke4-3/+23
2022-08-03nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg1-6/+2
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-26/+27
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe1-1/+1
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche2-11/+12
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-2/+2
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-2/+2
2022-07-06nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+2
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-3/+3
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson4-0/+82
2022-06-29nvmet-tcp: fix regression in data_digest calculationSagi Grimberg1-20/+3
2022-06-28block: simplify disk shutdownChristoph Hellwig1-6/+6
2022-06-10keep iocb_flags() result cached in struct fileAl Viro1-1/+1
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-05-31nvmet: fix typo in commentJulia Lawall1-1/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-2/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-04-02Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds11-38/+51
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 Grimberg11-37/+50