summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+13
13 daysMerge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-475/+683
2025-12-10dm pcache: fix segment info indexingLi Chen1-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen1-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang2-8/+8
2025-12-10dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2025-12-10dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov1-0/+2
2025-12-10dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka2-40/+35
2025-12-10dm: ignore discard return valueChaitanya Kulkarni1-7/+5
2025-12-10dm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski1-38/+23
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai20-169/+298
2025-12-10dm-bufio: align write boundary on physical block sizeMikulas Patocka1-4/+6
2025-12-10dm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka1-15/+24
2025-12-10dm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka1-2/+7
2025-12-10dm-verity: remove useless mempoolMikulas Patocka2-10/+3
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka3-7/+2
2025-12-09bcache: fix improper use of bi_end_ioShida Zhang1-3/+3
2025-12-09scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()Benjamin Marzinski1-0/+13
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-290/+331
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-11-30md: remove legacy 1s delay in md_notify_rebootTarun Sahu1-11/+0
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai1-2/+4
2025-11-30md: warn about updating super block failureYu Kuai1-0/+1
2025-11-30md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raidYu Kuai1-1/+8
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka1-5/+1
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka1-1/+1
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen1-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen4-6/+6
2025-11-18dm-ebs: Mark full buffer dirty even on partial writeUladzislau Rezki (Sony)1-1/+1
2025-11-18dm mpath: enable DM_TARGET_ATOMIC_WRITESJohn Garry1-1/+1
2025-11-18dm verity fec: Expose corrected block count via statusShubhankar Mishra3-1/+8
2025-11-18dm: Don't warn if IMA_DISABLE_HTABLE is not enabledJon Hunter1-1/+1
2025-11-13bcache: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari3-6/+9
2025-11-13bcache: replace use of system_wq with system_percpu_wqMarco Crivellari1-10/+10
2025-11-13bcache: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-11-13bcache: reduce gc latency by processing less nodes and sleep less timeColy Li3-24/+29
2025-11-13bcache: drop discard sysfs interfaceColy Li4-24/+2
2025-11-13bcache: remove discard code from alloc.cColy Li1-17/+4
2025-11-13bcache: get rid of discard code from journalColy Li2-98/+8
2025-11-13dm: fix zone reset all operation processingDamien Le Moal1-0/+9
2025-11-11md: allow configuring logical block sizeLi Nan7-0/+83
2025-11-11md: add check_new_feature module parameterLi Nan1-3/+9
2025-11-11md/raid0: Move queue limit setup before r0conf initializationLi Nan1-9/+7
2025-11-11md: init bioset in mddev_initLi Nan1-36/+33
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan1-0/+4
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan1-0/+7
2025-11-08md/raid5: remove redundant __GFP_NOWARNHuiwen He1-1/+1