summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
10 daysnvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
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
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
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne1-1/+1
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne1-6/+7
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki1-1/+1
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-8/+65
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky1-12/+13
2025-11-07nvme: remove virtual boundary for sgl capable devicesKeith Busch8-8/+47
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch1-1/+2
2025-11-05block: introduce disk_report_zone()Damien Le Moal4-11/+10
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-3/+4
2025-10-23nvme-pci: use blk_map_iter for p2p metadataKeith Busch1-3/+10
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-10-14nvme-auth: update sc_c in host responseMartin George1-1/+5
2025-10-09nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary1-2/+4
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-105/+127
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-60/+137
2025-09-24Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe5-8/+31
2025-09-24nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-09-24nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George1-1/+1
2025-09-24nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh1-2/+2
2025-09-24nvme-core: add method to check for an I/O controllerKamaljit Singh1-0/+5
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch1-1/+1
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George1-0/+3
2025-09-15nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-09-15nvme-auth: update bi_directional flagMartin George1-2/+3
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch1-5/+0
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch1-17/+4
2025-09-06nvme: apple: Add Apple A11 supportNick Chan1-60/+137
2025-09-04Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe2-3/+3
2025-09-02nvme: fix PI insert on writeChristoph Hellwig1-7/+11