summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-multipath: relax ANA state checkMartin George2019-05-041-4/+1Star
* nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-03-051-2/+1Star
* nvme-multipath: zero out ANA log bufferHannes Reinecke2019-02-201-0/+2
* nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-271-0/+1
* nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-11-131-0/+7
* nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-261-2/+4
* nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1
* nvme: add ANA supportChristoph Hellwig2018-07-271-15/+327
* nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-271-7/+0Star
* nvme: add bio remapping tracepointHannes Reinecke2018-06-111-0/+4
* nvme/multipath: Fix multipath disabled naming collisionsKeith Busch2018-05-031-0/+22
* nvme/multipath: Disable runtime writable enabling parameterKeith Busch2018-05-031-1/+1
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-4/+4
|\
| * nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang2018-03-261-2/+2
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* | Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig2018-03-071-30/+0Star
|/
* nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-281-5/+10
* nvme/multipath: Use blk_path_errorKeith Busch2018-01-101-13/+1Star
* nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-101-36/+8Star
* nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King2017-11-201-1/+1
* nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-111-0/+30
* nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-111-0/+6
* nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-111-0/+255