aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
2020-09-04nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck
2020-09-04nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke
2020-09-04nvme-multipath: fix logic for non-optimized pathsMartin Wilck
2020-09-04nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke
2020-07-24nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig
2020-07-24nvme-multipath: fix bogus request queue reference putSagi Grimberg
2020-07-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-07-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman
2020-07-24nvme-multipath: set bdi capabilities onceKeith Busch
2020-07-16nvme: don't protect ns mutation with ns->head->lockSagi Grimberg
2020-06-04nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg
2020-05-15nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe
2020-01-19nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman
2019-12-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman
2019-10-05nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman
2019-09-10nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman
2019-09-06nvme: fix controller removal race with scan workSagi Grimberg
2019-09-06nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg
2019-08-04nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska
2019-05-13nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke
2019-03-28nvme-multipath: relax ANA state checkMartin George
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke
2019-01-09nvme-multipath: zero out ANA log bufferHannes Reinecke
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg
2018-10-17nvme: update node paths after adding new pathKeith Busch
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke
2018-07-27nvme: add ANA supportChristoph Hellwig
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig
2018-06-11nvme: add bio remapping tracepointHannes Reinecke
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche