summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2026-02-13nvme-pci: do not try to add queue maps at runtimeKeith Busch
2026-02-13nvme-pci: cap queue creation to used queuesKeith Busch
2026-02-13nvme-pci: ensure we're polling a polled queueKeith Busch
2026-02-11nvme: fix memory leak in quirks_param_set()Maurizio Lombardi
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-06nvme: correct comment about nvme_ns_remove()John Garry
2026-02-06nvme: stop setting namespace gendisk device driver dataJohn Garry
2026-02-05nvme: add support for dynamic quirk configuration via module parameterMaurizio Lombardi
2026-02-05nvme-pci: handle changing device dma map requirementsKeith Busch
2026-02-02nvme: fix admin queue leak on controller resetMing Lei
2026-02-02nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges
2026-01-28nvme: stop using AWUPFJohn Garry
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff
2026-01-13nvme: expose active quirks in sysfsMaurizio Lombardi
2026-01-13nvme/host: fixup some typosWilfred Mallawa
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty
2026-01-09nvme-fc: release admin tagset if init failsChaitanya Kulkarni
2026-01-09nvme-apple: add "apple,t8103-nvme-ans2" as compatibleJanne Grunau
2026-01-06nvme-pci: Use size_t for length fields to handle larger sizesLeon Romanovsky
2025-12-15nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng
2025-12-04Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe
2025-12-04nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee
2025-12-04nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin
2025-12-04nvme-fc: check all request and response have been processedDaniel Wagner
2025-12-04nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01nvme-fc: don't hold rport lock when putting ctrlDaniel Wagner
2025-12-01nvme-pci: add debug message on fail to read CSTSGerd Bayer
2025-12-01nvme-pci: print error message on failure in nvme_probeGerd Bayer
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-22nvme-pci: use blk_map_iter for p2p metadataKeith Busch
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa