[dm-devel] [PATCH 0/2] dm: add new loop and ram targets

Bryn M. Reeves bmr at redhat.com
Thu Jan 18 11:42:32 UTC 2018


On Wed, Jan 17, 2018 at 04:29:36PM -0500, Mike Snitzer wrote:
> On Wed, Jan 17 2018 at  2:33pm -0500,
> As for dm-loop, doubling the performance of the loopback driver is quite
> nice (especially with only 1/7 the number of lines of code as
> drives/block/loop.c).

Isn't this going to raise the same objection that akpm had years ago,
with the original dm-loop (block mapping) target?

We had an even bigger performance boost with that but it was rejected
on the grounds that a second loop back block device implementation was
not welcome unless the two could share code.

We had out of tree users for years from folks looking for better
performance.

I've been through a few revisions of a patch set that refactors the
loop.c driver into an interface and back end, which both /dev/loopN and
dm-loop could use. This was at the request of various groups who were
interested in a DM loop target but ultimately interest waned each time
and I ended up stopping maintenance of it a few years back.

Regards,
Bryn.
 




More information about the dm-devel mailing list