summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-08-21nvme: refactor command completionChristoph Hellwig
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck
2020-08-21nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg