aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/host/multipath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-04nvme: spelling fixesYi Zhang1-1/+1
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-18/+188
2025-05-20nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_diskNilay Shroff1-8/+8
2025-05-20nvme: introduce multipath_always_on module paramNilay Shroff1-6/+66
2025-05-20nvme-multipath: introduce delayed removal of the multipath head nodeNilay Shroff1-10/+120
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson1-1/+2
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds1-7/+7
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke1-7/+7
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-04-08nvme: multipath: fix return value of nvme_available_pathUday Shankar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff1-0/+12
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff1-0/+27
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff1-0/+99
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-1/+1
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-11nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-10-15nvme-multipath: defer partition scanningKeith Busch1-6/+33
2024-10-08nvme: delete unnecessary fallthru commentTokunori Ikegami1-1/+0
2024-09-24nvme-multipath: avoid hang on inaccessible namespacesHannes Reinecke1-2/+10
2024-09-24nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-09-03nvme: set BLK_FEAT_ZONED for ZNS multipath disksChristoph Hellwig1-1/+3
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig1-0/+16
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song1-4/+82
2024-06-26nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini1-6/+15
2024-06-24nvme: fix status magic numbersWeiwen Hu1-1/+1
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig1-11/+1
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-2/+1
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-4/+0
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-6/+0
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig1-1/+2
2024-05-28nvme: use srcu for iterating namespace listKeith Busch1-9/+12
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch1-1/+2
2024-05-21nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff1-1/+1
2024-05-01nvme: find numa distance only if controller has valid numa idNilay Shroff1-1/+2
2024-03-04nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig1-6/+7
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+3
2024-01-29nvme: use ctrl state accessorKeith Busch1-7/+8
2023-12-19nvme: rename ns attribute groupDaniel Wagner1-1/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-0/+8
2023-06-28nvme: improved uring pollingKeith Busch1-1/+1
2023-06-27nvme-mpath: fix I/O failure with EAGAIN when failing over I/OSagi Grimberg1-0/+8
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3