summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
3 daysmd/raid10: fix divide-by-zero in setup_geo() with zero far_copiesJunrui Luo1-0/+2
3 daysdm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers1-1/+2
3 daysdm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers1-56/+44
3 daysdm-verity-fec: fix corrected block count statEric Biggers1-3/+2
3 daysdm-verity-fec: correctly reject too-small hash devicesEric Biggers1-1/+2
3 daysdm-verity-fec: correctly reject too-small FEC devicesEric Biggers1-3/+2
3 daysdm: fix a buffer overflow in ioctl processingMikulas Patocka1-0/+4
3 daysdm: don't report warning when doing deferred removeMikulas Patocka1-1/+1
3 daysdm-thin: fix metadata refcount underflowMikulas Patocka1-0/+8
10 daysdm mirror: fix integer overflow in create_dirty_log()Junrui Luo1-3/+3
10 daysmd/raid5: validate payload size before accessing journal metadataJunrui Luo1-15/+33
10 daysmd/raid5: fix soft lockup in retry_aligned_read()Chia-Ming Chang1-1/+7
10 daysmd/md-llbitmap: raise barrier before state machine transitionYu Kuai1-4/+4
10 daysmd/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai1-1/+2
10 daysmd/raid10: fix deadlock with check operation and nowait requestsJosh Hunt1-2/+2
2026-04-22bcache: fix cached_dev.sb_bio use-after-free and crashMingzhe Zou1-0/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook7-11/+9
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds7-16/+8
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds7-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds65-116/+116
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook75-199/+185
2026-02-19dm: dm-zoned: Adjust dmz_load_mapping() allocation typeKees Cook1-1/+1
2026-02-19dm-crypt: Adjust crypt_alloc_tfms_aead() allocation typeKees Cook1-1/+1
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds3-0/+3
2026-02-12md: ignore discard return valueChaitanya Kulkarni1-2/+2
2026-02-11Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds35-332/+404
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-356/+315
2026-02-02md: fix return value of mddev_trylockXiao Ni1-2/+2
2026-02-02md/raid1: fix memory leak in raid1_run()Zilin Guan1-0/+1
2026-01-30Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+1
2026-01-28bcache: fix I/O accounting leak in detached_dev_do_requestShida Zhang1-0/+1
2026-01-28bcache: remove dead code in detached_dev_do_requestShida Zhang1-5/+0
2026-01-28dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski1-1/+1
2026-01-28Revert "dm: fix a race condition in retrieve_deps"Benjamin Marzinski3-31/+9
2026-01-28dm mpath: Add missing dm_put_device when failing to get scsi dh nameBenjamin Marzinski1-10/+10
2026-01-27dm vdo encodings: clean up header and version functionsMatthew Sakai2-30/+6
2026-01-26dm: use bio_clone_blkg_associationMikulas Patocka1-0/+2
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen1-6/+8
2026-01-26md-cluster: fix NULL pointer dereference in process_metadata_updateJiasheng Jiang1-1/+6
2026-01-26md/bitmap: fix GPF in write_page caused by resize raceJack Wang1-1/+2
2026-01-26md/md-llbitmap: fix percpu_ref not resurrected on suspend timeoutYu Kuai1-1/+3
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai1-1/+6
2026-01-26md: remove recovery_disabledLi Nan8-51/+4
2026-01-26md/raid10: cleanup skip handling in raid10_sync_requestLi Nan1-74/+22
2026-01-26md/raid10: fix any_working flag handling in raid10_sync_requestLi Nan1-1/+1
2026-01-26md: move finish_reshape to md_finish_sync()Li Nan1-9/+6
2026-01-26md: factor out sync completion update into helperLi Nan1-35/+47
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan2-19/+4
2026-01-26md: update curr_resync_completed even when MD_RECOVERY_INTR is setLi Nan1-1/+1