summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2025-11-17nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Ewan D. Milne-1/+1
2025-11-17nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()Ewan D. Milne-6/+7
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki-1/+1
2025-11-17nvmet-auth: update sc_c in target host hash calculationAlistair Francis-2/+4
2025-11-05nvme: fix admin request_queue lifetimeKeith Busch-1/+2
2025-10-22nvme-pci: use blk_map_iter for p2p metadataKeith Busch-3/+10
2025-10-22nvmet-auth: update sc_c in host responseHannes Reinecke-2/+3
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa-0/+3
2025-10-14nvme-auth: update sc_c in host responseMartin George-1/+5
2025-10-09nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary-2/+4
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-154/+222
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-60/+137
2025-09-23Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe-57/+126
2025-09-23nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis-1/+7
2025-09-23nvmet: add safety check for subsys lockMax Gurtovoy-9/+6
2025-09-23nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George-1/+1
2025-09-23nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh-2/+2
2025-09-23nvme-core: add method to check for an I/O controllerKamaljit Singh-0/+5
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch-1/+1
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber-0/+2
2025-09-15nvme-auth: use hkdf_expand_label()Chris Leech-20/+13
2025-09-15nvme-auth: add hkdf_expand_label()Chris Leech-0/+53
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George-0/+3
2025-09-15nvme-fc: use lock accessing port_state and rport stateDaniel Wagner-2/+8
2025-09-15nvmet-fcloop: call done callback even when remote port is goneDaniel Wagner-3/+5
2025-09-15nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner-7/+9
2025-09-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner-10/+9
2025-09-15nvme-auth: update bi_directional flagMartin George-2/+3
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch-5/+0
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch-17/+4
2025-09-06nvme: apple: Add Apple A11 supportNick Chan-60/+137
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe-3/+3
2025-09-02nvme: fix PI insert on writeChristoph Hellwig-7/+11
2025-08-25nvme-pci: convert metadata mapping to dma iterKeith Busch-76/+87
2025-08-25nvme-pci: create common sgl unmapping helperKeith Busch-15/+14
2025-08-25blk-mq-dma: require unmap caller provide p2p map typeKeith Busch-1/+8
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro-3/+3
2025-08-07nvmet: exit debugfs after discovery subsystem exitsMohamed Khalfella-1/+1
2025-07-31nvme: fix various comment typosBjorn Helgaas-9/+9
2025-07-31nvme-auth: remove unneeded semicolonJiapeng Chong-2/+2
2025-07-31nvme-pci: fix leak on sgl setup errorKeith Busch-1/+1
2025-07-31nvmet: initialize discovery subsys after debugfs is initializedMohamed Khalfella-6/+6
2025-07-31nvme: add capability to connect to an administrative controllerKamaljit Singh-0/+16
2025-07-31nvmet: add support for FDP in fabrics passthru pathNitesh Shetty-0/+2
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-285/+423
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+15
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds-18/+13
2025-07-17nvme-pci: try function level reset on init failureKeith Busch-2/+22