summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-011-0/+2
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-7/+3
* nvme: refactor command completionChristoph Hellwig2020-08-221-34/+13
* nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-221-5/+4
* nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-221-5/+10
* nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke2020-07-291-4/+7
* nvme-multipath: fix logic for non-optimized pathsMartin Wilck2020-07-291-0/+6
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-291-3/+15
* nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch2020-07-081-1/+1
* Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-20/+33
|\
| * nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig2020-07-021-3/+4
| * nvme-multipath: fix bogus request queue reference putSagi Grimberg2020-06-241-0/+8
| * nvme-multipath: fix deadlock due to head->lockAnton Eidelman2020-06-241-2/+2
| * nvme: don't protect ns mutation with ns->head->lockSagi Grimberg2020-06-241-8/+4
| * nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman2020-06-241-8/+16
* | block: remove direct_make_requestChristoph Hellwig2020-07-011-1/+1
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-3/+2
* | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-5/+4
|/
* nvme: define constants for identification valuesKeith Busch2020-05-101-2/+3
* nvme-multipath: stop using ->queuedataChristoph Hellwig2020-05-101-2/+1
* nvme-multipath: set bdi capabilities onceKeith Busch2020-05-101-0/+8
* nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-041-2/+2
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-12/+9
|\
| * nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-251-12/+9
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
|/
* nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-211-0/+1
* Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+9
|\
| * nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8
| * nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-041-0/+1
* | nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman2019-11-051-0/+2
* | nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman2019-10-291-5/+4
* | nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman2019-10-291-1/+1
|/
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-181-3/+5
|\
| * nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman2019-08-291-3/+5
* | nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman2019-08-201-0/+1
* | nvme: fix controller removal race with scan workSagi Grimberg2019-08-011-6/+40
* | nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-08-011-0/+30
|/
* nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2019-07-231-6/+2
* nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke2019-07-091-1/+2
* nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke2019-07-091-1/+4
* nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke2019-07-091-4/+8
* nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke2019-05-131-1/+1
* nvme-multipath: don't print ANA group state by defaultHannes Reinecke2019-05-011-1/+1
* nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke2019-05-011-0/+8
* nvme-multipath: relax ANA state checkMartin George2019-03-281-4/+1
* nvme: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvme-multipath: round-robin I/O policyHannes Reinecke2019-02-201-1/+85
* nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-01-241-2/+1
* nvme-multipath: zero out ANA log bufferHannes Reinecke2019-01-091-0/+2