summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
2026-06-10nvme: make nvme_add_ns{_head}_cdev return voidJohn Garry
2026-06-09nvme: fix crash and memory leak during invalid cdev teardownMaurizio Lombardi
2026-06-05Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...Jens Axboe
2026-06-04nvme: export I/O failure count when no path is available via sysfsNilay Shroff
2026-06-04nvme: export I/O requeue count when no path is usable via sysfsNilay Shroff
2026-06-04nvme: export multipath failover count via sysfsNilay Shroff
2026-06-02nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disksAchkinazi, Igor
2026-06-02nvme-multipath: require exact iopolicy names for module parameterliyouhong
2026-06-02nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()John Garry
2026-05-28nvme: add support multipath passthrough iostatsKeith Busch
2026-05-26nvme-multipath: enable PCI P2PDMA for multipath devicesKiran Kumar Modukuri
2026-04-09nvme-multipath: drop head pointer check in nvme_mpath_clear_current_path()John Garry
2026-03-10block: move bio queue-transition flag fixups into blk_steal_bios()Chaitanya Kulkarni
2026-02-27nvme-multipath: fix leak on try_module_get failureKeith Busch
2026-02-06nvme: correct comment about nvme_ns_remove()John Garry
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-17nvme-multipath: fix lockdep WARN due to partition scan workShin'ichiro Kawasaki
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-10-09nvme-multipath: Skip nr_active increments in RETRY dispositionAmit Chaudhary
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-01nvme-multipath: fix suspicious RCU usage warningGeliang Tang
2025-06-30nvme: correctly account for namespace head reference counterNilay Shroff
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-26nvme: reset delayed remove_work after reconnectKeith Busch
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-04nvme: spelling fixesYi Zhang
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-20nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_diskNilay Shroff
2025-05-20nvme: introduce multipath_always_on module paramNilay Shroff
2025-05-20nvme-multipath: introduce delayed removal of the multipath head nodeNilay Shroff
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-08nvme: multipath: fix return value of nvme_available_pathUday Shankar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao
2024-11-11nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-10-15nvme-multipath: defer partition scanningKeith Busch
2024-10-08nvme: delete unnecessary fallthru commentTokunori Ikegami
2024-09-24nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke
2024-09-24nvme-multipath: system fails to create generic nvme deviceHannes Reinecke