summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-08-20dm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki
2025-08-20dm: Always split write BIOs to zoned device limitsDamien Le Moal
2025-08-20block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-08-20dm-table: fix checking for rq stackable devicesBenjamin Marzinski
2025-08-20dm-mpath: don't print the "loaded" message if registering failsMikulas Patocka
2025-08-20md: dm-zoned-target: Initialize return variable r to avoid uninitialized usePurva Yeshi
2025-08-20md/raid10: set chunk_sectors limitJohn Garry
2025-08-20dm-stripe: limit chunk_sectors to the stripe sizeJohn Garry
2025-08-15md/md-cluster: handle REMOVE message earlierHeming Zhao
2025-08-15md: allow removing faulty rdev during resyncZheng Qixing
2025-07-24dm-bufio: fix sched in atomic contextSheng Yong
2025-07-17md/raid1,raid10: strip REQ_NOWAIT from member biosZheng Qixing
2025-07-17raid10: cleanup memleak at raid10_make_requestNigel Croxon
2025-07-17md/raid1: Fix stack memory use after return in raid1_reshapeWang Jinchao
2025-07-17md/md-bitmap: fix GPF in bitmap_get_stats()HÃ¥kon Bugge
2025-07-06Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu
2025-07-06Revert "bcache: update min_heap_callbacks to use default builtin swap"Kuan-Wei Chiu
2025-07-06bcache: remove unnecessary select MIN_HEAPKuan-Wei Chiu
2025-07-06dm-raid: fix variable in journal device checkHeinz Mauelshagen
2025-07-06bcache: fix NULL pointer in cache_set_flush()Linggang Zeng
2025-07-06md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai
2025-07-06dm vdo indexer: don't read request structure after enqueuingMatthew Sakai
2025-06-27dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski
2025-06-27dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry
2025-06-27dm: lock limits when reading themMikulas Patocka
2025-06-27dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka
2025-06-27dm-mirror: fix a tiny race conditionMikulas Patocka
2025-06-19md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai
2025-06-19dm-flakey: make corrupting read bios workBenjamin Marzinski
2025-06-19dm-flakey: error all IOs when num_features is absentBenjamin Marzinski
2025-06-19dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski
2025-06-19dm: fix dm_blk_report_zonesBenjamin Marzinski
2025-06-19dm: handle failures in dm_table_set_restrictionsBenjamin Marzinski
2025-06-19dm: free table mempools if not used in __bindBenjamin Marzinski
2025-06-19dm: don't change md if dm_table_set_restrictions() failsBenjamin Marzinski
2025-05-06Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-06dm: fix copying after src array boundariesTudor Ambarus
2025-04-30dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter
2025-04-28Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-28dm: always update the array size in realloc_argv on successBenjamin Marzinski
2025-04-23dm-integrity: fix a warning on invalid table lineMikulas Patocka
2025-04-23dm-bufio: don't schedule in atomic contextLongPing Wei
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-16md/raid1: Add check for missing source disk in process_checks()Meir Elisha
2025-04-09dm table: Fix W=1 build warning when mempool_needs_integrity is unusedAndy Shevchenko
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-06md/md-bitmap: fix stats collection for external bitmapsZheng Qixing
2025-04-06md/raid10: fix missing discard IO accountingYu Kuai
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner