summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)AuthorLines
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman-0/+2
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman-1/+1
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+5
2019-08-29nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman-3/+5
2019-08-20nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman-0/+1
2019-07-31nvme: fix controller removal race with scan workSagi Grimberg-6/+40
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg-0/+30
2019-07-23nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska-6/+2
2019-07-09nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke-1/+2
2019-07-09nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke-1/+4
2019-07-09nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke-4/+8
2019-05-13nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke-1/+1
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke-1/+1
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke-0/+8
2019-03-28nvme-multipath: relax ANA state checkMartin George-4/+1
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig-9/+1
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke-1/+85
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke-2/+1
2019-01-09nvme-multipath: zero out ANA log bufferHannes Reinecke-0/+2
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke-2/+2
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig-16/+0
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe-2/+2
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe-2/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe-0/+1
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig-1/+1
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg-0/+1
2018-10-17nvme: update node paths after adding new pathKeith Busch-0/+9
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig-11/+39
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart-0/+7
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe-2/+4
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke-11/+4
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke-1/+1
2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey-2/+4
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke-1/+1
2018-07-27nvme: add ANA supportChristoph Hellwig-15/+327
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig-7/+0
2018-06-11nvme: add bio remapping tracepointHannes Reinecke-0/+4
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch-0/+22
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang-2/+2
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche-1/+1
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig-30/+0
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche-1/+1
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung-5/+10
2018-01-10nvme/multipath: Use blk_path_errorKeith Busch-13/+1
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch-36/+8
2017-11-20nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King-1/+1
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke-0/+30