summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-12-18dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang
2025-12-18dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov
2025-12-18md/raid5: fix IO hang when array is broken with IO inflightYu Kuai
2025-12-18md: delete md_redundancy_group when array is becoming inactiveLi Nan
2025-12-18md: avoid repeated calls to del_gendiskXiao Ni
2025-12-18md: fix rcu protection in md_wakeup_threadYun Zhou
2025-12-18md: delete mddev kobj before deleting gendisk kobjXiao Ni
2025-12-07dm-verity: fix unreliable memory allocationMikulas Patocka
2025-11-13dm error: mark as DM_TARGET_PASSES_INTEGRITYChristoph Hellwig
2025-10-19md: fix mssing blktrace bio split eventsYu Kuai
2025-10-15dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing
2025-10-15dm: fix queue start/stop imbalance under suspend/load/resume racesZheng Qixing
2025-10-15dm vdo: return error on corrupted metadata in start_restoring_volume functionsIvan Abramov
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds
2025-09-17Merge tag 'for-6.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-17dm-raid: don't set io_min and io_opt for raid1Mikulas Patocka
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi
2025-09-08dm-integrity: limit MAX_TAG_SIZE to 255Mikulas Patocka
2025-09-05md: prevent incorrect update of resync/recovery offsetLi Nan
2025-09-05md/raid1: fix data lost for writemostly rdevYu Kuai
2025-08-16md: fix sync_action incorrect display during resyncZheng Qixing
2025-08-16md: add helper rdev_needs_recovery()Zheng Qixing
2025-08-16md: keep recovery_cp in mdp_superblock_sXiao Ni
2025-08-13md: add legacy_async_del_gendisk modeXiao Ni
2025-08-11dm-stripe: fix a possible integer overflowMikulas Patocka
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds
2025-08-04Merge tag 'for-6.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-08-03md: make rdev_addable usable for rcu modeYang Erkun
2025-08-03md/raid1: remove struct pool_info and related codeWang Jinchao
2025-08-03md/raid1: change r1conf->r1bio_pool to a pointer typeWang Jinchao
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thinLongPing Wei
2025-07-31dm-raid: do not include dm-core.hPavel Tikhomirov
2025-07-31vdo: omit need_resched() before cond_resched()Mikulas Patocka
2025-07-31md: dm-zoned-target: Initialize return variable r to avoid uninitialized usePurva Yeshi
2025-07-31dm-verity: remove support for asynchronous hashesEric Biggers
2025-07-31md: rename recovery_cp to resync_offsetLi Nan
2025-07-31md/md-cluster: handle REMOVE message earlierHeming Zhao
2025-07-31md: fix create on open mddev lifetime regressionYu Kuai
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-22Merge tag 'md-6.17-20250722' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-07-17dm: split write BIOs on zone boundaries when zone append is not emulatedShin'ichiro Kawasaki
2025-07-17dm-stripe: limit chunk_sectors to the stripe sizeJohn Garry
2025-07-17md/raid10: set chunk_sectors limitJohn Garry
2025-07-17md/raid0: set chunk_sectors limitJohn Garry
2025-07-17md/raid10: fix set but not used variable in sync_request_write()John Garry
2025-07-14Merge tag 'for-6.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-12md: allow removing faulty rdev during resyncZheng Qixing