summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg2022-08-031-6/+2
* | | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\ \ \ | |/ / |/| |
| * | keep iocb_flags() result cached in struct fileAl Viro2022-06-101-1/+1
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-023-26/+27
|\ \
| * | nvme/target: Use the new blk_opf_t typeBart Van Assche2022-07-142-11/+12
| * | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-2/+2
| * | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-2/+2
| * | nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-07-061-2/+2
| * | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-3/+3
| * | block: simplify disk shutdownChristoph Hellwig2022-06-281-6/+6
| |/
* | nvmet: add a clear_ids attribute for passthru targetsAlan Adamson2022-06-304-0/+82
* | nvmet-tcp: fix regression in data_digest calculationSagi Grimberg2022-06-291-20/+3
|/
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-1/+1
|\
| * nvmet: fix typo in commentJulia Lawall2022-05-311-1/+1
* | blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-271-2/+2
|\ \ | |/ |/|
| * RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-181-1/+1
* | block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-181-2/+1
|/
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-0211-38/+51
|\
| * 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-2911-37/+50
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-0/+1
|\ \
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2212-55/+61
|\ \ \ | | |/ | |/|
| * | nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig2022-03-161-1/+2
| * | nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-155-7/+15
| * | nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni2022-03-141-5/+8
| * | nvmet: don't fold linesChaitanya Kulkarni2022-03-141-9/+5
| * | nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni2022-03-141-1/+1
| * | nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni2022-03-141-1/+1
| * | nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni2022-03-141-1/+1