summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-03dm-stripe: small code cleanupMikulas Patocka
2025-06-03dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka
2025-06-03dm-mirror: fix a tiny race conditionMikulas Patocka
2025-06-02dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai
2025-05-30md/dm-raid: remove max_write_behind setting limitYu Kuai
2025-05-30md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou
2025-05-27bcache: remove unused constantsRobert Pang
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-22dm mpath: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka
2025-05-16dm-mpath: Don't grab work_mutex while probing pathsBenjamin Marzinski
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche
2025-05-15dm vdo indexer: don't read request structure after enqueuingMatthew Sakai
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin
2025-05-10md: clean up accounting for issued sync IOYu Kuai
2025-05-10md: fix is_mddev_idle()Yu Kuai
2025-05-10md: add a new api sync_io_depthYu Kuai
2025-05-10md: record dm-raid gendisk in mddevYu Kuai
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook
2025-05-07dm-integrity: use bio_add_virt_nofailChristoph Hellwig
2025-05-07dm-bufio: use bio_add_virt_nofailChristoph Hellwig
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers
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-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry
2025-05-04dm mpath: Interface for explicit probing of active pathsKevin Wolf
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf
2025-05-04dm-flakey: make corrupting read bios workBenjamin Marzinski
2025-05-04dm-flakey: remove useless ERROR_READS check in flakey_end_ioBenjamin Marzinski
2025-05-04dm-flakey: error all IOs when num_features is absentBenjamin Marzinski
2025-05-04dm-flakey: Clean up parsing messagesBenjamin Marzinski
2025-05-04dm: remove unneeded kvfree from alloc_targetsBenjamin Marzinski
2025-05-04dm-bufio: remove maximum age based evictionEric Biggers
2025-05-04dm-verity: use softirq context only when !need_resched()Eric Biggers
2025-05-04dm: lock limits when reading themMikulas Patocka
2025-05-04dm: use generic functions instead of disable_discard and disable_write_zeroesMikulas Patocka
2025-05-04dm-delay: don't busy-wait in kthreadBenjamin Marzinski
2025-05-04dm: fix native zone append devices on top of emulated onesBenjamin Marzinski
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski
2025-05-04dm: fix dm_blk_report_zonesBenjamin Marzinski