From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
Anthony Iliopoulos <ailiop@suse.com>,
linux-block@vger.kernel.org, dm-devel@redhat.com,
Mikulas Patocka <mpatocka@redhat.com>,
Ignat Korchagin <ignat@cloudflare.com>,
Akilesh Kailash <akailash@google.com>,
Alasdair G Kergon <agk@redhat.com>
Subject: [dm-devel] [git pull] device mapper fixes for 5.11-rc4
Date: Fri, 15 Jan 2021 18:43:47 -0500 [thread overview]
Message-ID: <20210115234347.GA1931@redhat.com> (raw)
Hi Linus,
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.11/dm-fixes-1
for you to fetch changes up to c87a95dc28b1431c7e77e2c0c983cf37698089d2:
dm crypt: defer decryption to a tasklet if interrupts disabled
(2021-01-14 09:54:37 -0500)
Please pull, thanks.
Mike
----------------------------------------------------------------
- Fix DM-raid's raid1 discard limits so discards work.
- Select missing Kconfig dependencies for DM integrity and zoned
targets.
- 4 fixes for DM crypt target's support to optionally bypass
kcryptd workqueues.
- Fix DM snapshot merge supports missing data flushes before
committing metadata.
- Fix DM integrity data device flushing when external metadata is
used.
- Fix DM integrity's maximum number of supported constructor arguments
that user can request when creating an integrity device.
- Eliminate DM core ioctl logging noise when an ioctl is issued
without required CAP_SYS_RAWIO permission.
----------------------------------------------------------------
Akilesh Kailash (1):
dm snapshot: flush merged data before committing metadata
Anthony Iliopoulos (1):
dm integrity: select CRYPTO_SKCIPHER
Arnd Bergmann (1):
dm zoned: select CONFIG_CRC32
Ignat Korchagin (4):
dm crypt: do not wait for backlogged crypto request completion in softirq
dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq
dm crypt: do not call bio_endio() from the dm-crypt tasklet
dm crypt: defer decryption to a tasklet if interrupts disabled
Mike Snitzer (2):
dm raid: fix discard limits for raid1
dm: eliminate potential source of excessive kernel log noise
Mikulas Patocka (2):
dm integrity: fix flush with external metadata device
dm integrity: fix the maximum number of arguments
drivers/md/Kconfig | 2 +
drivers/md/dm-bufio.c | 6 ++
drivers/md/dm-crypt.c | 170 +++++++++++++++++++++++++++++++++++++++++-----
drivers/md/dm-integrity.c | 62 +++++++++++++----
drivers/md/dm-raid.c | 6 +-
drivers/md/dm-snap.c | 24 +++++++
drivers/md/dm.c | 2 +-
include/linux/dm-bufio.h | 1 +
8 files changed, 239 insertions(+), 34 deletions(-)
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
WARNING: multiple messages have this Message-ID (diff)
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-block@vger.kernel.org,
Alasdair G Kergon <agk@redhat.com>,
Akilesh Kailash <akailash@google.com>,
Anthony Iliopoulos <ailiop@suse.com>,
Arnd Bergmann <arnd@arndb.de>,
Ignat Korchagin <ignat@cloudflare.com>,
Mikulas Patocka <mpatocka@redhat.com>
Subject: [git pull] device mapper fixes for 5.11-rc4
Date: Fri, 15 Jan 2021 18:43:47 -0500 [thread overview]
Message-ID: <20210115234347.GA1931@redhat.com> (raw)
Hi Linus,
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.11/dm-fixes-1
for you to fetch changes up to c87a95dc28b1431c7e77e2c0c983cf37698089d2:
dm crypt: defer decryption to a tasklet if interrupts disabled
(2021-01-14 09:54:37 -0500)
Please pull, thanks.
Mike
----------------------------------------------------------------
- Fix DM-raid's raid1 discard limits so discards work.
- Select missing Kconfig dependencies for DM integrity and zoned
targets.
- 4 fixes for DM crypt target's support to optionally bypass
kcryptd workqueues.
- Fix DM snapshot merge supports missing data flushes before
committing metadata.
- Fix DM integrity data device flushing when external metadata is
used.
- Fix DM integrity's maximum number of supported constructor arguments
that user can request when creating an integrity device.
- Eliminate DM core ioctl logging noise when an ioctl is issued
without required CAP_SYS_RAWIO permission.
----------------------------------------------------------------
Akilesh Kailash (1):
dm snapshot: flush merged data before committing metadata
Anthony Iliopoulos (1):
dm integrity: select CRYPTO_SKCIPHER
Arnd Bergmann (1):
dm zoned: select CONFIG_CRC32
Ignat Korchagin (4):
dm crypt: do not wait for backlogged crypto request completion in softirq
dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq
dm crypt: do not call bio_endio() from the dm-crypt tasklet
dm crypt: defer decryption to a tasklet if interrupts disabled
Mike Snitzer (2):
dm raid: fix discard limits for raid1
dm: eliminate potential source of excessive kernel log noise
Mikulas Patocka (2):
dm integrity: fix flush with external metadata device
dm integrity: fix the maximum number of arguments
drivers/md/Kconfig | 2 +
drivers/md/dm-bufio.c | 6 ++
drivers/md/dm-crypt.c | 170 +++++++++++++++++++++++++++++++++++++++++-----
drivers/md/dm-integrity.c | 62 +++++++++++++----
drivers/md/dm-raid.c | 6 +-
drivers/md/dm-snap.c | 24 +++++++
drivers/md/dm.c | 2 +-
include/linux/dm-bufio.h | 1 +
8 files changed, 239 insertions(+), 34 deletions(-)
next reply other threads:[~2021-01-15 23:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-15 23:43 Mike Snitzer [this message]
2021-01-15 23:43 ` [git pull] device mapper fixes for 5.11-rc4 Mike Snitzer
2021-01-16 2:09 ` [dm-devel] " pr-tracker-bot
2021-01-16 2:09 ` pr-tracker-bot
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=20210115234347.GA1931@redhat.com \
--to=snitzer@redhat.com \
--cc=agk@redhat.com \
--cc=ailiop@suse.com \
--cc=akailash@google.com \
--cc=arnd@arndb.de \
--cc=dm-devel@redhat.com \
--cc=ignat@cloudflare.com \
--cc=linux-block@vger.kernel.org \
--cc=mpatocka@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.