summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2025-07-14Merge tag 'for-6.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+5
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds-5/+14
2025-07-10dm-bufio: fix sched in atomic contextSheng Yong-1/+5
2025-07-05md/md-bitmap: fix GPF in bitmap_get_stats()HÃ¥kon Bugge-2/+1
2025-07-05md/raid1,raid10: strip REQ_NOWAIT from member biosZheng Qixing-1/+4
2025-07-05raid10: cleanup memleak at raid10_make_requestNigel Croxon-2/+8
2025-07-05md/raid1: Fix stack memory use after return in raid1_reshapeWang Jinchao-0/+1
2025-06-23Merge tag 'for-6.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+8
2025-06-23dm-raid: fix variable in journal device checkHeinz Mauelshagen-1/+1
2025-06-23dm-crypt: Extend state buffer size in crypt_iv_lmk_oneHerbert Xu-4/+7
2025-06-19bcache: remove unnecessary select MIN_HEAPKuan-Wei Chiu-1/+0
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu-263/+217
2025-06-19Revert "bcache: update min_heap_callbacks to use default builtin swap"Kuan-Wei Chiu-7/+38
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-9/+10
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds-63/+106
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-388/+720
2025-06-03dm-stripe: small code cleanupMikulas Patocka-3/+2
2025-06-03dm-verity: fix a memory leak if some arguments are specified multiple timesMikulas Patocka-5/+24
2025-06-03dm-mirror: fix a tiny race conditionMikulas Patocka-3/+2
2025-06-02dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai-7/+7
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai-16/+15
2025-05-30md/dm-raid: remove max_write_behind setting limitYu Kuai-14/+11
2025-05-30md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai-1/+1
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai-14/+26
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou-8/+40
2025-05-27bcache: remove unused constantsRobert Pang-2/+0
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng-1/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-103/+149
2025-05-22dm mpath: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka-44/+31
2025-05-16dm-mpath: Don't grab work_mutex while probing pathsBenjamin Marzinski-40/+78
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche-5/+5
2025-05-15dm vdo indexer: don't read request structure after enqueuingMatthew Sakai-11/+13
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin-2/+1
2025-05-10md: clean up accounting for issued sync IOYu Kuai-31/+0
2025-05-10md: fix is_mddev_idle()Yu Kuai-39/+45
2025-05-10md: add a new api sync_io_depthYu Kuai-19/+91
2025-05-10md: record dm-raid gendisk in mddevYu Kuai-1/+5
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook-1/+2
2025-05-07dm-integrity: use bio_add_virt_nofailChristoph Hellwig-10/+6
2025-05-07dm-bufio: use bio_add_virt_nofailChristoph Hellwig-1/+1
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig-2/+1
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers-0/+177
2025-05-06Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2025-05-06dm: fix copying after src array boundariesTudor Ambarus-1/+1
2025-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry-0/+6
2025-05-04dm mpath: Interface for explicit probing of active pathsKevin Wolf-1/+100
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf-15/+36