summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+6
2026-03-10nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()Maurizio Lombardi1-2/+1
2026-03-10nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-10nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-33/+288
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe8-33/+288
2026-03-04nvme: fix memory allocation in nvme_pr_read_keys()Sungwoo Kim1-2/+2
2026-02-27nvme-multipath: fix leak on try_module_get failureKeith Busch1-7/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-30/+30
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-38/+38
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-38/+38
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-1/+2
2026-02-13nvme-pci: do not try to add queue maps at runtimeKeith Busch1-0/+12
2026-02-13nvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
2026-02-13nvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
2026-02-12nvme: fix memory leak in quirks_param_set()Maurizio Lombardi1-0/+1
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-20/+28
2026-02-06nvme: correct comment about nvme_ns_remove()John Garry1-1/+1
2026-02-06nvme: stop setting namespace gendisk device driver dataJohn Garry1-7/+0
2026-02-05nvme: add support for dynamic quirk configuration via module parameterMaurizio Lombardi1-0/+162
2026-02-05nvme-pci: handle changing device dma map requirementsKeith Busch1-15/+30
2026-02-02nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-02-02nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges1-2/+2
2026-01-28nvme: stop using AWUPFJohn Garry2-10/+7
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne1-2/+2
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei1-7/+13
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei3-6/+11
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe1-2/+2
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-14nvme: expose active quirks in sysfsMaurizio Lombardi2-0/+77
2026-01-14nvme/host: fixup some typosWilfred Mallawa1-2/+3
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty1-3/+2
2026-01-09nvme-fc: release admin tagset if init failsChaitanya Kulkarni1-0/+2
2026-01-09nvme-apple: add "apple,t8103-nvme-ans2" as compatibleJanne Grunau1-0/+1
2026-01-06nvme-pci: Use size_t for length fields to handle larger sizesLeon Romanovsky1-2/+2
2025-12-15nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2025-12-05Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe4-4/+10
2025-12-05nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2025-12-05nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
2025-12-05nvme-fc: check all request and response have been processedDaniel Wagner1-0/+2
2025-12-04nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang1-1/+1
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-35/+131
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+4
2025-12-02nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner1-2/+4
2025-12-02nvme-pci: add debug message on fail to read CSTSGerd Bayer1-0/+1
2025-12-02nvme-pci: print error message on failure in nvme_probeGerd Bayer1-0/+1
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+11