aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg1-0/+1
2018-10-17nvme: update node paths after adding new pathKeith Busch1-0/+9
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig1-11/+39
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart1-0/+7
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-2/+4
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke1-11/+4
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey1-2/+4
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke1-1/+1
2018-07-27nvme: add ANA supportChristoph Hellwig1-15/+327
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig1-7/+0
2018-06-11nvme: add bio remapping tracepointHannes Reinecke1-0/+4
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch1-0/+22
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang1-2/+2
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig1-30/+0
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+1
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung1-5/+10
2018-01-10nvme/multipath: Use blk_path_errorKeith Busch1-13/+1
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch1-36/+8
2017-11-20nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King1-1/+1
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke1-0/+30
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig1-0/+6
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig1-0/+255