From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: axboe@fb.com, linux-kernel@vger.kernel.org,
xen-devel@lists.xensource.com, bob.liu@oracle.com,
avanzini.arianna@gmail.com
Subject: [GIT PULL] (xen) stable/for-jens-4.5
Date: Mon, 4 Jan 2016 12:33:29 -0500 [thread overview]
Message-ID: <20160104173329.GA14499@char.us.oracle.com> (raw)
Hey Jens,
Please pull in your "for-4.5/drivers" branch the following branch:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-4.5
which is based on "bcache: Change refill_dirty() to always scan entire disk if necessary"
(the tip of your branch as of today)
The pull is based on converting the backend driver into an multiqueue
driver and exposing more than one queue to the frontend. As such we had
to modify the frontend and also fix a bunch of bugs around this.
The original work is based on Arianna Avanzini's work as an OPW intern.
Bob took over the work and had been massaging it for quite some time.
Also included are are features to 64KB page support for ARM and various
bug-fixes.
Thank you!
P.S.
The branch is fresh in the git tree, but that is because I had rebased it
on your tree today (and tested it naturally). It had been simmering for
quite a while.
drivers/block/xen-blkback/blkback.c | 391 +++++++------
drivers/block/xen-blkback/common.h | 86 +--
drivers/block/xen-blkback/xenbus.c | 416 +++++++++-----
drivers/block/xen-blkfront.c | 1061 +++++++++++++++++++++++------------
include/xen/interface/io/blkif.h | 48 ++
5 files changed, 1292 insertions(+), 710 deletions(-)
Bob Liu (12):
xen/blkif: document blkif multi-queue/ring extension
xen/blkfront: separate per ring information out of device info
xen/blkfront: pseudo support for multi hardware queues/rings
xen/blkfront: split per device io_lock
xen/blkfront: negotiate number of queues/rings to be used with backend
xen/blkfront: Remove duplicate setting of ->xbdev.
xen/blkfront: make persistent grants pool per-queue
xen/blkback: separate ring information out of struct xen_blkif
xen/blkback: get the number of hardware queues/rings from blkfront
xen/blkback: make pool of persistent grants and free pages per-queue
xen/blkback: make st_ statistics per ring
xen/blkback: Fix two memory leaks.
Jiri Kosina (1):
xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()
Julien Grall (2):
xen-blkfront: Introduce blkif_ring_get_request
xen/blkfront: Handle non-indirect grant with 64KB pages
Konrad Rzeszutek Wilk (5):
xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.
xen/blkback: pseudo support for multi hardware queues/rings
xen/blocks: Return -EXX instead of -1
xen/blkback: Free resources if connect_ring failed.
xen/blkfront: Fix crash if backend doesn't follow the right states.
Peng Fan (1):
xen/blkfront: correct setting for xen_blkif_max_ring_order
next reply other threads:[~2016-01-04 17:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-04 17:33 Konrad Rzeszutek Wilk [this message]
2016-01-13 14:05 ` [GIT PULL] (xen) stable/for-jens-4.5 Konrad Rzeszutek Wilk
2016-01-13 15:21 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2016-01-30 3:11 Konrad Rzeszutek Wilk
2016-01-31 5:05 ` Jens Axboe
2016-02-22 14:30 Konrad Rzeszutek Wilk
2016-02-22 15:45 ` Jens Axboe
2016-02-22 15:56 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160104173329.GA14499@char.us.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=avanzini.arianna@gmail.com \
--cc=axboe@fb.com \
--cc=bob.liu@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.