summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
46 hoursdm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka
46 hoursdm-verity: disable recursive forward error correctionMikulas Patocka
11 daysdm pcache: fix segment info indexingLi Chen
11 daysdm pcache: fix cache info indexingLi Chen
11 daysdm-bufio: align write boundary on physical block sizeMikulas Patocka
11 daysdm-ebs: Mark full buffer dirty even on partial writeUladzislau Rezki (Sony)
11 daysmd/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li
11 daysmd: Fix static checker warning in analyze_sbsLi Nan
2026-01-02dm-pcache: advance slot index before writing slotDongsheng Yang
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: init bioset in mddev_initLi Nan
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-11-21dm-verity: fix unreliable memory allocationMikulas Patocka
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka
2025-11-18dm-pcache: zero cache_info before default initLi Chen
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen
2025-10-03Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-09-23dm raid: use proper md_ro_state enumeratorsHeinz Mauelshagen
2025-09-23dm-integrity: prefer synchronous hash interfaceMikulas Patocka
2025-09-23dm-integrity: enable asynchronous hash interfaceMikulas Patocka
2025-09-23dm-integrity: rename internal_hashMikulas Patocka
2025-09-23dm-integrity: add the "offset" argumentMikulas Patocka
2025-09-23dm-integrity: allocate the recalculate buffer with kmallocMikulas Patocka
2025-09-23dm-integrity: introduce integrity_kmap and integrity_kunmapMikulas Patocka
2025-09-23dm-integrity: replace bvec_kmap_local with kmap_local_pageMikulas Patocka
2025-09-23dm-integrity: use internal variable for digestsizeMikulas Patocka
2025-09-23dm vdo: return error on corrupted metadata in start_restoring_volume functionsIvan Abramov
2025-09-23dm vdo: Update code to use mem_is_zeroBruce Johnston
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds
2025-09-18dm: optimize REQ_PREFLUSH with data when using the linear targetMikulas Patocka
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-10md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_TNathan Chancellor
2025-09-10md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()Yu Kuai
2025-09-10md/md-linear: convert to use bio_submit_split_bioset()Yu Kuai
2025-09-10md/raid5: convert to use bio_submit_split_bioset()Yu Kuai
2025-09-10md/raid10: convert read/write to use bio_submit_split_bioset()Yu Kuai
2025-09-10md/raid10: add a new r10bio flag R10BIO_ReturnedYu Kuai
2025-09-10md/raid1: convert to use bio_submit_split_bioset()Yu Kuai
2025-09-10md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()Yu Kuai
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai