summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2026-01-30Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+1
2026-01-28bcache: fix I/O accounting leak in detached_dev_do_requestShida Zhang-0/+1
2026-01-28bcache: remove dead code in detached_dev_do_requestShida Zhang-5/+0
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-46/+54
2026-01-22bcache: use bio cloning for detached device requestsShida Zhang-46/+54
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+56
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan-4/+44
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan-1/+3
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih-2/+2
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li-4/+6
2025-12-25md: Fix static checker warning in analyze_sbsLi Nan-4/+1
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+13
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-475/+683
2025-12-10dm pcache: fix segment info indexingLi Chen-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang-8/+8
2025-12-10dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang-0/+1
2025-12-10dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov-0/+2
2025-12-10dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka-40/+35
2025-12-10dm: ignore discard return valueChaitanya Kulkarni-7/+5
2025-12-10dm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski-38/+23
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai-169/+298
2025-12-10dm-bufio: align write boundary on physical block sizeMikulas Patocka-4/+6
2025-12-10dm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka-15/+24
2025-12-10dm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka-2/+7
2025-12-10dm-verity: remove useless mempoolMikulas Patocka-10/+3
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka-7/+2
2025-12-09bcache: fix improper use of bi_end_ioShida Zhang-3/+3
2025-12-08scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()Benjamin Marzinski-0/+13
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-290/+331
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-11-30md: remove legacy 1s delay in md_notify_rebootTarun Sahu-11/+0
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai-2/+4
2025-11-30md: warn about updating super block failureYu Kuai-0/+1
2025-11-30md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raidYu Kuai-1/+8
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka-5/+1
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka-1/+1
2025-11-18dm-pcache: zero cache_info before default initLi Chen-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen-6/+6
2025-11-18dm-ebs: Mark full buffer dirty even on partial writeUladzislau Rezki (Sony)-1/+1
2025-11-18dm mpath: enable DM_TARGET_ATOMIC_WRITESJohn Garry-1/+1
2025-11-18dm verity fec: Expose corrected block count via statusShubhankar Mishra-1/+8
2025-11-18dm: Don't warn if IMA_DISABLE_HTABLE is not enabledJon Hunter-1/+1
2025-11-13bcache: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-2/+6
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-6/+9
2025-11-13bcache: replace use of system_wq with system_percpu_wqMarco Crivellari-10/+10
2025-11-13bcache: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-11-13bcache: reduce gc latency by processing less nodes and sleep less timeColy Li-24/+29