From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Colin Ian King <colin.king@canonical.com>,
dm-devel@redhat.com, Baruch Siach <baruch@tkos.co.il>,
Joe Thornber <ejt@redhat.com>, Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.2-rc5
Date: Wed, 29 Jul 2015 20:05:18 -0400 [thread overview]
Message-ID: <20150730000517.GA7489@redhat.com> (raw)
Hi Linus,
The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:
Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm tags/dm-4.2-fixes-3
for you to fetch changes up to 795e633a2dc6cbbeac68bc7f6006082150d38bb7:
dm cache: fix device destroy hang due to improper prealloc_used accounting (2015-07-29 14:32:09 -0400)
Please pull, thanks.
Mike
----------------------------------------------------------------
- Fix DM thinp to consistently return -ENOSPC when out of data space
- Fix a logic bug in the DM cache smq policy's creation error path
- Revert a DM cache 4.2-rc3 change that reduced writeback efficiency
- Fix a hang on DM cache device destruction due to improper
prealloc_used accounting introduced in 4.2-rc3
- Update URL for dm-crypt wiki page
----------------------------------------------------------------
Baruch Siach (1):
dm crypt: update wiki page URL
Colin Ian King (1):
dm cache policy smq: fix alloc_bitset check that always evaluates as false
Mike Snitzer (3):
dm thin: return -ENOSPC when erroring retry list due to out of data space
Revert "dm cache: do not wake_worker() in free_migration()"
dm cache: fix device destroy hang due to improper prealloc_used accounting
drivers/md/Kconfig | 2 +-
drivers/md/dm-cache-policy-smq.c | 2 +-
drivers/md/dm-cache-target.c | 7 ++++---
drivers/md/dm-thin.c | 11 ++++++++---
4 files changed, 14 insertions(+), 8 deletions(-)
reply other threads:[~2015-07-30 0:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20150730000517.GA7489@redhat.com \
--to=snitzer@redhat.com \
--cc=agk@redhat.com \
--cc=baruch@tkos.co.il \
--cc=colin.king@canonical.com \
--cc=dm-devel@redhat.com \
--cc=ejt@redhat.com \
--cc=torvalds@linux-foundation.org \
/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.