aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds15-407/+1284
13 daysMerge tag 'for-7.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds44-599/+900
14 daysMerge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-15Merge tag 'md-7.3-20260809' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-7.3/blockJens Axboe13-400/+1277
2026-08-07md/raid1: don't set array_frozen in raid1_takeover()Bruce Johnston1-2/+0
2026-08-07md: skip discard on unsupported member devicesWale Zhang1-0/+4
2026-08-07md: add cond_resched() to md_do_sync()'s skip pathYunye Zhao1-1/+3
2026-08-07md/raid10: fix still_degraded being inverted in raid10_sync_request()Yunye Zhao1-1/+1
2026-08-07md/raid5: split reshape bios before bitmap accountingYu Kuai1-0/+19
2026-08-07md/raid5: wire llbitmap reshape lifecycleYu Kuai1-0/+37
2026-08-07md/raid5: reject llbitmap reshape when md chunk shrinksYu Kuai1-0/+3
2026-08-07md/raid5: add exact old and new llbitmap mapping helpersYu Kuai1-20/+53
2026-08-07md/raid10: split reshape bios before bitmap accountingYu Kuai1-0/+10
2026-08-07md/raid10: wire llbitmap reshape lifecycleYu Kuai1-0/+39
2026-08-07md/raid10: reject llbitmap reshape when md chunk shrinksYu Kuai1-0/+4
2026-08-07md/md-llbitmap: clamp state-machine walks to tracked bitsYu Kuai1-1/+4
2026-08-07md/md-llbitmap: remap checkpointed bits as reshape progressesYu Kuai1-0/+204
2026-08-07md/md-llbitmap: don't skip reshape ranges from bitmap stateYu Kuai1-0/+8
2026-08-07md/md-llbitmap: add reshape range mapping helpersYu Kuai4-19/+134
2026-08-07md/md-llbitmap: refuse reshape while llbitmap still needs syncYu Kuai1-0/+24
2026-08-07md/md-llbitmap: finish reshape geometryYu Kuai1-0/+34
2026-08-07md/md-llbitmap: track target reshape geometry fieldsYu Kuai1-0/+42
2026-08-07md/md-llbitmap: grow the page cache in place for reshapeYu Kuai1-11/+132
2026-08-07md/md-llbitmap: allocate page controls independentlyYu Kuai1-37/+62
2026-08-07md/md-llbitmap: track bitmap sync_size explicitlyYu Kuai1-2/+17
2026-08-07md: add exact bitmap mapping and reshape hooksYu Kuai5-3/+36
2026-08-07md: add helper to split bios at reshape offsetYu Kuai2-0/+43
2026-08-07md: skip bitmap accounting for empty write rangesYu Kuai1-2/+7
2026-08-07md/md-llbitmap: stop daemon timer rearm on destroyYu Kuai2-4/+14
2026-08-07md/md-llbitmap: prevent create failure bitmap UAFYu Kuai1-1/+2
2026-08-07md: avoid stale clone I/O accounting timestampsYu Kuai1-0/+2
2026-08-07md: wait for behind writes before destroying bitmapYu Kuai1-1/+1
2026-08-07md/raid5: round bitmap stripes with sector divisionYu Kuai1-4/+9
2026-08-07md/raid5: reject zero-sector reshape chunksYu Kuai1-0/+5
2026-08-07md/md-llbitmap: only end fully synced chunksYu Kuai1-4/+9
2026-08-07md/md-llbitmap: use GFP_NOIO for cache allocationsYu Kuai1-5/+5
2026-08-07md/md-llbitmap: clear flush state after daemon flushYu Kuai1-2/+2
2026-08-06block: rename bi_bvec_donePavel Begunkov2-7/+7
2026-08-06dm-era: fix shadowed superblock leak on take-snap failureliyouhong1-0/+5
2026-08-06dm dust: make badblock messages target-relativeSamuel Moelius1-9/+7
2026-08-04dm-stats: fix a crash if allocation of per-cpu data failsMikulas Patocka1-2/+4
2026-08-04dm array: reject an array block whose value size is not the caller'sBryam Vargas1-0/+16
2026-08-04dm array: validate array block headers on readBryam Vargas1-8/+29
2026-08-03dm-integrity: replace forgeable discard filler with a keyed sector markerShukai Ni1-22/+115
2026-07-31md/raid1: create serial pool adding rdev to array with serialize_policy=1Martin Wilck1-1/+2
2026-07-31md: do overflow check for sb->bblog_shift in super_1_load()Coly Li1-0/+7
2026-07-31md: scope memalloc_noio to allocation critical sectionsChen Cheng4-23/+48
2026-07-31md/bitmap: resume array on backlog_store() error pathChen Cheng1-1/+1
2026-07-31md/raid5: complete discard bios while reshape is activeGenjian Zhang1-2/+6
2026-07-31md/raid10: free r10bio before ending master_bio in raid_end_bio_io() and raid_end_discard_bio()Chen Cheng1-4/+10