Hi Linus The following changes since commit adc218676eef25575469234709c2d87185ca223a: Linux 6.12 (2024-11-17 14:15:08 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.13/dm-changes for you to fetch changes up to a573e404cbf269d46b3a96b18f7316aa57161fdf: dm-verity: remove the unused "data_start" variable (2024-11-20 11:44:44 +0100) Please, pull, thanks Mikulas ---------------------------------------------------------------- - Dm: remove unused functions and variables - Dm-ioctl: rate-limit error messages in syslog - Dm-persistent-data: fix typo - Dm-vdo murmurhash: remove u64 alignment requirement - Dm-vdo: reset bi_ioprio to the default - Dm: add support for get_unique_id - Dm thin: Add missing destroy_work_on_stack() - Dm-bufio: use kmalloc to allocate power-of-two sized buffers -----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCZ0SJnBQcbXBhdG9ja2FA cmVkaGF0LmNvbQAKCRATAyx9YGnhbV8xAP0dcS6O29X8HzSI8gVIgT8KYCpg3Ms2 amPDlm/RDewdSQD/Z5+CHlyrlYqnKejAIs7cbZlfxD/0avcg/Kc0h4ijGws= =2dtc -----END PGP SIGNATURE----- ---------------------------------------------------------------- Benjamin Coddington (1): dm: add support for get_unique_id Colin Ian King (1): dm ioctl: rate limit a couple of ioctl based error messages Dr. David Alan Gilbert (9): dm cache: Remove unused btracker_nr_writebacks_queued dm cache: Remove unused dm_cache_dump dm cache: Remove unused dm_cache_size dm cache: Remove unused functions in bio-prison-v1 dm: Remove unused dm_set_md_type dm: Remove unused dm_table_bio_based dm: zoned: Remove unused functions dm vdo: Remove unused functions dm vdo: Remove unused uds_compute_index_size Matthew Sakai (2): dm vdo int-map: remove unused parameters dm vdo: fix function doc comment formatting Mikulas Patocka (2): dm-bufio: use kmalloc to allocate power-of-two sized buffers dm-verity: remove the unused "data_start" variable Ssuhung Yeh (1): dm: Fix typo in error message Susan LeGendre-McGhee (2): dm-vdo murmurhash: remove u64 alignment requirement dm-vdo: reset bi_ioprio to the default value when the bio is reset Yuan Can (1): dm thin: Add missing destroy_work_on_stack() drivers/md/dm-bio-prison-v1.c | 35 -------------- drivers/md/dm-bio-prison-v1.h | 24 ---------- drivers/md/dm-bufio.c | 25 ++++++++-- drivers/md/dm-cache-background-tracker.c | 6 --- drivers/md/dm-cache-background-tracker.h | 1 - drivers/md/dm-cache-metadata.c | 33 ------------- drivers/md/dm-cache-metadata.h | 3 -- drivers/md/dm-ioctl.c | 4 +- drivers/md/dm-table.c | 5 -- drivers/md/dm-thin.c | 1 + drivers/md/dm-vdo/block-map.c | 2 - drivers/md/dm-vdo/data-vio.c | 36 ++------------ drivers/md/dm-vdo/data-vio.h | 5 -- drivers/md/dm-vdo/dedupe.c | 9 ++-- drivers/md/dm-vdo/encodings.c | 2 +- drivers/md/dm-vdo/indexer/index-layout.c | 26 ---------- drivers/md/dm-vdo/indexer/indexer.h | 4 -- drivers/md/dm-vdo/int-map.c | 28 +++++------ drivers/md/dm-vdo/io-submitter.c | 2 +- drivers/md/dm-vdo/murmurhash3.c | 7 +-- drivers/md/dm-vdo/packer.c | 3 +- drivers/md/dm-vdo/physical-zone.c | 2 +- drivers/md/dm-vdo/recovery-journal.c | 2 +- drivers/md/dm-vdo/slab-depot.c | 9 ++-- drivers/md/dm-vdo/vdo.c | 4 +- drivers/md/dm-vdo/vio.c | 1 + drivers/md/dm-verity-target.c | 6 +-- drivers/md/dm-verity.h | 1 - drivers/md/dm-zoned-metadata.c | 50 ------------------- drivers/md/dm-zoned.h | 2 - drivers/md/dm.c | 61 +++++++++++++++++++++--- drivers/md/dm.h | 2 - drivers/md/persistent-data/dm-space-map-common.c | 2 +- 33 files changed, 115 insertions(+), 288 deletions(-)