public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* UBI: Add support for scatter gather and blk-mq
@ 2014-11-24 16:04 Richard Weinberger
  2014-11-24 16:04 ` [PATCH 1/2] UBI: Add initial support for scatter gather Richard Weinberger
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Weinberger @ 2014-11-24 16:04 UTC (permalink / raw)
  To: dedekind1
  Cc: ezequiel.garcia, dwmw2, computersforpeace, linux-mtd,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-15 16:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 16:04 UBI: Add support for scatter gather and blk-mq Richard Weinberger
2014-11-24 16:04 ` [PATCH 1/2] UBI: Add initial support for scatter gather Richard Weinberger
2014-11-24 16:04 ` [PATCH 2/2] UBI: Block: Add blk-mq support Richard Weinberger
2014-12-14 12:43 ` UBI: Add support for scatter gather and blk-mq Ezequiel Garcia
2014-12-14 14:00   ` Richard Weinberger
2014-12-14 22:26   ` Richard Weinberger
2014-12-15 15:58     ` Ezequiel Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox