summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-2/+1
* nvme-multipath: zero out ANA log bufferHannes Reinecke2019-01-091-0/+2
* nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke2018-12-071-2/+2
* nvme-mpath: remove I/O polling supportChristoph Hellwig2018-12-041-16/+0
* block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-2/+2
* block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-2/+2
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-0/+1
|\
| * nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-091-0/+1
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
|/
* nvme: update node paths after adding new pathKeith Busch2018-10-171-0/+9
* nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-011-11/+39
* nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-10-011-0/+7
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-2/+4
|\
| * nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-251-2/+4
* | nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2018-09-281-11/+4
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* 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/+0
* 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/+0
|/
* nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-281-5/+10
* nvme/multipath: Use blk_path_errorKeith Busch2018-01-101-13/+1
* nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-101-36/+8
* nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King2017-11-201-1/+1
* nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-101-0/+30
* nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-101-0/+6
* nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-101-0/+255