This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b45e2da6e444 Merge branch 'akpm' (patches from Andrew) new cc07d72bf350 dm raid: fix discard limits for raid1 new f7b347acb5f6 dm integrity: select CRYPTO_SKCIPHER new b690bd546b22 dm zoned: select CONFIG_CRC32 new 8abec36d1274 dm crypt: do not wait for backlogged crypto request comple [...] new d68b29584c25 dm crypt: use GFP_ATOMIC when allocating crypto requests f [...] new fcc42338375a dm snapshot: flush merged data before committing metadata new 0378c625afe8 dm: eliminate potential source of excessive kernel log noise new 9b5948267adc dm integrity: fix flush with external metadata device new 8e14f610159d dm crypt: do not call bio_endio() from the dm-crypt tasklet new 17ffc193cdc6 dm integrity: fix the maximum number of arguments new c87a95dc28b1 dm crypt: defer decryption to a tasklet if interrupts disabled new 1d94330a437a Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pu [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)