index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
multipath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-28
nvme: add context annotations for nvme_ctrl::ana_lock
Nilay Shroff
1
-0
/
+1
2026-07-28
nvme: remove redundant initialization of delayed_removal_secs
Nilay Shroff
1
-1
/
+0
2026-07-28
nvme: remove redundant initialization of nvme_ns_head::requeue_list
Nilay Shroff
1
-1
/
+0
2026-07-28
nvme: add context annotations for nvme_ns_head::srcu
Nilay Shroff
1
-0
/
+6
2026-07-16
nvme: fix cdev lifetime
John Garry
1
-20
/
+2
2026-07-16
nvme: add nvme_get_ns_head()
John Garry
1
-1
/
+1
2026-07-08
nvme: swap synchronization ordering in nvme_remove_head()
John Garry
1
-3
/
+4
2026-07-06
nvme-multipath: revalidate zones for namespace heads
Yao Sang
1
-4
/
+20
2026-06-10
nvme: make nvme_add_ns{_head}_cdev return void
John Garry
1
-8
/
+5
2026-06-09
nvme: fix crash and memory leak during invalid cdev teardown
Maurizio Lombardi
1
-6
/
+13
2026-06-05
Merge tag 'nvme-7.2-2026-06-04' of git://git.infradead.org/nvme into for-7.2/...
Jens Axboe
1
-18
/
+119
2026-06-04
nvme: export I/O failure count when no path is available via sysfs
Nilay Shroff
1
-0
/
+30
2026-06-04
nvme: export I/O requeue count when no path is usable via sysfs
Nilay Shroff
1
-0
/
+30
2026-06-04
nvme: export multipath failover count via sysfs
Nilay Shroff
1
-0
/
+27
2026-06-02
nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
Achkinazi, Igor
1
-0
/
+6
2026-06-02
nvme-multipath: require exact iopolicy names for module parameter
liyouhong
1
-16
/
+24
2026-06-02
nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
John Garry
1
-2
/
+2
2026-05-28
nvme: add support multipath passthrough iostats
Keith Busch
1
-1
/
+4
2026-05-26
nvme-multipath: enable PCI P2PDMA for multipath devices
Kiran Kumar Modukuri
1
-1
/
+1
2026-04-09
nvme-multipath: drop head pointer check in nvme_mpath_clear_current_path()
John Garry
1
-4
/
+0
2026-03-10
block: move bio queue-transition flag fixups into blk_steal_bios()
Chaitanya Kulkarni
1
-14
/
+1
2026-02-27
nvme-multipath: fix leak on try_module_get failure
Keith Busch
1
-7
/
+5
2026-02-06
nvme: correct comment about nvme_ns_remove()
John Garry
1
-1
/
+1
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2025-11-17
nvme-multipath: fix lockdep WARN due to partition scan work
Shin'ichiro Kawasaki
1
-1
/
+1
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
1
-2
/
+2
2025-10-09
nvme-multipath: Skip nr_active increments in RETRY disposition
Amit Chaudhary
1
-2
/
+4
2025-07-04
Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+6
2025-07-01
nvme-multipath: fix suspicious RCU usage warning
Geliang Tang
1
-1
/
+2
2025-06-30
nvme: correctly account for namespace head reference counter
Nilay Shroff
1
-1
/
+4
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-04
nvme: spelling fixes
Yi Zhang
1
-1
/
+1
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-18
/
+188
2025-05-20
nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk
Nilay Shroff
1
-8
/
+8
2025-05-20
nvme: introduce multipath_always_on module param
Nilay Shroff
1
-6
/
+66
2025-05-20
nvme-multipath: introduce delayed removal of the multipath head node
Nilay Shroff
1
-10
/
+120
2025-05-16
Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2025-05-14
nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
Alan Adamson
1
-1
/
+2
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+7
2025-04-16
nvme-multipath: sysfs links may not be created for devices
Hannes Reinecke
1
-7
/
+7
2025-04-11
Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-04-08
nvme: multipath: fix return value of nvme_available_path
Uday Shankar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-20
nvme-multipath: Add visibility for queue-depth io-policy
Nilay Shroff
1
-0
/
+12
2025-03-20
nvme-multipath: Add visibility for numa io-policy
Nilay Shroff
1
-0
/
+27
2025-03-20
nvme-multipath: Add visibility for round-robin io-policy
Nilay Shroff
1
-0
/
+99
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-1
/
+1
2024-11-18
nvme/multipath: Fix RCU list traversal to use SRCU primitive
Breno Leitao
1
-7
/
+14
[next]