summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-08-16md: fix sync_action incorrect display during resyncZheng Qixing1-2/+35
2025-08-16md: add helper rdev_needs_recovery()Zheng Qixing1-11/+12
2025-08-16md: keep recovery_cp in mdp_superblock_sXiao Ni1-3/+3
2025-08-13md: add legacy_async_del_gendisk modeXiao Ni1-14/+42
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds12-173/+144
2025-08-04Merge tag 'for-6.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-253/+102
2025-08-03md: make rdev_addable usable for rcu modeYang Erkun1-1/+7
2025-08-03md/raid1: remove struct pool_info and related codeWang Jinchao2-55/+14
2025-08-03md/raid1: change r1conf->r1bio_pool to a pointer typeWang Jinchao2-22/+19
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-11/+10
2025-07-31dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thinLongPing Wei1-3/+4
2025-07-31dm-raid: do not include dm-core.hPavel Tikhomirov1-2/+1
2025-07-31vdo: omit need_resched() before cond_resched()Mikulas Patocka1-2/+1
2025-07-31md: dm-zoned-target: Initialize return variable r to avoid uninitialized usePurva Yeshi1-1/+1
2025-07-31dm-verity: remove support for asynchronous hashesEric Biggers3-173/+38
2025-07-30md: rename recovery_cp to resync_offsetLi Nan11-94/+94
2025-07-30md/md-cluster: handle REMOVE message earlierHeming Zhao1-3/+6
2025-07-30md: fix create on open mddev lifetime regressionYu Kuai1-0/+6
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds9-73/+159
2025-07-29Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-8/+8
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2025-07-22Merge tag 'md-6.17-20250722' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe4-36/+68
2025-07-17dm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki1-11/+7
2025-07-17dm-stripe: limit chunk_sectors to the stripe sizeJohn Garry1-0/+1
2025-07-17md/raid10: set chunk_sectors limitJohn Garry1-0/+1
2025-07-17md/raid0: set chunk_sectors limitJohn Garry1-0/+1
2025-07-16md/raid10: fix set but not used variable in sync_request_write()John Garry1-3/+0
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-12md: allow removing faulty rdev during resyncZheng Qixing1-7/+17
2025-07-12md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueueRyo Takakura1-1/+1
2025-07-12md: remove/add redundancy group only in level changeXiao Ni1-2/+0
2025-07-12md: Don't clear MD_CLOSING until mddev is freedXiao Ni1-12/+4
2025-07-12md: call del_gendisk in control pathXiao Ni2-12/+47
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-10mm: remove callers of pfn_t functionalityAlistair Popple6-11/+10
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-07-03bcache: switch from pages to folios in read_super()Matthew Wilcox (Oracle)1-11/+11
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta2-8/+8
2025-07-01dm: Check for forbidden splitting of zone write operationsDamien Le Moal1-4/+13
2025-07-01dm: dm-crypt: Do not partially accept write BIOs with zoned targetsDamien Le Moal1-10/+39
2025-07-01dm: Always split write BIOs to zoned device limitsDamien Le Moal1-7/+22
2025-07-01block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-1/+3
2025-06-30dm-mpath: don't print the "loaded" message if registering failsMikulas Patocka4-4/+12
2025-06-30dm-mpath: make dm_unregister_path_selector return voidMikulas Patocka7-26/+9
2025-06-27dm: ima: avoid extra calls to strlen()Dmitry Antipov1-23/+19
2025-06-27dm: Simplify dm_io_complete()Damien Le Moal1-9/+2