summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-38/+61
7 daysMerge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
9 daysMerge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe6-38/+61
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-120/+597
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-09nvme: fix crash and memory leak during invalid cdev teardownMaurizio Lombardi3-16/+41
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 Axboe9-96/+568
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-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-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-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-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 Nowicki5-5/+5
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
2026-05-21nvme-pci: fix dma_vecs leak on p2p memoryKeith Busch1-1/+2
2026-05-20nvme: core: reject invalid LBA data size from Identify NamespaceChao Shi1-1/+11
2026-05-20nvme-core: warn on allocating admin tag set with existing queueMaurizio Lombardi1-6/+1
2026-05-20nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrlMaurizio Lombardi1-3/+3
2026-05-20nvme: add sysfs attribute to change IO timeout per controllerMaurizio Lombardi3-1/+51
2026-05-20nvme: add sysfs attribute to change admin timeout per nvme controllerMaurizio Lombardi4-1/+44
2026-05-20nvme: remove redundant timeout argument from nvme_wait_freeze_timeoutMaurizio Lombardi6-6/+7
2026-05-20nvme: Let the blocklayer set timeouts for requestsMaximilian Heyne1-2/+0
2026-05-14nvme-apple: Reset q->sq_tail during queue initNick Chan1-0/+1
2026-05-11nvme: fix race condition between connected uevent and STARTED_ONCE flagMaurizio Lombardi1-1/+1