All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alasdair G Kergon <agk@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org,
	Joe Thornber <ejt@redhat.com>, Mike Snitzer <snitzer@redhat.com>,
	Mikulas Patocka <mpatocka@redhat.com>,
	stable@vger.kernel.org, Bharata B Rao <bharata.rao@gmail.com>,
	Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Subject: Re: [dm-devel] [git pull] device-mapper updates for 3.10
Date: Fri, 10 May 2013 15:01:32 +0100	[thread overview]
Message-ID: <20130510140132.GA3580@agk-dp.fab.redhat.com> (raw)
In-Reply-To: <20130510102029.GE1396@agk-dp.fab.redhat.com>

On Fri, May 10, 2013 at 11:20:29AM +0100, Alasdair G Kergon wrote:
> Please pull from:
>   git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.10-changes

And the kbuild test robot just spotted that I lost a line from one of
the patches which meant the thin threshold notification wouldn't
happen, sorry.

Take two...

Alasdair


Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.10-changes-2

to get the following device-mapper updates for 3.10.

----------------------------------------------------------------
Allow devices that hold metadata for the device-mapper thin
provisioning target to be extended easily; allow WRITE SAME on
multipath devices; an assortment of little fixes and clean-ups.

----------------------------------------------------------------
Alasdair G Kergon (3):
      dm: document iterate_devices
      dm cache policy: fix description of lookup fn
      dm cache: move config fns

Joe Thornber (12):
      dm cache: tune migration throttling
      dm persistent data: fix error message typos
      dm cache: fix typos in comments
      dm cache: replace memcpy with struct assignment
      dm thin: refactor data dev resize
      dm thin: open dev read only when possible
      dm persistent data: support space map resizing
      dm thin: detect metadata device resizing
      dm persistent data: add threshold callback to space map
      dm persistent metadata: add space map threshold callback
      dm thin: generate event when metadata threshold passed
      dm cache: set config value

Mike Snitzer (3):
      dm stripe: fix regression in stripe_width calculation
      dm table: fix write same support
      dm mpath: enable WRITE SAME support

Mikulas Patocka (1):
      dm bufio: avoid a possible __vmalloc deadlock

Wei Yongjun (2):
      dm cache: fix error return code in cache_create
      dm snapshot: fix error return code in snapshot_ctr

 drivers/md/dm-bufio.c                              |   24 ++-
 drivers/md/dm-cache-metadata.c                     |    4 +-
 drivers/md/dm-cache-policy.h                       |    4 +-
 drivers/md/dm-cache-target.c                       |  100 +++++-----
 drivers/md/dm-mpath.c                              |    1 +
 drivers/md/dm-snap.c                               |    1 +
 drivers/md/dm-stripe.c                             |   11 +-
 drivers/md/dm-table.c                              |    2 +-
 drivers/md/dm-thin-metadata.c                      |   36 +++-
 drivers/md/dm-thin-metadata.h                      |    7 +
 drivers/md/dm-thin.c                               |  200 ++++++++++++++++----
 drivers/md/persistent-data/dm-space-map-disk.c     |    3 +-
 drivers/md/persistent-data/dm-space-map-metadata.c |  127 +++++++++++--
 drivers/md/persistent-data/dm-space-map.h          |   23 +++
 include/linux/device-mapper.h                      |   15 ++
 15 files changed, 442 insertions(+), 116 deletions(-)

      parent reply	other threads:[~2013-05-10 14:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-10 10:20 [git pull] device-mapper updates for 3.10 Alasdair G Kergon
2013-05-10 10:32 ` Hannes Reinecke
     [not found]   ` <20130510103524.GG1396@agk-dp.fab.redhat.com>
2013-05-10 10:40     ` Hannes Reinecke
2013-05-10 14:01 ` Alasdair G Kergon [this message]

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=20130510140132.GA3580@agk-dp.fab.redhat.com \
    --to=agk@redhat.com \
    --cc=bharata.rao@gmail.com \
    --cc=dm-devel@redhat.com \
    --cc=ejt@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpatocka@redhat.com \
    --cc=snitzer@redhat.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=yongjun_wei@trendmicro.com.cn \
    /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.