aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03Merge 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-05-31Merge 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-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin1-2/+1
2025-05-10md: clean up accounting for issued sync IOYu Kuai4-31/+0
2025-05-10md: fix is_mddev_idle()Yu Kuai2-39/+45
2025-05-10md: add a new api sync_io_depthYu Kuai2-19/+91
2025-05-10md: record dm-raid gendisk in mddevYu Kuai2-1/+5
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook1-1/+2
2025-05-07dm-integrity: use bio_add_virt_nofailChristoph Hellwig1-10/+6
2025-05-07dm-bufio: use bio_add_virt_nofailChristoph Hellwig1-1/+1
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig1-2/+1
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers1-0/+177
2025-05-06Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2025-05-06dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry1-0/+6
2025-05-04dm mpath: Interface for explicit probing of active pathsKevin Wolf2-1/+100
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf10-15/+36
2025-05-04dm-flakey: make corrupting read bios workBenjamin Marzinski1-26/+28
2025-05-04dm-flakey: remove useless ERROR_READS check in flakey_end_ioBenjamin Marzinski1-9/+2
2025-05-04dm-flakey: error all IOs when num_features is absentBenjamin Marzinski1-8/+8
2025-05-04dm-flakey: Clean up parsing messagesBenjamin Marzinski1-9/+24
2025-05-04dm: remove unneeded kvfree from alloc_targetsBenjamin Marzinski1-1/+0
2025-05-04dm-bufio: remove maximum age based evictionEric Biggers1-153/+36
2025-05-04dm-verity: use softirq context only when !need_resched()Eric Biggers1-1/+2
2025-05-04dm: lock limits when reading themMikulas Patocka1-1/+7
2025-05-04dm: use generic functions instead of disable_discard and disable_write_zeroesMikulas Patocka3-23/+4
2025-05-04dm-delay: don't busy-wait in kthreadBenjamin Marzinski1-3/+14
2025-05-04dm: fix native zone append devices on top of emulated onesBenjamin Marzinski1-1/+5
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski4-14/+73
2025-05-04dm: fix dm_blk_report_zonesBenjamin Marzinski2-8/+18