- Most significant change this cycle is request-based DM now supports
  stacking ontop of blk-mq devices.  This blk-mq support changes the
  model request-based DM uses for cloning a request to relying on
  calling blk_get_request() directly from the underlying blk-mq device.
  Early consumer of this code is Intel's emerging NVMe hardware; thanks
  to Keith Busch for working on, and pushing for, these changes.

- A few other small fixes and cleanups across other DM targets.
dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues

A DM device must inherit the QUEUE_FLAG_SG_GAPS flags from its
underlying block devices' request queues.

This fixes problems when submitting cloned requests to multipathed
devices requiring virtually contiguous buffers.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 file changed