summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2026-04-07md/raid5: fix soft lockup in retry_aligned_read()Chia-Ming Chang
2026-04-07md: wake raid456 reshape waiters before suspendYu Kuai
2026-04-07md/raid1: serialize overlap io for writemostly diskXiao Ni
2026-04-07md/md-llbitmap: optimize initial sync with write_zeroes_unmap supportYu Kuai
2026-04-07md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity buildingYu Kuai
2026-04-07md: add fallback to correct bitmap_ops on version mismatchYu Kuai
2026-04-07md/raid5: validate payload size before accessing journal metadataJunrui Luo
2026-04-07md: remove unused static md_wq workqueueAbd-Alrhman Masalkhi
2026-04-07md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocationsGregory Price
2026-04-06md: fix array_state=clear sysfs deadlockYu Kuai
2026-04-03bcache: fix uninitialized closure objectMingzhe Zou
2026-04-03bcache: fix cached_dev.sb_bio use-after-free and crashMingzhe Zou
2026-03-23md: remove unused mddev argument from export_rdevChen Cheng
2026-03-23md/raid5: move handle_stripe() comment to correct locationChen Cheng
2026-03-23md/raid5: remove stale md_raid5_kick_device() declarationChen Cheng
2026-03-23md/raid1: fix the comparing region of interval treeXiao Ni
2026-03-22md/raid5: skip 2-failure compute when other disk is R5_LOCKEDFengWei Shih
2026-03-16md/md-llbitmap: raise barrier before state machine transitionYu Kuai
2026-03-16md/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai
2026-03-16md/raid5: set chunk_sectors to enable full stripe I/O splittingYu Kuai
2026-03-16md/raid10: fix deadlock with check operation and nowait requestsJosh Hunt
2026-03-16md: suppress spurious superblock update error message for dm-raidChen Cheng
2026-03-09block: remove bdev_nonrot()Damien Le Moal
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
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen
2026-01-26md-cluster: fix NULL pointer dereference in process_metadata_updateJiasheng Jiang
2026-01-26md/bitmap: fix GPF in write_page caused by resize raceJack Wang
2026-01-26md/md-llbitmap: fix percpu_ref not resurrected on suspend timeoutYu Kuai
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai