summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-57/+100
7 daysMerge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
8 daysMerge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe12-57/+100
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-144/+661
2026-06-10nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_changeMaurizio Lombardi1-0/+1
2026-06-10nvmet-auth: reject short AUTH_RECEIVE buffersMichael Bommarito1-1/+25
2026-06-10nvme-fc: Do not cancel requests in io target before it is initializedMohamed Khalfella1-1/+6
2026-06-10nvme: make nvme_add_ns{_head}_cdev return voidJohn Garry2-16/+10
2026-06-10nvme: make some sysfs diagnostic structures staticJohn Garry1-3/+3
2026-06-10nvmet-rdma: handle inline data with a nonzero offsetBryam Vargas1-8/+10
2026-06-09nvme: target: allocate ana_state with portRosen Penev2-9/+2
2026-06-09nvme: fix crash and memory leak during invalid cdev teardownMaurizio Lombardi3-16/+41
2026-06-09nvmet: fix refcount leak in nvmet_sq_create()Wentao Liang1-1/+1
2026-06-09nvme: quieten sparse warning in valid LBA size checkJohn Garry1-4/+7
2026-06-08nvme-apple: Prevent shared tags across queues on Apple A11Nick Chan1-8/+4
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...Jens Axboe14-119/+631
2026-06-04nvme: export controller reconnect event count via sysfsNilay Shroff5-0/+44
2026-06-04nvme: export controller reset event count via sysfsNilay Shroff3-0/+29
2026-06-04nvme: export I/O failure count when no path is available via sysfsNilay Shroff3-0/+37
2026-06-04nvme: export I/O requeue count when no path is usable via sysfsNilay Shroff3-0/+37
2026-06-04nvme: export command error counters via sysfsNilay Shroff3-1/+77
2026-06-04nvme: export multipath failover count via sysfsNilay Shroff3-1/+38
2026-06-04nvme: export command retry count via sysfsNilay Shroff3-0/+38
2026-06-04nvme: add diag attribute group under sysfsNilay Shroff3-0/+37
2026-06-04nvme-tcp: lockdep: use dynamic lockdep keys per socket instanceShin'ichiro Kawasaki1-12/+26
2026-06-03nvme-tcp: move nvme_tcp_reclassify_socket()Shin'ichiro Kawasaki1-38/+38
2026-06-03nvme: validate FDP configuration descriptor sizesliuxixin1-4/+6
2026-06-03nvmet-auth: validate reply message payload bounds against transfer lengthTianchu Chen1-3/+12
2026-06-02nvme: refresh multipath head zoned limits from path limitsYao Sang1-0/+10
2026-06-02nvme: fix FDP fdpcidx bounds checkliuxixin1-1/+1
2026-06-02nvme-tcp: Use WQ_PERCPU explicitly if wq_unbound is false.Kuniyuki Iwashima1-0/+2
2026-06-02nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log PageBryam Vargas1-1/+22
2026-06-02nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disksAchkinazi, Igor1-0/+6
2026-06-02nvme-multipath: require exact iopolicy names for module parameterliyouhong1-16/+24
2026-06-02nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()John Garry3-5/+5
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2026-05-28nvme: add support multipath passthrough iostatsKeith Busch2-1/+13
2026-05-28nvme-tcp: cleanup nvme_tcp_init_iterChristoph Hellwig1-17/+10
2026-05-28nvme-tcp: store negative errno in queue->tls_errChuck Lever1-1/+1
2026-05-27nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_poolsMateusz Nowicki1-2/+7
2026-05-27nvme: target: rdma: fix ndev refcount leak on queue connectWentao Liang1-2/+4
2026-05-27nvme-multipath: fix flex array size in struct nvme_ns_headNilay Shroff1-1/+1
2026-05-27nvme: use DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE for multipath_sysfsJohn Garry1-8/+1
2026-05-27nvmet-tcp: check return value of nvmet_tcp_set_queue_sockGeliang Tang1-2/+3
2026-05-27nvmet-tcp: fix page fragment cache leak in error pathGeliang Tang1-0/+6
2026-05-27nvme-core: fix unsigned comparison warning in nvme_wait_freeze_timeoutMaurizio Lombardi1-1/+1
2026-05-27nvme-multipath: enable PCI P2PDMA for multipath devicesKiran Kumar Modukuri1-1/+1
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki6-6/+6
2026-05-23nvme-pci: Use pci_suspend_retains_context() during suspendManivannan Sadhasivam1-1/+2
2026-05-21nvme-pci: fix dma mapping leak on data setup errorKeith Busch1-3/+28