public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] xen-block: indirect descriptors
@ 2013-04-17 18:18 Roger Pau Monne
  2013-04-17 18:18 ` [PATCH v2 1/7] xen-blkback: print stats about persistent grants Roger Pau Monne
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Roger Pau Monne @ 2013-04-17 18:18 UTC (permalink / raw)
  To: linux-kernel, xen-devel

Implementation of indirect descriptors v2, addressing Konrad's 
comments. A graph on performance can be found at:

http://xenbits.xen.org/people/royger/plot_indirect_read4k.png

Thanks for the review, Roger.

Roger Pau Monne (7):
      xen-blkback: print stats about persistent grants
      xen-blkback: use balloon pages for all mappings
      xen-blkback: implement LRU mechanism for persistent grants
      xen-blkback: move pending handles list from blkbk to pending_req
      xen-blkback: make the queue of free requests per backend
      xen-blkback: expand map/unmap functions
      xen-block: implement indirect descriptors

 Documentation/ABI/stable/sysfs-bus-xen-backend |   18 +
 drivers/block/xen-blkback/blkback.c            |  844 +++++++++++++++---------
 drivers/block/xen-blkback/common.h             |  145 ++++-
 drivers/block/xen-blkback/xenbus.c             |   39 ++
 drivers/block/xen-blkfront.c                   |  491 ++++++++++++---
 include/xen/interface/io/blkif.h               |   48 ++
 6 files changed, 1186 insertions(+), 399 deletions(-)

git://xenbits.xen.org/people/royger/linux.git xen-block-indirect-v2

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

end of thread, other threads:[~2013-04-18 13:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 18:18 [PATCH v2 0/7] xen-block: indirect descriptors Roger Pau Monne
2013-04-17 18:18 ` [PATCH v2 1/7] xen-blkback: print stats about persistent grants Roger Pau Monne
2013-04-17 18:18 ` [PATCH v2 2/7] xen-blkback: use balloon pages for all mappings Roger Pau Monne
2013-04-17 18:18 ` [PATCH v2 3/7] xen-blkback: implement LRU mechanism for persistent grants Roger Pau Monne
2013-04-17 18:18 ` [PATCH v2 4/7] xen-blkback: move pending handles list from blkbk to pending_req Roger Pau Monne
2013-04-17 18:18 ` [PATCH v2 5/7] xen-blkback: make the queue of free requests per backend Roger Pau Monne
2013-04-17 18:19 ` [PATCH v2 6/7] xen-blkback: expand map/unmap functions Roger Pau Monne
2013-04-17 18:19 ` [PATCH v2 7/7] xen-block: implement indirect descriptors Roger Pau Monne
2013-04-18 12:21   ` Konrad Rzeszutek Wilk
2013-04-18 13:51     ` Roger Pau Monné

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