summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+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-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
2025-08-25nvme-pci: convert metadata mapping to dma iterKeith Busch1-76/+87
2025-08-25nvme-pci: create common sgl unmapping helperKeith Busch1-15/+14
2025-08-25blk-mq-dma: require unmap caller provide p2p map typeKeith Busch1-1/+8
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro2-3/+3
2025-07-31nvme: fix various comment typosBjorn Helgaas2-3/+3
2025-07-31nvme-auth: remove unneeded semicolonJiapeng Chong1-2/+2
2025-07-31nvme-pci: fix leak on sgl setup errorKeith Busch1-1/+1
2025-07-31nvme: add capability to connect to an administrative controllerKamaljit Singh1-0/+16
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds8-272/+403
2025-07-29Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+11
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-16/+11
2025-07-17nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-07-17nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi1-3/+8
2025-07-17nvme: fix typo in status code constant for self-test in progressAlok Tiwari1-2/+2
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari6-11/+11
2025-07-15nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai1-0/+4
2025-07-15nvme: revert the cross-controller atomic write size validationChristoph Hellwig1-9/+0
2025-07-14nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry1-6/+6
2025-07-14nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing1-1/+1
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig1-2/+2
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig1-52/+62
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds3-6/+26
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner1-2/+3
2025-07-01nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONEAnuj Gupta1-2/+3