summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-10-26nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar1-1/+2
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley1-3/+3
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2022-09-20nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi1-0/+3
2022-09-15nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg1-4/+1
2022-09-15nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg1-1/+1
2022-09-15nvmet: fix a use-after-freeBart Van Assche1-2/+4
2022-08-25nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg1-1/+2
2022-08-21nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo1-1/+1
2022-07-21nvme-pci: phison e16 has bogus namespace idsKeith Busch1-1/+2
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li4-6/+19
2022-07-21nvme-tcp: always fail a request when sending it failedSagi Grimberg1-2/+1
2022-07-07nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco1-1/+2
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig2-4/+14
2022-06-29nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2022-06-29nvme-pci: allocate nvme_command within driver pduKeith Busch1-5/+6
2022-06-29nvme: don't check nvme_req flags for new reqChaitanya Kulkarni1-6/+5
2022-06-29nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni1-1/+1
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni5-23/+42
2022-06-29nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni3-5/+11
2022-06-22nvme: add device name to warning in uuid_show()Thomas Weißschuh1-2/+2
2022-06-22nvme: use sysfs_emit instead of sprintfDaniel Wagner2-24/+24
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-05-25nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig2-6/+23
2022-04-08nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-04-08nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
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-11-18nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-11-18nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-11-02nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-11-02nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-11-02nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-20nvme-pci: Fix abort command idKeith Busch1-1/+1