Merge tag 'for-6.7/dm-changes' of...
Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm Pull device mapper updates from Mike Snitzer: - Update DM core to directly call the map function for both the linear and stripe targets; which are provided by DM core - Various updates to use new safer string functions - Update DM core to respect REQ_NOWAIT flag in normal bios so that memory allocations are always attempted with GFP_NOWAIT - Add Mikulas Patocka to MAINTAINERS as a DM maintainer! - Improve DM delay target's handling of short delays (< 50ms) by using a kthread to check expiration of IOs rather than timers and a wq - Update the DM error target so that it works with zoned storage. This helps xfstests to provide proper IO error handling coverage when testing a filesystem with native zoned storage support - Update both DM crypt and integrity targets to improve performance by using crypto_shash_digest() rather than init+update+final sequence - Fix DM crypt target by backfilling missing memory allocation accounting for compound pages * tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm crypt: account large pages in cc->n_allocated_pages dm integrity: use crypto_shash_digest() in sb_mac() dm crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening() dm error: Add support for zoned block devices dm delay: for short delays, use kthread instead of timers and wq MAINTAINERS: add Mikulas Patocka as a DM maintainer dm: respect REQ_NOWAIT flag in normal bios issued to DM dm: enhance alloc_multiple_bios() to be more versatile dm: make __send_duplicate_bios return unsigned int dm log userspace: replace deprecated strncpy with strscpy dm ioctl: replace deprecated strncpy with strscpy_pad dm crypt: replace open-coded kmemdup_nul dm cache metadata: replace deprecated strncpy with strscpy dm: shortcut the calls to linear_map and stripe_map
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/md/dm-cache-metadata.c 3 additions, 3 deletionsdrivers/md/dm-cache-metadata.c
- drivers/md/dm-crypt.c 14 additions, 12 deletionsdrivers/md/dm-crypt.c
- drivers/md/dm-delay.c 88 additions, 15 deletionsdrivers/md/dm-delay.c
- drivers/md/dm-integrity.c 10 additions, 20 deletionsdrivers/md/dm-integrity.c
- drivers/md/dm-ioctl.c 2 additions, 2 deletionsdrivers/md/dm-ioctl.c
- drivers/md/dm-linear.c 1 addition, 1 deletiondrivers/md/dm-linear.c
- drivers/md/dm-log-userspace-base.c 1 addition, 1 deletiondrivers/md/dm-log-userspace-base.c
- drivers/md/dm-stripe.c 1 addition, 1 deletiondrivers/md/dm-stripe.c
- drivers/md/dm-table.c 22 additions, 1 deletiondrivers/md/dm-table.c
- drivers/md/dm-target.c 103 additions, 3 deletionsdrivers/md/dm-target.c
- drivers/md/dm.c 73 additions, 48 deletionsdrivers/md/dm.c
- drivers/md/dm.h 2 additions, 0 deletionsdrivers/md/dm.h
Loading
Please register or sign in to comment