summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-31nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig1-1/+1
2023-05-31nvme: improve handling of long keep alivesUday Shankar1-1/+15
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar2-1/+14
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-05-30nvme: fix miss command type checkmin15.li4-4/+6
2023-05-26overflow: Add struct_size_t() helperKees Cook1-4/+4
2023-05-26NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura1-0/+2
2023-05-25nvme: optimise io_uring passthrough completionPavel Begunkov1-2/+2
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen4-149/+319
2023-05-19Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe5-4/+20
2023-05-19nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith1-0/+2
2023-05-17nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-05-17nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig1-1/+0
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-1/+1
2023-05-03nvme-pci: clamp max_hw_sectors based on DMA optimized limitationAdrian Huang1-1/+1
2023-05-03nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev3-1/+10
2023-05-03nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg1-0/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+5
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds11-129/+126
2023-04-14nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong1-0/+2
2023-04-13nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg1-5/+2
2023-04-13nvme-rdma: minor cleanup in nvme_rdma_create_cq()zhenwei pi1-8/+4
2023-04-13nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin1-2/+2
2023-04-13nvme: fix async event trace eventKeith Busch2-13/+7
2023-04-13nvme-apple: return directly instead of elseChaitanya Kulkarni1-2/+2
2023-04-13nvme-apple: return directly instead of elseChaitanya Kulkarni1-2/+2
2023-04-13nvmet-tcp: validate idle poll modparam valueChaitanya Kulkarni1-2/+3
2023-04-13nvmet-tcp: validate so_priority modparam valueChaitanya Kulkarni1-2/+27
2023-04-13nvme-tcp: fence TCP socket on receive errorChris Leech1-0/+3
2023-04-13nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig2-9/+4
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig3-4/+4
2023-04-13nvmet: fix Identify Identification Descriptor List handlingChristoph Hellwig1-19/+1
2023-04-13nvmet: cleanup nvmet_execute_identify()Damien Le Moal1-16/+19
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal3-8/+18
2023-04-13nvmet: fix Identify Active Namespace ID list handlingDamien Le Moal1-7/+2
2023-04-13nvmet: fix Identify Controller handlingDamien Le Moal1-5/+2
2023-04-13nvmet: fix Identify Namespace handlingDamien Le Moal1-7/+2
2023-04-13nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Damien Le Moal1-7/+9
2023-04-13nvme-pci: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+1
2023-04-12nvme: Add pr_ops read_reservation supportMike Christie1-0/+83
2023-04-12nvme: Add a nvme_pr_type enumMike Christie1-12/+12
2023-04-12nvme: Add pr_ops read_keys supportMike Christie1-0/+69
2023-04-12nvme: Add helper to send pr commandMike Christie1-9/+14
2023-04-12nvme: Move pr code to it's own fileMike Christie4-149/+161
2023-04-12nvme: Don't hardcode the data len for pr commandsMike Christie1-6/+7
2023-04-12block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+1
2023-04-05nvme: fix discard support without oncsKeith Busch1-3/+3