UBI: Add support for scatter gather and blk-mq
Richard Weinberger
richard at nod.at
Mon Nov 24 08:04:38 PST 2014
This two patches implement blk-mq support for the UBI block driver.
As the scatter gather part is rather generic I've moved it directl
into UBI such that it can be reused later.
So far only reading data into a scatter gather list is possible.
After implementing ubi_eba_read_leb_sg() we could slowly start
removing a bunch of vmalloc() from the UBI core code and use scatter gather.
This should lower the memory footprint of UBI.
[PATCH 1/2] UBI: Add initial support for scatter gather
[PATCH 2/2] UBI: Block: Add blk-mq support
Thanks,
//richard
More information about the linux-mtd
mailing list