summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)AuthorFilesLines
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-24block: store a block_device pointer in struct bioChristoph Hellwig1-3/+3
2020-12-16Merge 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-21nvme: refactor command completionChristoph Hellwig1-34/+13
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-21nvme: 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
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-3/+2
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-5/+4
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman1-2/+2
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-05-09nvme: define constants for identification valuesKeith Busch1-2/+3
2020-05-09nvme-multipath: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-09nvme-multipath: set bdi capabilities onceKeith Busch1-0/+8
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+9
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-26nvme-multipath: do not reset on unknown statusJohn Meneghini1-12/+9
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+9
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman1-0/+2
2019-11-04nvme: Fix parsing of ANA log pagePrabhath Sajeepa1-4/+8
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy1-0/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman1-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman1-1/+1
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2019-08-29nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman1-3/+5
2019-08-20nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman1-0/+1
2019-07-31nvme: fix controller removal race with scan workSagi Grimberg1-6/+40
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg1-0/+30
2019-07-23nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska1-6/+2
2019-07-09nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke1-1/+2
2019-07-09nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke1-1/+4