All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: axboe@kernel.dk, linux-kernel@vger.kernel.org
Cc: Thomas Meyer <thomas@m3y3r.de>,
	Li Dongyang <lidongyang@novell.com>,
	Ian.Campbell@citrix.com
Subject: [GIT PULL] (xen) stable/for-jens-3.3 for 3.3 merge window.
Date: Wed, 21 Dec 2011 10:32:56 -0500	[thread overview]
Message-ID: <20111221153256.GA26580@phenom.dumpdata.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

Hey Jens,

Please git pull the following git branch:

git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-3.3

in your 3.3 drivers branch (which I don't see on your git tree actually?)

This branch provides a new feature to the blkback/blkfront protocol, which was
suggested by Christoph Hellwig which is the 'secure-discard' operation.

That is now implemented - it required a bit of packing the structs to re-use
a reserved field and doing tons of tests. As part of that feature, Li added
the support to passthrough the discard operation to the loopback device.

Also some code movement suggested by Jan Beulich and lastly a fix for
allocating an array.

Thanks and please pull!

 drivers/block/xen-blkback/blkback.c |   84 ++++++++++++++--------------------
 drivers/block/xen-blkback/common.h  |   67 ++++++++++++++++------------
 drivers/block/xen-blkback/xenbus.c  |   12 +++++
 drivers/block/xen-blkfront.c        |   79 +++++++++++++++++++++------------
 include/xen/interface/io/blkif.h    |   40 ++++++++++++++---
 5 files changed, 170 insertions(+), 112 deletions(-)

Konrad Rzeszutek Wilk (3):
      xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together
      xen/blk[front|back]: Enhance discard support with secure erasing support.
      xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io

Li Dongyang (1):
      xen-blkback: convert hole punching to discard request on loop devices

Thomas Meyer (1):
      xen-blkfront: Use kcalloc instead of kzalloc to allocate array


[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

             reply	other threads:[~2011-12-21 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21 15:32 Konrad Rzeszutek Wilk [this message]
2011-12-25 15:47 ` [GIT PULL] (xen) stable/for-jens-3.3 for 3.3 merge window Jens Axboe
2012-01-06  2:14   ` 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=20111221153256.GA26580@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=axboe@kernel.dk \
    --cc=lidongyang@novell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas@m3y3r.de \
    /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.