* [git pull] device-mapper updates for 3.10
@ 2013-05-10 10:20 Alasdair G Kergon
2013-05-10 14:01 ` [dm-devel] " Alasdair G Kergon
0 siblings, 1 reply; 2+ messages in thread
From: Alasdair G Kergon @ 2013-05-10 10:20 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-kernel, Joe Thornber, Mike Snitzer,
Mikulas Patocka, stable, Bharata B Rao, Wei Yongjun
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.10-changes
to get the following device-mapper updates for 3.10.
Thanks,
Alasdair
----------------------------------------------------------------
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dm-devel] [git pull] device-mapper updates for 3.10
2013-05-10 10:20 [git pull] device-mapper updates for 3.10 Alasdair G Kergon
@ 2013-05-10 14:01 ` Alasdair G Kergon
0 siblings, 0 replies; 2+ messages in thread
From: Alasdair G Kergon @ 2013-05-10 14:01 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-kernel, Joe Thornber, Mike Snitzer,
Mikulas Patocka, stable, Bharata B Rao, Wei Yongjun
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-10 14:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 10:20 [git pull] device-mapper updates for 3.10 Alasdair G Kergon
2013-05-10 14:01 ` [dm-devel] " Alasdair G Kergon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox