summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
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
2024-09-03nvme: set BLK_FEAT_ZONED for ZNS multipath disksChristoph Hellwig
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song
2024-06-26nvme-multipath: prepare for "queue-depth" iopolicyJohn Meneghini
2024-06-24nvme: fix status magic numbersWeiwen Hu
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig
2024-05-28nvme: use srcu for iterating namespace listKeith Busch
2024-05-23nvme-multipath: fix io accounting on failoverKeith Busch
2024-05-21nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff
2024-05-01nvme: find numa distance only if controller has valid numa idNilay Shroff
2024-03-04nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-01-29nvme: use ctrl state accessorKeith Busch