aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai5-14/+19
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai5-24/+24
2025-09-06md/md-bitmap: add md_bitmap_registered/enabled() helperYu Kuai3-14/+23
2025-09-06md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabledYu Kuai3-8/+15
2025-09-06md/md-bitmap: merge md_bitmap_group into bitmap_operationsYu Kuai4-3/+11
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai7-13/+11
2025-09-05md: prevent incorrect update of resync/recovery offsetLi Nan1-0/+5
2025-09-05md/raid1: fix data lost for writemostly rdevYu Kuai1-1/+1
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-6.18/blockJens Axboe2-4/+4
2025-09-02dm-pcache: use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-01dm: fix "writen"->"written"Xichao Zhao1-1/+1
2025-09-01dm-pcache: cleanup: fix coding style report by checkpatch.plDongsheng Yang1-3/+5
2025-09-01dm-pcache: remove ctrl_lock for pcache_cache_segmentDongsheng Yang2-6/+17
2025-08-26dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-08-26dm: fix queue start/stop imbalance under suspend/load/resume racesZheng Qixing2-3/+6
2025-08-25dm-pcache: add persistent cache target in device-mapperDongsheng Yang20-0/+5239
2025-08-19dm error: mark as DM_TARGET_PASSES_INTEGRITYChristoph Hellwig1-1/+2
2025-08-19dm bufio: remove redundant __GFP_NOWARNQianfeng Rong1-5/+5
2025-08-19dm-ima: drop a useless argumentMikulas Patocka1-15/+15
2025-08-19dm: use vmalloc_array() to simplify codeQianfeng Rong4-6/+6
2025-08-19dm-ima: more strlen() dropsDmitry Antipov1-24/+16
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-13block: switch ->getgeo() to struct gendiskAl Viro2-4/+4
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring1-2/+2
2025-08-11dm-stripe: fix a possible integer overflowMikulas Patocka1-3/+7
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/git/device-mapper/linux-dmLinus 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-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-31md: rename recovery_cp to resync_offsetLi Nan11-94/+94
2025-07-31md/md-cluster: handle REMOVE message earlierHeming Zhao1-3/+6
2025-07-31md: fix create on open mddev lifetime regressionYu Kuai1-0/+6
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds9-73/+159
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-8/+8
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+3
2025-07-22Merge tag 'md-6.17-20250722' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.17/blockJens 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