summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers
2026-03-09dm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers
2026-03-09dm log: fix out-of-bounds write due to region_count overflowJunrui Luo
2026-03-09dm cache metadata: fix memory leak on metadata abort retryMing-Hung Tsai
2026-03-02dm mirror: fix integer overflow in create_dirty_log()Junrui Luo
2026-03-02dm vdo: add __counted_by attribute to a number of structuresKen Raeburn
2026-03-02dm vdo: remove redundant TYPE argument from vdo_allocate macroKen Raeburn
2026-03-02dm vdo: update vdo_allocate_extended to take a field name, no typesKen Raeburn
2026-03-02dm-ima: use SHA-256 libraryEric Biggers
2026-03-02dm-mpath: don't stop probing paths at presuspendBenjamin Marzinski
2026-03-02dm cache: prevent entering passthrough mode after unclean shutdownMing-Hung Tsai
2026-03-02dm cache: fix dirty mapping checking in passthrough mode switchingMing-Hung Tsai
2026-03-02dm cache: fix concurrent write failure in passthrough modeMing-Hung Tsai
2026-03-02dm cache policy smq: fix missing locks in invalidating cache blocksMing-Hung Tsai
2026-03-02dm cache: fix write hang in passthrough modeMing-Hung Tsai
2026-03-02dm cache: fix write path cache coherency in passthrough modeMing-Hung Tsai
2026-03-02dm cache: fix null-deref with concurrent writes in passthrough modeMing-Hung Tsai
2026-03-02dm vdo slab-depot: validate old zone count on loadMatthew Sakai
2026-03-02dm vdo indexer: validate saved zone countMatthew Sakai
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19dm: dm-zoned: Adjust dmz_load_mapping() allocation typeKees Cook
2026-02-19dm-crypt: Adjust crypt_alloc_tfms_aead() allocation typeKees Cook
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12md: ignore discard return valueChaitanya Kulkarni
2026-02-11Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-02md: fix return value of mddev_trylockXiao Ni
2026-02-02md/raid1: fix memory leak in raid1_run()Zilin Guan
2026-01-30Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-28bcache: fix I/O accounting leak in detached_dev_do_requestShida Zhang
2026-01-28bcache: remove dead code in detached_dev_do_requestShida Zhang
2026-01-28dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski
2026-01-28Revert "dm: fix a race condition in retrieve_deps"Benjamin Marzinski
2026-01-28dm mpath: Add missing dm_put_device when failing to get scsi dh nameBenjamin Marzinski
2026-01-27dm vdo encodings: clean up header and version functionsMatthew Sakai
2026-01-26dm: use bio_clone_blkg_associationMikulas Patocka