summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig1-0/+4
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig2-6/+23
2022-04-08nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav1-3/+5
2022-04-08nvme: allow duplicate NSIDs for private namespacesSungup Moon3-8/+33
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-04-08nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-03-02nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2-2/+2
2022-02-23nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-02-16nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-16nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng1-1/+2
2022-02-08nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar1-0/+1
2021-12-01nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-12-01nvmet-tcp: fix incomplete data digest sendVarun Prakash1-1/+6
2021-11-18nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-11-18nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-11-18nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-11-18nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24
2021-11-18nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-10-27nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-10-27nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-26nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe3-12/+13
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares2-11/+12
2021-10-07nvme-pci: Fix abort command idKeith Busch1-1/+1
2021-09-27nvme: add command id quirk for apple controllersKeith Busch3-2/+11
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg1-3/+10
2021-09-21nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart1-2/+0
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart1-0/+2
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner1-8/+8
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe5-34/+26
2021-09-15nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0
2021-09-14nvme-tcp: fix io_work priority inversionKeith Busch1-10/+10
2021-09-14nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li1-13/+3
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner1-8/+7
2021-09-13nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter1-1/+1
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme-tcp: Do not reset transport on data digest errorsDaniel Wagner1-4/+18
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke1-1/+2