summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-08-20dm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki1-11/+7
2025-08-20dm: Always split write BIOs to zoned device limitsDamien Le Moal1-7/+22
2025-08-20block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-1/+3
2025-08-20dm-table: fix checking for rq stackable devicesBenjamin Marzinski1-5/+5
2025-08-20dm-mpath: don't print the "loaded" message if registering failsMikulas Patocka4-4/+12
2025-08-20md: dm-zoned-target: Initialize return variable r to avoid uninitialized usePurva Yeshi1-1/+1
2025-08-20md/raid10: set chunk_sectors limitJohn Garry1-0/+1
2025-08-20dm-stripe: limit chunk_sectors to the stripe sizeJohn Garry1-0/+1
2025-08-15md: make rdev_addable usable for rcu modeYang Erkun1-1/+7
2025-08-15md/md-cluster: handle REMOVE message earlierHeming Zhao1-3/+6
2025-08-15dm-flakey: Fix corrupt_bio_byte setup checksKent Overstreet1-3/+6
2025-08-15md/raid10: fix set but not used variable in sync_request_write()John Garry1-3/+0
2025-08-15md: allow removing faulty rdev during resyncZheng Qixing1-7/+17
2025-07-15Merge tag 'for-6.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds3-5/+14
2025-07-10dm-bufio: fix sched in atomic contextSheng Yong1-1/+5
2025-07-05md/md-bitmap: fix GPF in bitmap_get_stats()HÃ¥kon Bugge1-2/+1
2025-07-05md/raid1,raid10: strip REQ_NOWAIT from member biosZheng Qixing2-1/+4
2025-07-05raid10: cleanup memleak at raid10_make_requestNigel Croxon1-2/+8
2025-07-05md/raid1: Fix stack memory use after return in raid1_reshapeWang Jinchao1-0/+1
2025-06-24Merge tag 'for-6.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+8
2025-06-23dm-raid: fix variable in journal device checkHeinz Mauelshagen1-1/+1
2025-06-23dm-crypt: Extend state buffer size in crypt_iv_lmk_oneHerbert Xu1-4/+7
2025-06-20bcache: remove unnecessary select MIN_HEAPKuan-Wei Chiu1-1/+0
2025-06-20Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu11-263/+217
2025-06-20Revert "bcache: update min_heap_callbacks to use default builtin swap"Kuan-Wei Chiu4-7/+38
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar8-9/+10
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds9-63/+106
2025-06-04Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds23-388/+720
2025-06-03dm-stripe: small code cleanupMikulas Patocka1-3/+2
2025-06-03dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka3-5/+24
2025-06-03dm-mirror: fix a tiny race conditionMikulas Patocka1-3/+2
2025-06-02dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski1-1/+1
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai3-7/+7
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai3-16/+15
2025-05-30md/dm-raid: remove max_write_behind setting limitYu Kuai3-14/+11
2025-05-30md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai1-1/+1
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai3-14/+26
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou1-8/+40
2025-05-27bcache: remove unused constantsRobert Pang1-2/+0
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng1-1/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds9-103/+149
2025-05-22dm mpath: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka1-44/+31
2025-05-16dm-mpath: Don't grab work_mutex while probing pathsBenjamin Marzinski1-40/+78
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche2-5/+5
2025-05-15dm vdo indexer: don't read request structure after enqueuingMatthew Sakai1-11/+13
2025-05-12sort.h: hoist cmp_int() into generic header fileFedor Pchelkin1-2/+1
2025-05-10md: clean up accounting for issued sync IOYu Kuai4-31/+0