summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+36
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke1-5/+36
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao1-1/+2
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker1-1/+1
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+12
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke1-2/+5
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+2
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares1-2/+0
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke1-1/+16
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig1-0/+2
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig1-1/+1
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke1-1/+8
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+27
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner1-5/+0
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner1-0/+7
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig1-1/+20
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-32/+13
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-26/+29
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner1-0/+3
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im1-3/+48
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig1-1/+24
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig1-12/+12
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner1-4/+4
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch1-0/+4
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig1-2/+2
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-3/+3
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-2/+1
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov1-0/+2
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-7/+3
2020-08-22nvme: refactor command completionChristoph Hellwig1-34/+13
2020-08-22nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-22nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke1-4/+7
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck1-0/+6
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-3/+15
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch1-1/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-20/+33
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4