mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 21:26:14 +01:00
fix deadlock when reloading a multipath table
don't warn if IMA_DISABLE_HTABLE is not enabled
test for REQ_ATOMIC in dm_accept_partial_bio()
ignore discard return value
MAINTAINERS: add Benjamin Marzinski as a device mapper maintainer
dm-bufio: align write boundary on physical block size
dm-crypt: use the MD5 library directly
dm-crypt: use folio_nr_pages() instead of shift operation
dm-crypt: enable DM_TARGET_ATOMIC_WRITES
dm-verity: remove log message with shash driver name
dm-verity: use the SHA-256 library directly
dm-verity: use 2-way interleaved SHA-256 hashing when supported
dm-verity: expose corrected block count via status
dm-verity: disable recursive forward error correction
dm-verity: remove useless mempool
dm-mpath: enable DM_TARGET_ATOMIC_WRITES
dm-mpath: simplify the setup_scsi_dh code
dm-ebs: mark full buffer dirty even on partial write
dm-vdo: fix kerneldoc warnings
dm-snapshot: fix 'scheduling while atomic' on real-time kernels
dm-raid: fix possible NULL dereference with undefined raid type
dm raid: add documentation for takeover/reshape raid1 -> raid5 table line examples
dm-log-writes: add missing set_freezable() for freezable kthread
dm-pcache: fixes in indexing code
-----BEGIN PGP SIGNATURE-----
iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCaTnD7BQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbS3NAQCfc83GS5i7D4NoOjYP7PNElendmc99
WxsetuFT4dQYKAD/UgistGLf6vQ5LGE8Kp9YWsQ6hb8BgjoKo0mSjwCHQgQ=
=C9Du
-----END PGP SIGNATURE-----
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Pull device mapper updates from Mikulas Patocka:
- convert crypto_shash users to direct crypto library use with simpler
and faster code and reduced stack usage (Eric Biggers):
- the dm-verity SHA-256 conversion also teaches it to do two-way
interleaved hashing for added performance
- dm-crypt MD5 conversion (used for Loop-AES compatibility)
- added document for for takeover/reshape raid1 -> raid5 examples (Heinz Mauelshagen)
- fix dm-vdo kerneldoc warnings (Matthew Sakai)
- various random fixes and cleanups
* tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: (29 commits)
dm pcache: fix segment info indexing
dm pcache: fix cache info indexing
dm-pcache: advance slot index before writing slot
dm raid: add documentation for takeover/reshape raid1 -> raid5 table line examples
dm log-writes: Add missing set_freezable() for freezable kthread
dm-raid: fix possible NULL dereference with undefined raid type
dm-snapshot: fix 'scheduling while atomic' on real-time kernels
dm: ignore discard return value
MAINTAINERS: add Benjamin Marzinski as a device mapper maintainer
dm-mpath: Simplify the setup_scsi_dh code
dm vdo: fix kerneldoc warnings
dm-bufio: align write boundary on physical block size
dm-crypt: enable DM_TARGET_ATOMIC_WRITES
dm: test for REQ_ATOMIC in dm_accept_partial_bio()
dm-verity: remove useless mempool
dm-verity: disable recursive forward error correction
dm-ebs: Mark full buffer dirty even on partial write
dm mpath: enable DM_TARGET_ATOMIC_WRITES
dm verity fec: Expose corrected block count via status
dm: Don't warn if IMA_DISABLE_HTABLE is not enabled
...
|
||
|---|---|---|
| .. | ||
| indexer | ||
| action-manager.c | ||
| action-manager.h | ||
| admin-state.c | ||
| admin-state.h | ||
| block-map.c | ||
| block-map.h | ||
| completion.c | ||
| completion.h | ||
| constants.h | ||
| cpu.h | ||
| data-vio.c | ||
| data-vio.h | ||
| dedupe.c | ||
| dedupe.h | ||
| dm-vdo-target.c | ||
| dump.c | ||
| dump.h | ||
| encodings.c | ||
| encodings.h | ||
| errors.c | ||
| errors.h | ||
| flush.c | ||
| flush.h | ||
| funnel-queue.c | ||
| funnel-queue.h | ||
| funnel-workqueue.c | ||
| funnel-workqueue.h | ||
| int-map.c | ||
| int-map.h | ||
| io-submitter.c | ||
| io-submitter.h | ||
| Kconfig | ||
| logger.c | ||
| logger.h | ||
| logical-zone.c | ||
| logical-zone.h | ||
| Makefile | ||
| memory-alloc.c | ||
| memory-alloc.h | ||
| message-stats.c | ||
| message-stats.h | ||
| murmurhash3.c | ||
| murmurhash3.h | ||
| numeric.h | ||
| packer.c | ||
| packer.h | ||
| permassert.c | ||
| permassert.h | ||
| physical-zone.c | ||
| physical-zone.h | ||
| priority-table.c | ||
| priority-table.h | ||
| recovery-journal.c | ||
| recovery-journal.h | ||
| repair.c | ||
| repair.h | ||
| slab-depot.c | ||
| slab-depot.h | ||
| statistics.h | ||
| status-codes.c | ||
| status-codes.h | ||
| string-utils.c | ||
| string-utils.h | ||
| thread-device.c | ||
| thread-device.h | ||
| thread-registry.c | ||
| thread-registry.h | ||
| thread-utils.c | ||
| thread-utils.h | ||
| time-utils.h | ||
| types.h | ||
| vdo.c | ||
| vdo.h | ||
| vio.c | ||
| vio.h | ||
| wait-queue.c | ||
| wait-queue.h | ||